u-boot-pinephone: 3 versions with ram clocks: 528, 552 and 624 / change default to 528 instead of 552
Per issue #981 (closed) build and package 3 versions of u-boot with 3 ram clocks: 528, 552 and 624
I added the option -r|--ram-freq
in the update-u-boot script to allow users to choose between 3 different modes:
update-u-boot (Will flash u-boot clocked at 528 MHz or at frequency specified in /proc/device-tree/memory/ram_freq)
update-u-boot -r 528 (Will flash u-boot clocked at 528 MHz)
update-u-boot -r 552 (Will flash u-boot clocked at 552 MHz)
update-u-boot -r 624 (Will flash u-boot clocked at 624 MHz)
Edited by Administrator
Merge request reports
Activity
added 1 commit
- 0d183b7c - Add -r|--ram-mode argument (default, fast, veryfast)
By Bobby The Builder on 2021-02-27T18:58:58
added 1 commit
- 55de0912 - Add -r|--ram-mode argument (default, fast, veryfast)
By Bobby The Builder on 2021-02-27T19:01:14
added 1 commit
- a0855e4b - Add -r|--ram-mode argument (default, fast, veryfast)
By Bobby The Builder on 2021-02-27T19:04:14
added 1 commit
- a3025352 - Add -r|--ram-mode argument (default, fast, veryfast)
By Bobby The Builder on 2021-02-27T19:07:19
- Resolved by Administrator
How do you recover from this if you pick the wrong u-boot and your device doesn't boot anymore?
By clayton craft on 2021-03-02T07:49:30
added device-pine64-pinephone type::feature labels
- Resolved by Administrator
- Resolved by Administrator
What happens when u-boot is upgraded?
By Dylan Van Assche on 2021-03-03T22:03:07
Edited by Ghost User
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
Please register or sign in to reply