summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-26 14:03:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-26 14:03:27 +0200
commit540cc22ffd5104b52392cc5376045f8b3ba1d22e (patch)
treeda4daf87b6cfd4cfe35347b442448f704f6e9bda
parent8359544a58a93653defbe894f4d19f095432be59 (diff)
burnflash: unified T20/T30
- unified the burnflash sources to work on Colibri T20/T30, Apalis T30 - change the PXA dummy burnflash accordingly - increase the initial free rootfs space to 100M on eMMC partition will be resized on first boot to full partition size relevant for Colibri T30, Apalis T30
-rw-r--r--recipes/images/files/apalis-t30/burnflash.tar.bz2bin1383591 -> 671282 bytes
-rw-r--r--recipes/images/files/colibri-pxa/burnflash.tar.bz2bin10240 -> 239 bytes
-rw-r--r--recipes/images/files/colibri-t20/burnflash.tar.bz2bin1445768 -> 1150182 bytes
-rw-r--r--recipes/images/files/colibri-t30/burnflash.tar.bz2bin1384179 -> 671315 bytes
-rw-r--r--recipes/images/trdx-image-fstype.inc10
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/images/files/apalis-t30/burnflash.tar.bz2 b/recipes/images/files/apalis-t30/burnflash.tar.bz2
index 1368a0b..01abb76 100644
--- a/recipes/images/files/apalis-t30/burnflash.tar.bz2
+++ b/recipes/images/files/apalis-t30/burnflash.tar.bz2
Binary files differ
diff --git a/recipes/images/files/colibri-pxa/burnflash.tar.bz2 b/recipes/images/files/colibri-pxa/burnflash.tar.bz2
index a85cf6d..b027893 100644
--- a/recipes/images/files/colibri-pxa/burnflash.tar.bz2
+++ b/recipes/images/files/colibri-pxa/burnflash.tar.bz2
Binary files differ
diff --git a/recipes/images/files/colibri-t20/burnflash.tar.bz2 b/recipes/images/files/colibri-t20/burnflash.tar.bz2
index a842f78..6d6aeb6 100644
--- a/recipes/images/files/colibri-t20/burnflash.tar.bz2
+++ b/recipes/images/files/colibri-t20/burnflash.tar.bz2
Binary files differ
diff --git a/recipes/images/files/colibri-t30/burnflash.tar.bz2 b/recipes/images/files/colibri-t30/burnflash.tar.bz2
index adf26ef..de5cc17 100644
--- a/recipes/images/files/colibri-t30/burnflash.tar.bz2
+++ b/recipes/images/files/colibri-t30/burnflash.tar.bz2
Binary files differ
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index 1e8f79e..e26c63e 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -15,12 +15,12 @@ do_rootfs_prepend() {
do_rootfs_append() {
# put u-boot, kernel into the bin directories, remove the kernel from the rootfs/boot
rm ${IMAGE_ROOTFS}/boot/uImage*
- cp -pP ${DEPLOY_DIR_IMAGE}/uImage* ${IMAGE_ROOTFS}/../bin/
- mv ${IMAGE_ROOTFS}/../bin/uImage-${MACHINE}.bin ${IMAGE_ROOTFS}/../bin/uImage
+ cp -pP ${DEPLOY_DIR_IMAGE}/uImage* ${IMAGE_ROOTFS}/../${MACHINE}_bin/
+ mv ${IMAGE_ROOTFS}/../${MACHINE}_bin/uImage-${MACHINE}.bin ${IMAGE_ROOTFS}/../${MACHINE}_bin/uImage
- cp -pP ${DEPLOY_DIR_IMAGE}/u-boot* ${IMAGE_ROOTFS}/../bin/
- rm -f ${IMAGE_ROOTFS}/../bin/u-boot-hsmmc-${MACHINE}.bin
- mv ${IMAGE_ROOTFS}/../bin/u-boot-${MACHINE}.bin ${IMAGE_ROOTFS}/../bin/u-boot.bin
+ cp -pP ${DEPLOY_DIR_IMAGE}/u-boot* ${IMAGE_ROOTFS}/../${MACHINE}_bin/
+ rm -f ${IMAGE_ROOTFS}/../${MACHINE}_bin/u-boot-hsmmc-${MACHINE}.bin
+ mv ${IMAGE_ROOTFS}/../${MACHINE}_bin/u-boot-${MACHINE}.bin ${IMAGE_ROOTFS}/../${MACHINE}_bin/u-boot.bin
# add the rootfs version to the welcome banner
echo "${IMAGE_NAME}${PV}_${DATE}" >> ${IMAGE_ROOTFS}/etc/issue