about summary refs log tree commit diff
path: root/mkimage.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* mkimage.sh.in: odroid-c2: u-boot doesn't understand new ext4 features, disable.Christian Neukirchen2016-09-241-1/+1
|
* mkimage: typo fix (close #80).Juan RP2016-08-111-1/+1
|
* mkimage: active first partition (fat32) for bbb and others.Juan RP2016-08-101-2/+2
| | | | | | | I activated the second partition by accident when the code was changed to use sfdisk. Found and fixed by @pullmoll. Close #80
* mkimage.sh.in: add odroid-c2.Christian Neukirchen2016-05-061-2/+7
|
* mkimage: get rid of parted completely (missed this in previous).Juan RP2016-04-291-1/+2
|
* mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage.Juan RP2016-04-271-1/+0
|
* mkimage: match any platform (glibc and musl).Juan RP2016-04-261-4/+4
|
* mkimage: get rid of parted; use sfdisk(8).Juan RP2016-04-261-11/+13
|
* mkimage: ci20 just needs a single partition and expects the kernel in ↵Juan RP2016-04-261-1/+2
| | | | /vmlinux.img.
* mkimage: added ci20 platform support (MIPS CI20 Creator).Juan RP2016-04-261-0/+4
|
* mkimage.sh.in: fix truncate size argumentRon Damen2016-02-241-1/+1
|
* Switch to truncate to allocate storage for imagesToyam Cox2016-01-141-1/+1
| | | | Works in low memory situations
* mkimage: consistently redirect std{err,out} to /dev/null with dd(1).Juan RP2015-06-121-1/+1
|
* mkimage.sh: fix partition size + toggle boot flagjbu2015-05-261-1/+2
|
* mk{image,rootfs}: accept musl targets and fix image creation with two ↵Juan RP2015-05-261-3/+3
| | | | partitions.
* mkimage: bananapi-uboot still assumes fat partition.Juan RP2015-05-211-1/+1
|
* mkimage: on bpi, cubie{board2,truck} we don't need a FAT partition.Juan RP2015-05-211-18/+29
|
* mkimage.sh.in: add cubietruckjbu2015-05-161-5/+9
|
* add platform support for USB armoryEnno Boland2015-04-281-1/+3
|
* mkimage: misc cosmetic tweaks; umount rootfs/boot only if it's mounted.Juan RP2015-02-221-3/+3
|
* mkimage: do not touch rootfstype from cmdline, it's unnecessary.Juan RP2015-02-101-4/+0
|
* mk{image,rootfs}: add support for the rpi2 platform (armv7).Juan RP2015-02-061-1/+1
|
* mkimage: added bananapi platform.Juan RP2015-01-191-3/+3
|
* mkimage: disable fsck on rootfs if it's f2fs; it does not work in the rpi.Juan RP2015-01-171-1/+6
|
* mkimage: simplify.Juan RP2014-12-061-3/+1
|
* mkimage: get rid of partx completely.Juan RP2014-12-061-1/+0
|
* mkimage: use losetup --partscan rather than partx.Juan RP2014-12-051-2/+1
|
* mkimage: umount boot only in !beaglebone.Juan RP2014-12-051-1/+3
|
* mk{image,rootfs}: misc tweaks for beaglebone.Juan RP2014-12-051-10/+11
|
* mkimage: remove unnecessary beaglebone workaround.Juan RP2014-12-051-4/+0
|
* mk{image,rootfs}: add beaglebone platform support.Juan RP2014-12-051-4/+7
|
* mkimage: if root fstype is ext[34] disable the journal.Juan RP2014-11-291-1/+5
|
* mkimage: guess platform automatically, add new options to set fstype and ↵Juan RP2014-01-281-24/+34
| | | | boot fssize.
* install bootloader on udroid-u2Gottox2014-01-281-0/+5
|
* mkimage: use conv=sparse if dd supports it; added -p to set platform.Juan RP2014-01-261-7/+27
|
* using xpart instead of losetup -P, as -P is not supported by debian stableroot2014-01-221-5/+12
| | | | mkfs.vfat thinks it writes to a raw device instead of a partition on debian. force it
* mkimage: create /boot partition at 4096 sectors.Juan RP2014-01-211-1/+1
|
* mkimage: check for losetup existence too.Juan RP2013-11-121-1/+1
|
* mkimage: check for mkfs.xxx after setting defaults.Juan RP2013-11-111-6/+6
|
* mkimage: make sure to update rootfstype on /boot/cmdline.txt for Raspberry Pi.Juan RP2013-11-111-0/+4
|
* mkimage: allow -r f2fs or any other fs and check we have required cmds.Juan RP2013-11-101-1/+7
|
* mkimage: do not force FAT32 for the /boot filesystem.Juan RP2013-09-211-1/+1
| | | | | | | 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.
* New void-mkimage script to generate working images with a provided rootfs ↵Juan RP2013-08-111-0/+140
tarball.