temp/u-boot-pinephone: Automatic U-Boot upgrade and update Arm Trusted Firmware and Crust to latest commit
Automatic U-Boot upgrade: !2149 (comment 570878335)
Update Arm Trusted Firmware and Crust to latest commit: #1078 (closed)
Merge request reports
Activity
mentioned in merge request !2149 (merged)
2 Questions I have since I started playing with ATF and crust:
-
Does anyone knows if u-boot update the crust firmware of the
PMICSCP when the phone is rebooted or does it require a power off and power on ? -
How can I check the running version of crust from user space ?
Edited by Bobby The Builder-
- Resolved by Bobby The Builder
@BobbyTheBuilder Thanks for making this MR! I was planning to make the same as well, but that's not necessary anymore
Does anyone knows if u-boot update the crust firmware of the PMIC when the phone is rebooted or does it require a power off and power on ?
You have to run
u-boot-update
and rebootHow can I check the running version of crust from user space ?
No idea... Crust is compiled in with U-boot so the U-boot version determines the Crust version.
Edited by Dylan Van Assche
- Resolved by Dylan Van Assche
- Resolved by Bobby The Builder
added categoryupgrade label
- Resolved by Bobby The Builder
added 1 commit
- 049dc0fc - temp/u-boot-pinephone: Automatic upgrade with checksum validation
Untested code (WIP), I did push the changes as I don't want to loose anything as I'm about to do various old build to test the upgrade.
post-upgrade and post-install script are still missing. It will be pushed soon.
In the meantime, feel free to review or comment.
I will also add in the description various test that should be done in order to make this MR as safe as possible.
Last 3 commits will be squashed once it's validated
Edited by Bobby The Builder