samsung-kminilte: fix flashing via heimdall (MR 5890)
Fixes the problem that BOOT partition is only 10 MB big while boot.img is 13 MB now. Also heimdall was stuck at 7% with the sparse flag this gets fixed. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
c513182c82
commit
c38afdc20a
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-samsung-kminilte
|
||||
pkgdesc="Samsung Galaxy S5 Mini"
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -36,6 +36,6 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
c9289a138d334048d30dafa37db395b7bb79462fc79b77b4ce4faba55ff8d1668b64b8ac85a53d32867f765f3edfea7983fcdf121a46c59957f7bd2d7d1f112e deviceinfo
|
||||
2f35116ed45597260a60caa80f96b4bc69525d1b0546c4e62665951e02ad7010345d4233b456926fa9af7266cb2954414a35ce4f8fc2b23c053e1f8a7531c9d3 deviceinfo
|
||||
245efec73f85ef715c877d6c24eb4b7b677d250bd38167dc19b1b0ed84c3ea91049576adbbf21dd48940c08e40f0294a1a01b0ab3e56efd794109a7e7ebc1104 fb.modes
|
||||
"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ deviceinfo_dev_touchscreen="/dev/input/event2"
|
|||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_create_initfs_extra="true"
|
||||
deviceinfo_flash_sparse="true"
|
||||
deviceinfo_flash_offset_base="0x10000000"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue