|
| 1 | +########################## |
| 2 | +Get started with Buildroot |
| 3 | +########################## |
| 4 | + |
| 5 | +The SD card image sdcard.img provided on the |__SDK_DOWNLOAD_URL__| is all you |
| 6 | +need to get started and explore Buildroot on TI microprocessors. |
| 7 | + |
| 8 | +The Buildroot image provided has all the basic packages required to boot with |
| 9 | +Weston as default window manager. You can install any new package and |
| 10 | +customize the filesystem as required. |
| 11 | + |
| 12 | +Follow the steps on this page to create an SD card image. |
| 13 | + |
| 14 | +************** |
| 15 | +Hardware setup |
| 16 | +************** |
| 17 | + |
| 18 | +In addition to the SK Evaluation Module (EVM) itself, you need the following hardware: |
| 19 | + |
| 20 | +1. USB Type-C 5V - 15V and 3A power supply |
| 21 | +2. Micro-SD card reader |
| 22 | +3. Micro-SD card (16GB or larger recommended) |
| 23 | +4. USB Micro-B cable for Universal Asynchronous Receiver/Transmitter (UART) serial communication |
| 24 | +5. High-Definition Multimedia Interface (HDMI) display and HDMI cable |
| 25 | +6. USB mouse and keyboard (for controlling the UI) |
| 26 | +7. Ethernet cable (for network access) |
| 27 | + |
| 28 | +********************************* |
| 29 | +Create SD card using balenaEtcher |
| 30 | +********************************* |
| 31 | + |
| 32 | +1. Download the default bootable SD card image available on the release page as |
| 33 | + :file:`tisdk-buildroot-sdcard-image-am62pxx-evm-<version>.img` for Linux image |
| 34 | + or :file:`tisdk-buildroot-sdcard-image-rt-am62pxx-evm-<version>.img` for RT-Linux |
| 35 | + image. |
| 36 | + |
| 37 | +2. Download and install the balenaEtcher tool: |
| 38 | + |
| 39 | + Balena Etcher is an open source utility that you can install on both Linux and Windows. |
| 40 | + Download the tool from `this link <https://www.balena.io/etcher/>`__ and install it. |
| 41 | + |
| 42 | +3. Flash the SD card image to the SD card: |
| 43 | + |
| 44 | + Insert a micro SD card into the USB SD card reader and start Etcher. Choose the sdcard |
| 45 | + image to flash, choose the USB SD card reader as the target, and then click "Flash". |
| 46 | + Etcher will decompress the image and write it to the SD card, as shown in the following figure: |
| 47 | + |
| 48 | +.. figure:: /images/balena_etcher.png |
| 49 | + :height: 600 |
| 50 | + :width: 800 |
| 51 | + |
| 52 | +**************************** |
| 53 | +Set EVM to SD card boot mode |
| 54 | +**************************** |
| 55 | + |
| 56 | +The simplest way to run Linux on the SK EVM is through an SD card. For that, you must |
| 57 | +configure the EVM for SD card boot. |
| 58 | +Refer to `AM62Px SK EVM User's Guide <https://www.ti.com/tool/SK-AM62P-LP>`__ for |
| 59 | +detailed information about boot mode configurations. For quick reference, |
| 60 | +the following figure shows the boot mode switch setting for SD card boot. |
| 61 | + |
| 62 | +.. figure:: /images/AM62x_SD_boot.jpg |
| 63 | + :height: 600 |
| 64 | + :width: 800 |
| 65 | + |
| 66 | +*************************** |
| 67 | +Boot and validate Buildroot |
| 68 | +*************************** |
| 69 | + |
| 70 | +Connect the Ethernet cable, HDMI display, mouse, and keyboard to the EVM. |
| 71 | +Insert the SD card in the board and power on the EVM. |
| 72 | + |
| 73 | +Booting to prompt will take around 12 seconds. |
| 74 | + |
| 75 | +.. figure:: /images/buildroot_homescreen.png |
| 76 | + :height: 600 |
| 77 | + :width: 800 |
| 78 | + |
| 79 | +You have successfully booted Buildroot on AM62Px. |
0 commit comments