pine64-pinetab: enable sd to emmc installation (MR 1927)
This enables to build ondev installer image with an ability to install to internal eMMC with `pmbootstrap install --ondev --sdcard=...`.
This commit is contained in:
parent
361114359f
commit
00e0036ff2
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=device-pine64-pinetab
|
||||
pkgdesc="PINE64 PineTab"
|
||||
pkgver=0.6
|
||||
pkgver=0.7
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -138,7 +138,7 @@ nonfree_firmware() {
|
|||
|
||||
sha512sums="2cf8d22f6c324633b4e72dea7a6b642e767b9bf50dac801ffc9e57347d272655b7087956afd50c3e65cd87c2f24e0e69c11b648b00bd58d31608d4e98e99e5d9 HiFi.conf
|
||||
3bdf9d4c41058680d488d9b4a2ac5fd693ceddc5f319a577480546f8af7d9d64c9d3196e73cb0c00e793697eef4ad075c88c3d274702a5387c15945bc749d844 PineTab.conf
|
||||
27f0b40a234e51462eabe89946b3f552f47e2ba3f52601b98ba46f8de8ada736284e44ec97fc8bcbee307ddf36d1ff66c425c7c693e4fe0b76e1b3f00098e9a9 deviceinfo
|
||||
b04bf42ac8d474320576f0187db6b6a082a4c32c69195f64d7b421583d3d763ae8bc8d9e436d2d4140b580ebef8df980224b6822c70e46eb4114a1527eeb192d deviceinfo
|
||||
0e3f69170072f150f449cd9ccd9897728558a98acf2d5b85484ae8104b97f84e77760d7a30eeeccaf37d12cf870b3107ee34cefe55bdb033f3c7ac87d2093d24 uboot-script.cmd
|
||||
f4b5509fd6a8b23f3667f5e7262b3a19c607a37cb9eaf7d0e93eb826d45c26ec12df4810879bacb8e4042bb83cc80b2b436224c8d47b6d67361369a724bbf7ee sysrq.conf
|
||||
9e71c61bfa72b60e749c4dc04f17eb59d25de822765e81e65c937d6be5236d3951a652b69a1ab973abe6add9f34705be5dbaa98bbfa25daf7504dd50b28524c2 sway.conf
|
||||
|
|
|
@ -20,6 +20,8 @@ deviceinfo_screen_height="800"
|
|||
deviceinfo_framebuffer_landscape="true"
|
||||
deviceinfo_getty="ttyS0;115200"
|
||||
deviceinfo_mesa_driver="sun4i-drm"
|
||||
deviceinfo_dev_internal_storage="/dev/mmcblk2"
|
||||
deviceinfo_dev_internal_storage_repartition="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
|
|
Loading…
Reference in a new issue