diff --git a/boards/bananapro.sh b/boards/bananapro.sh index e7b4b17..856431c 100644 --- a/boards/bananapro.sh +++ b/boards/bananapro.sh @@ -110,7 +110,7 @@ build_kernel_armhf() { notice "building u-boot" pushd $R/tmp/kernels/$device_name/sunxi-uboot make distclean - make BananaPro_config + make BananaPro_config make $MAKEOPTS act "dd-ing to image..." sudo dd if=u-boot-sunxi-with-spl.bin of=$loopdevice bs=1024 seek=8 diff --git a/boards/ouya.sh b/boards/ouya.sh index a9dd47c..605be6c 100644 --- a/boards/ouya.sh +++ b/boards/ouya.sh @@ -30,7 +30,7 @@ size=1337 inittab="T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux" -## partition scheme for parted to use +parted_type="dos" parted_boot="fat32 2048s 264191s" parted_root="ext4 264192s 100%"