aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/zaurus-utils/zaurus-updater
AgeCommit message (Collapse)Author
2017-05-14zaurus-updater: new version 2017.05Andrea Adami
Adds partition resizing and erasing. Sanity check in case of 128M repartitioned clamshells. Tested on SL-5600, SL-C860, SL-C3200 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: resize head title to fit 30 columns on poodleAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: remove legacy u-boot flashingAndrea Adami
u-boot is not supported and was removed with commit id be6a11d. If one wants, it is possible to flash from console with nandlogical. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: support flashing of Cacko's mainte_fix.binAndrea Adami
Only for 128M clamshell models. This is necessary if you want to change rootfs size over 64 MB. It is flashed in the first 256k of the nand and overwrites the first 64k of the Parameter Area (AdjValue, BootFlag, Version, Clock). Version is included so verchg is not necessary. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: fix typo in RO_MTD_LINEAndrea Adami
In corner cases, if you have repartitioned one unit with 128M flash like SL-C860 without flashing the modified mainte_fix.bin provided i.e. by Cacko the loader screws and the maintenance kernel does default to the standard partitioning for 64M models. dev: size erasesize name mtd0: 006d0000 00020000 "Filesystem" mtd1: 00700000 00004000 "NAND flash partition 0" mtd2: 01e00000 00004000 "NAND flash partition 1" mtd3: 01b00000 00004000 "NAND flash partition 2" In any case, RO_MTD_LINE is the one ending with 1 while RW_MTD_LINE ends with 2 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-05-14zaurus-updater: fix typo for HOMEFS_SIZEAndrea Adami
This is a copy and paste error, obviously refers to FS_RW (home). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-07-24initial commit of meta-handheldPaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>