Commit Graph

25 Commits

Author SHA1 Message Date
Enno Boland 8b238fad3f add platform support for USB armory 2015-04-28 17:30:16 +02:00
Juan RP 3d30dbb7a6 mkimage: misc cosmetic tweaks; umount rootfs/boot only if it's mounted. 2015-02-22 09:39:47 +01:00
Juan RP 9b00e0b1fe mkimage: do not touch rootfstype from cmdline, it's unnecessary. 2015-02-10 18:43:38 +01:00
Juan RP e52f493f15 mk{image,rootfs}: add support for the rpi2 platform (armv7). 2015-02-06 11:29:49 +01:00
Juan RP 7dff7059c0 mkimage: added bananapi platform. 2015-01-19 15:49:59 +01:00
Juan RP 1c1251c506 mkimage: disable fsck on rootfs if it's f2fs; it does not work in the rpi. 2015-01-17 11:31:10 +01:00
Juan RP f3dea549e8 mkimage: simplify. 2014-12-06 09:42:17 +01:00
Juan RP 8939262303 mkimage: get rid of partx completely. 2014-12-06 09:41:49 +01:00
Juan RP a7c809c6b0 mkimage: use losetup --partscan rather than partx. 2014-12-05 15:31:27 +01:00
Juan RP a3675d092f mkimage: umount boot only in !beaglebone. 2014-12-05 12:58:19 +01:00
Juan RP 3818e6d425 mk{image,rootfs}: misc tweaks for beaglebone. 2014-12-05 11:06:39 +01:00
Juan RP b7a3926c5b mkimage: remove unnecessary beaglebone workaround. 2014-12-05 07:09:36 +01:00
Juan RP 1c603437d3 mk{image,rootfs}: add beaglebone platform support. 2014-12-05 05:46:31 +01:00
Juan RP c4efb3d95e mkimage: if root fstype is ext[34] disable the journal. 2014-11-29 18:16:50 +01:00
Juan RP 20f2340387 mkimage: guess platform automatically, add new options to set fstype and boot fssize. 2014-01-28 17:04:15 +01:00
Gottox 24f3cd97c2 install bootloader on udroid-u2 2014-01-28 14:31:08 +01:00
Juan RP aedb3ea05c mkimage: use conv=sparse if dd supports it; added -p to set platform. 2014-01-26 20:32:54 +01:00
root 9683dc0045 using xpart instead of losetup -P, as -P is not supported by debian stable
mkfs.vfat thinks it writes to a raw device instead of a partition on debian. force it
2014-01-22 18:15:57 +01:00
Juan RP 1ee561f98d mkimage: create /boot partition at 4096 sectors. 2014-01-21 23:27:52 +01:00
Juan RP ede54ad439 mkimage: check for losetup existence too. 2013-11-12 16:48:55 +01:00
Juan RP adf32efa6b mkimage: check for mkfs.xxx after setting defaults. 2013-11-11 10:09:00 +01:00
Juan RP 2c846d9f4c mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi. 2013-11-11 09:06:03 +01:00
Juan RP 81378ab3c6 mkimage: allow -r f2fs or any other fs and check we have required cmds. 2013-11-10 08:42:04 +01:00
Juan RP ecf9674d14 mkimage: do not force FAT32 for the /boot filesystem.
If the FAT partition does not have enough clusters for FAT32, the Raspberry Pi
will fail to boot.

Fix: let mkfs.vfat choose the FAT type automatically.
2013-09-21 12:30:38 +02:00
Juan RP 065b000f4f New void-mkimage script to generate working images with a provided rootfs tarball. 2013-08-11 12:17:18 +02:00