mirror of https://github.com/parazyd/arm-sdk.git
specify parted_type for ouya
This commit is contained in:
parent
6d2d0cad78
commit
5ec21ccff5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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%"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue