arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 5ec21ccff5a5d415625854bc320d5701220a9cd9
parent 6d2d0cad7873221ebb0d8d6a41d24671f30610c4
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 30 Sep 2016 20:40:22 +0200

specify parted_type for ouya

Diffstat:
Mboards/bananapro.sh | 2+-
Mboards/ouya.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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%"