Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
fb209f5e
Verified
Commit
fb209f5e
authored
2 years ago
by
reisl
Committed by
Alexey Minnekhanov
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device-samsung-beyond1lte: fix flashing (MR 3477)
parent
33d1eef6
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#203270
passed
2 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/testing/device-samsung-beyond1lte/APKBUILD
+2
-2
2 additions, 2 deletions
device/testing/device-samsung-beyond1lte/APKBUILD
device/testing/device-samsung-beyond1lte/deviceinfo
+10
-3
10 additions, 3 deletions
device/testing/device-samsung-beyond1lte/deviceinfo
with
12 additions
and
5 deletions
device/testing/device-samsung-beyond1lte/APKBUILD
+
2
−
2
View file @
fb209f5e
...
...
@@ -2,7 +2,7 @@
pkgname
=
device-samsung-beyond1lte
pkgdesc
=
"Samsung Galaxy S10"
pkgver
=
0.1
pkgrel
=
2
pkgrel
=
3
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
...
...
@@ -32,6 +32,6 @@ nonfree_firmware() {
}
sha512sums
=
"
3d433534beb92a758159864551b2174a32cdaafb58cfbcdac0b3c0de43f207875be4241560070b01037138e93759e87f6b839453e9f41eb0d9ea87a6b0b71009
deviceinfo
1918c89ce10f8beb3dfa8c682f7e78da2d0d99aa2f8ce6d91672197a8121d63d2457efb4675e56668b6e6fec3aff43d4982566ca9d4d4dc566503963121f18e2
deviceinfo
03deb65563f4b4421491643854927e88b2d5880b8b19ee6baa4d3fa1ec3f7d7a1c2977fd2c3c41270254efea6fa0c5fdae0a382e7c427d5a3bf6fad34c25375e initfs-hook.sh
"
This diff is collapsed.
Click to expand it.
device/testing/device-samsung-beyond1lte/deviceinfo
+
10
−
3
View file @
fb209f5e
...
...
@@ -17,7 +17,8 @@ deviceinfo_screen_width="1440"
deviceinfo_screen_height="3040"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_flash_sparse="true"
deviceinfo_kernel_cmdline="buildvariant=userdebug"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_custom_args="--header_version 1 --os_version 12.0.0 --os_patch_level 2021-12"
...
...
@@ -30,5 +31,11 @@ deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0xf0000000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_heimdall_partition_kernel="boot"
deviceinfo_flash_heimdall_partition_system="system"
deviceinfo_flash_heimdall_partition_vbmeta="VBMETA"
deviceinfo_flash_heimdall_partition_kernel="BOOT"
deviceinfo_flash_heimdall_partition_system="SYSTEM"
deviceinfo_no_framebuffer="true"
deviceinfo_rootfs_image_sector_size="4096"
deviceinfo_bootimg_append_seandroidenforce="true"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment