samsung-j3xnlte: use Samsung sparse format (MR 4315)

This allows the rootfs image to be flashed with Heimdall without errors.
This commit is contained in:
Duje Mihanović 2023-08-07 22:05:20 +02:00 committed by Stefan Hansson
parent 63c6f76327
commit 9ea3a58735
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-j3xnlte
pkgdesc="Samsung Galaxy J3"
pkgver=0.1
pkgrel=10
pkgver=0.2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -21,5 +21,5 @@ package() {
sha512sums="
d28251a2dc1cfffe1c86788b10544a27ef776cc098086324482367e3485c57aeee8c0aa908beb3a8270b04003ce9566bb332ec6d528550dd04841af1ed84c69a deviceinfo
28296c153ec20acafed47bb95065d6634a2f5c44554b98e58b53dc698c6d5b6d446b516091df4bbf2ba2b061f005480019c4e8b10b5c6a0520c64d8309fa2077 deviceinfo
"

View file

@ -19,6 +19,7 @@ deviceinfo_dev_touchscreen="/dev/input/event3"
# Bootloader related
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_flash_sparse="true"
deviceinfo_flash_sparse_samsung_format="1"
deviceinfo_kernel_cmdline="console=ttyS1,115200n8"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="true"