Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 595 Bytes

setup.md

File metadata and controls

20 lines (14 loc) · 595 Bytes

Setting up the WTF demo

  • (optional) Connect serial console to UDOO NEO - See here
  • TODO

Stop U-Boot, update U-Boot commandline

udoo_boot_init=if run loadbootscript; then run bootscript; fi; udooinit; ext2load mmc 0:5 ${fdt_loadaddr} ${fdt_file};

Change to

setenv udoo_boot_init "if run loadbootscript; then run bootscript; fi; udooinit; ext2load mmc 0:5 ${fdt_loadaddr} dts/imx6sx-udoo-neo-extended-lvds7-m4.dtb;"
saveenv
reset