summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-21 17:34:35 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-21 17:34:35 +0000
commit5d3ad240fa7bfc47cd68accdd2bd30ce0efa0e6e (patch)
treefe6af6f25b7159194e038450d45b532c6ff05687
parentda6ead621f82a8fa3fd38c263e498c3d856b2e9e (diff)
downloaddefinitions-baserock/james/install-more-uboot.tar.gz
Install the required files for tegra-uboot-flash in /bootbaserock/james/install-more-uboot
Leave the old u-boot in /boot for backwards compatibility
-rw-r--r--strata/bsp-jetson/u-boot@jetson.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/strata/bsp-jetson/u-boot@jetson.morph b/strata/bsp-jetson/u-boot@jetson.morph
index 1427e7fd..533f253a 100644
--- a/strata/bsp-jetson/u-boot@jetson.morph
+++ b/strata/bsp-jetson/u-boot@jetson.morph
@@ -8,7 +8,11 @@ build-commands:
install-commands:
- mkdir -p "$DESTDIR$PREFIX/bin"
- mkdir -p "$DESTDIR/boot"
+- mkdir -p "$DESTDIR/boot/u-boot/"
- install -m 755 u-boot-dtb-tegra.bin "$DESTDIR/boot/u-boot.bin"
+- install -m 755 u-boot-nodtb-tegra.bin "$DESTDIR/boot/u-boot/u-boot-nodtb-tegra.bin"
+- install -m 755 u-boot.dtb "$DESTDIR/boot/u-boot/u-boot.dtb"
+- size -A u-boot | grep -w .bss | tr -s ' ' | cut -d ' ' -f 2 > "$DESTDIR/boot/u-boot/u-boot-bss-size"
- install -m 755 tools/img2brec.sh "$DESTDIR$PREFIX/bin/."
- install -m 755 tools/jtagconsole "$DESTDIR$PREFIX/bin/."
- install -m 755 tools/netconsole "$DESTDIR$PREFIX/bin/."