ouya: blacklist partitions to avoid brick (!247)

Thanks to Robert Yang's pmbootstrap patch, we can now avoid flashing
anything to the boot and recovery partition of the Ouya. With this
patch, the latest pmbootstrap will refuse to do so with:

ERROR: 'boot' partition is blacklisted from being flashed! See the Ouya device wiki page for more information.
This commit is contained in:
Oliver Smith 2019-02-28 14:37:37 +01:00
parent e76bd07487
commit 233a401645
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
pkgname=device-ouya-ouya
pkgver=1
pkgdesc="Ouya"
pkgrel=6
pkgrel=7
url="https://postmarketos.org"
arch="armhf"
license="MIT"
@ -22,6 +22,6 @@ package() {
"$pkgdir/etc/fb.modes"
}
sha512sums="6f9a28152072c52f73e9e483e3d724b26907dfaa82eec09d4b418278fa8d3d9433e391ed0684603c06a4cdccb47e6ac7a84dc9d8d171df5e77681855c374e5c2 deviceinfo
sha512sums="185dab882c88066205f19310ffc5174cc1195becb3be84caf98f71892891e686b15f277336620e2f129894c79abdaba3a4f2c8712bf177ae685e79e74ec60182 deviceinfo
c7253d5d6f53b7acbb1c2358e95ecba86ccbaa2bb5e99ad8db9f59e453209ddad55b13d8c1dc67f634cc4f997283b4079fa1b5b60f6d1440b13f39e5b1646d81 initfs-hook.sh
bf442fac4dc0594e055ed7a7d8232b5c884e2e77543273e8c4f32b5fe3c199561c86d8a5f665e17406057ca7863fabb93e789fe5e168fcd89d2982e0046232ad fb.modes"

View file

@ -28,4 +28,5 @@ deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_pagesize="2048"
deviceinfo_partition_blacklist="boot,recovery"