Name Date Size #Lines LOC

..--

genimage.cfgH A D05-Jun-2025294 2823

readme.txtH A D05-Jun-20251.1 KiB4128

readme.txt

1OMAP5432 uEVM
2=============
3
4This file documents the Buildroot support for the OMAP5432 uEVM[1], a
5single-board computer development platform based on the Texas Instruments
6OMAP5432 system on a chip (SoC).
7
8How to build
9============
10
11  $ make uevm5432_defconfig
12  $ make
13
14How to write the SD card
15========================
16
17Once the build process is finished you will have an image called "sdcard.img"
18in the output/images/ directory.
19
20Copy the bootable "sdcard.img" onto an SD card with "dd":
21
22  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
23  $ sync
24
25Where /dev/sdX is the device node of your SD card (may be /dev/mmcblkX instead
26depending on setup).
27
28To boot from SD card, set the SYSBOOT switches S1 of your OMAP5432 uEVM to the
29following position:
30
31  ON   x   x
32     x   x
33     1 2 3 4
34
35Insert the micro SDcard in your OMAP5432 uEVM, and power it up with the POWER
36ON push button switch S3. The console is on the micro USB Debug UART, with
37serial settings 115200 8N1. Refer also to the quick start guide[2].
38
39[1]: https://svtronics.com/5432
40[2]: https://www.ti.com/lit/ug/swcu131/swcu131.pdf
41