summaryrefslogtreecommitdiff
path: root/configs/beaglebone_defconfig
diff options
context:
space:
mode:
authorMarcin Jabrzyk <marcin.jabrzyk@gmail.com>2014-03-14 13:13:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-10-12 18:27:49 +0200
commit620d4bc3af81104c5ccadfb360ae537f76fbd75a (patch)
treeb5c1ba26ab762c6e0eca8a3766226d2d1f7c28d5 /configs/beaglebone_defconfig
parentc0b4c45780e4ffe23101a407e7c4cde22e27815a (diff)
beaglebone: better support for starting and creating images
- Added short readme file with description of first steps how to start. - Added uEnv.txt so the board can start from SDCard - Added post-image.sh script to copy included uEnv.txt to output/images [Peter: strip trailing spaces] Signed-off-by: Marcin Jabrzyk <marcin.jabrzyk@gmail.com> Tested-by: Stephan Hoffmann <sho@relinux.de> Tested-by: Marcin Jabrzyk <marcin.jabrzyk@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r--configs/beaglebone_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index f825fa940..ddb583c8f 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -8,6 +8,7 @@ BR2_TARGET_GENERIC_HOSTNAME="beaglebone"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
# filesystem
BR2_PACKAGE_AM33X_CM3=y