specify parted_type for ouya

This commit is contained in:
parazyd 2016-09-30 20:40:22 +02:00
parent 6d2d0cad78
commit 5ec21ccff5
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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