readme.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. MX6X Udoo Neo board
  2. ===================
  3. http://www.udoo.org/udoo-neo/
  4. Build:
  5. ======
  6. To build a minimal support for these boards:
  7. $ make mx6sx_udoo_neo_defconfig
  8. $ make
  9. Files created in the output directory:
  10. ======================================
  11. output/images
  12. .
  13. ├── boot.scr
  14. ├── imx6sx-udoo-neo-basic.dtb
  15. ├── imx6sx-udoo-neo-extended.dtb
  16. ├── imx6sx-udoo-neo-full.dtb
  17. ├── rootfs.ext2
  18. ├── rootfs.ext4 -> rootfs.ext2
  19. ├── rootfs.tar
  20. ├── sdcard.img
  21. ├── SPL
  22. ├── u-boot.bin
  23. ├── u-boot.img
  24. └── zImage
  25. Creating bootable SD card:
  26. ==========================
  27. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  28. directory, ready to be dumped on an SD card:
  29. dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
  30. For details about the medium image layout, see the definition in
  31. board/freescale/common/imx/genimage.cfg.template_no_boot_part_spl.
  32. Booting:
  33. ========
  34. Serial console:
  35. ---------------
  36. The Udoo Neo features the serial console "UART1" on the pin header "P7". The
  37. Uart pins are as follows (see board labels):
  38. pin 46: rx
  39. pin 47: tx
  40. Baudrate for this board is 115200.
  41. Login:
  42. ------
  43. Enter 'root' as login user, and the prompt is ready.
  44. Documentation:
  45. ==============
  46. documentation link:
  47. -------------------
  48. https://www.udoo.org/docs-neo/Introduction/Introduction.html
  49. forum link:
  50. -----------
  51. https://www.udoo.org/forum/forums/udoo-neo.39/