0692d7facb
When manually writing SPL and u-boot.img to the SD card the rootfs gets corrupted. Fix this issue by passing a 1MB offset for the rootfs. Reported-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Tested-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
patches/linux | ||
boot.scr.txt | ||
genimage.cfg | ||
post-build.sh | ||
post-image.sh | ||
readme.txt |
MX6X Udoo Neo board http://www.udoo.org/udoo-neo/ To build a minimal support for these boards: $ make mx6sx_udoo_neo_defconfig $ make Buildroot prepares a bootable "sdcard.img" image in the output/images/ directory, ready to be dumped on an SD card: dd if=output/images/sdcard.img of=/dev/<your-microsd-device> For details about the medium image layout, see the definition in board/udoo/neo/genimage.cfg.