]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
board/wandboard: add a genimage config
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Mon, 13 Jul 2015 18:50:45 +0000 (20:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Jul 2015 18:59:57 +0000 (20:59 +0200)
commit7fce2970adc47d60be4fc843f510e525f35966bd
treea0e88e3055a0289f2db08ee11becb89ad1a5c799
parent07f92eeb108d94a7018740c109093838e67f15ac
board/wandboard: add a genimage config

This patch adds a genimage config file and a post-image script for the
Wandboard, to generate a medium image "sdcard.img", ready to be booted.
The image contains the layout explained in the board readme.txt file:
U-Boot, its environment, and an Ext2 rootfs partition.

The defconfig has been slightly changed to enable this feature. Also
lighten the readme file since the config file is documented and simpler.

Tested on a Wandboard Solo.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Arnout: change the name of the tmp dir, and remove it before using
it.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/wandboard/genimage.cfg [new file with mode: 0644]
board/wandboard/post-image.sh [new file with mode: 0755]
board/wandboard/readme.txt
configs/wandboard_defconfig