pmos/device-pine64-pinenote: fix flash procedure #1345
Labels
No labels
Backport
Blocked
Edge
Enhancement
Fix
Needs action
New aport
postmarketOS
Security
Stable
User
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forge/ayaports#1345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The full device flash hasn't been updated for the second PineNote batch. Where it blocks is that pmbootstrap has no mechanism to flash a new partition table and u-boot with rkdeveloptool. I can manually flash by following https://github.com/PNDeb/pinenote-debian-image/tree/trixie/partition_tables, or:
After this is setup, I can leverage postmarketos' rkdevelop flasher to flash , but I need to integrate these steps somehow in postmarketos.
The following partition table has proven to work:
mtdparts=rk3566mmc:0x3FC0@0x40(idbloader),0x20000@0x4000(uboot),0x1000@0x24000(waveform),0x800@0x25000(uboot_env),0x20000@0x25800(logo),0x85800@0x45800(boot:bootable),-@0xcb000(os1:grow)Then we can follow the above steps. I won't care about getting pmbootstrap support, as it seems out of scope.
Fixed: https://wiki.postmarketos.org/wiki/PINE64_PineNote_(pine64-pinenote)
And added ATF BL31 to u-boot: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6698