summaryrefslogtreecommitdiff
path: root/recipes/images/files/apalis-t30/burnflash.tar.bz2
AgeCommit message (Collapse)Author
2014-12-18Apalis/Colibri T30: burnflash: reduce max. partitionsizeMax Krummenacher
- Reduces the rootfs partition size to 3500MB to fit into all modules - Add sanity checks for existens of some programms and files
2014-11-13apalis/colibri_imx6/t30: fix flash_eth update U-Boot scriptsMarcel Ziswiler
2014-10-30apalis/colibri_t30: latest u-boot git migrated to cbootimage/tegrarcmMarcel Ziswiler
Use latest U-Boot from git. Migrate to using cbootimage and tegrarcm.
2014-08-04burnflash: update to latestMax Krummenacher
Tegras: - fix check for untared as root. Newer rootfs do not have device files in /dev Vybrids: - Add README - Remove autoboot interrupt logic since newer U-Boot do not autoboot on recovery - Simplyfied help text - Check if issue file exists at all - Positive exit code when using imx_uart - update imx_uart.m32 to 09377bd5b8d04d4b20ef70bb0c56cf3de4500746 - Be more verbose what is going on after mkfs.ubif i.MX6: - add devicetree/fdt to the update script (update_fdt: Only the currently active fdt will be updated) - update imx_usb.m32 to 09377bd5b8d04d4b20ef70bb0c56cf3de4500746 - burnflash: add variable drive index to flash_mmc script exit when genext3fs.sh failes - genext3fs.sh: exit when copy of rootfs fails
2014-02-05burnflash: account for fs overhead and many filesMax Krummenacher
- add 512 bytes for each deployed file - add 4% to account for ext3 fs overhead - give a warning and exit if the rootfs cannot be copied Without this the created loop file is to small when deploying a huge rootfs with a lot of small files.
2013-10-22burnflash: Colibri T30: 400MHz BCT, configblockMax Krummenacher
- Use 400MHz BCT on Colibri T30 to allow for 400/800MHz DVFS - Fix configblock name on T30 - Add configblock generator script to recover from lost configblock
2013-10-07burnflash: Change image filenameMax Krummenacher
- Change image filename for Colibris to start with Colibri_T20 - Fix issue with configblock binary file name on T30 modules - Add various sanity check to fail early and with error message
2013-06-26burnflash: unified T20/T30Max Krummenacher
- 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
2013-03-20burnflash: make it the genext3fs script work on older ubuntuT30_LinuxImageV2.0Beta1_20130314Apalis_T30_LinuxImageV2.0Alpha1_20130315Max Krummenacher
2013-03-07burnflash: fix race condition in genext3fs.shMax Krummenacher
2013-02-06burnflash: correct BCT path for Apalis-T30Max Krummenacher
2013-01-29burnflash: add Apalis-T30 as a deployable imageMax Krummenacher