kumquat-buildroot/board/udoo/neo
Fabio Estevam 0692d7facb board/udoo/neo: specify an offset for the rootfs partition
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>
2017-02-15 21:28:48 +01:00
..
patches/linux
boot.scr.txt
genimage.cfg board/udoo/neo: specify an offset for the rootfs partition 2017-02-15 21:28:48 +01:00
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.