readme.txt 1.1 KB

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