Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
Thanks Andreas
On Friday, 12 January 2024 at 09:57, Andreas Reschke wrote:
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
Regards, Dominik
On Fri, 12 Jan 2024 at 10:28, Dominik 'Rathann' Mierzejewski dominik@greysector.net wrote:
On Friday, 12 January 2024 at 09:57, Andreas Reschke wrote:
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
ATM probably not, there's not been a lot of changes upstream in terms of features for the PBP for a few cycles.
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
I suggest holding out for the moment, we rolled back to 2023.07 for Fedora 39 GA due to problems. I updated my PBP to 2024.01 this week and it also has problems, I too also need to take mine to pieces.
I think upstream has changed the way needed to flash it and I need to work out what that is and either fix it upstream or update the post. There's also some other general fixes needed for F-40 I'm working with upstream to resolve.
In short, watch this space, I'll update when I have something more concrete.
Peter
Okay, thanks for that quick answers.
I can wait for updates.
Andreas
Am 12.01.24 um 11:36 schrieb Peter Robinson:
On Fri, 12 Jan 2024 at 10:28, Dominik 'Rathann' Mierzejewski dominik@greysector.net wrote:
On Friday, 12 January 2024 at 09:57, Andreas Reschke wrote:
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
ATM probably not, there's not been a lot of changes upstream in terms of features for the PBP for a few cycles.
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
I suggest holding out for the moment, we rolled back to 2023.07 for Fedora 39 GA due to problems. I updated my PBP to 2024.01 this week and it also has problems, I too also need to take mine to pieces.
I think upstream has changed the way needed to flash it and I need to work out what that is and either fix it upstream or update the post. There's also some other general fixes needed for F-40 I'm working with upstream to resolve.
In short, watch this space, I'll update when I have something more concrete.
Peter
arm mailing list -- arm@lists.fedoraproject.org To unsubscribe send an email to arm-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Hi,
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
So I finally got time to look into this on my PBP and what's happened is they're moved the offsets the u-boot.itb needs to be written.
So if you do the following for the SPI flash rather than the previous one it should work: sf update ${fdt_addr_r} E0000 ${filesize}
A nasty hack that may work is if you use the spi-flashing-disk to setup a mSD card with the same version that's on the SPI flash it may boot with that to a U-Boot prompt to save taking it to pieces.
spi-flashing-disk --media=/dev/sda --target=pinebook-pro-rk3399
I am going to update the details in the blog post to cover this, also we can likely now move to a single command for flashing a combined blob in F-40. Note I've also discovered a bug in the U-Boot menu if booting off NVME, I am looking into that currently.
Peter
Thanks Peter,
I will try it on Friday.
Andreas
Am 13.03.24 um 16:17 schrieb Peter Robinson:
Hi,
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
So I finally got time to look into this on my PBP and what's happened is they're moved the offsets the u-boot.itb needs to be written.
So if you do the following for the SPI flash rather than the previous one it should work: sf update ${fdt_addr_r} E0000 ${filesize}
A nasty hack that may work is if you use the spi-flashing-disk to setup a mSD card with the same version that's on the SPI flash it may boot with that to a U-Boot prompt to save taking it to pieces.
spi-flashing-disk --media=/dev/sda --target=pinebook-pro-rk3399
I am going to update the details in the blog post to cover this, also we can likely now move to a single command for flashing a combined blob in F-40. Note I've also discovered a bug in the U-Boot menu if booting off NVME, I am looking into that currently.
Peter
arm mailing list -- arm@lists.fedoraproject.org To unsubscribe send an email to arm-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
On Wed, 13 Mar 2024 at 19:24, Andreas Reschke arm_ml@rirasoft.de wrote:
Thanks Peter,
I will try it on Friday.
There will no doubt be a newer build by Friday but use at least 2024.04-0.5.rc4 as I pushed a build there that fixes NVME auto boot to rawhide, I expect a newer build in the next day or so.
uboot-tools-2024.04-0.5.rc4.fc41
Andreas
Am 13.03.24 um 16:17 schrieb Peter Robinson:
Hi,
Hello together, hello Peter,
I've on my Pinebook Pro U-Boot 2022.10.
Howto: https://nullr0ute.com/2021/05/fedora-on-the-pinebook-pro/
Does it make sence to update U-Boot to up2date Version from Fedora 39 (uboot-images-armv8-2023-07-3.fc39.noarch) ? Are there any significant changes ?
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
So I finally got time to look into this on my PBP and what's happened is they're moved the offsets the u-boot.itb needs to be written.
So if you do the following for the SPI flash rather than the previous one it should work: sf update ${fdt_addr_r} E0000 ${filesize}
A nasty hack that may work is if you use the spi-flashing-disk to setup a mSD card with the same version that's on the SPI flash it may boot with that to a U-Boot prompt to save taking it to pieces.
spi-flashing-disk --media=/dev/sda --target=pinebook-pro-rk3399
I am going to update the details in the blog post to cover this, also we can likely now move to a single command for flashing a combined blob in F-40. Note I've also discovered a bug in the U-Boot menu if booting off NVME, I am looking into that currently.
Peter
arm mailing list -- arm@lists.fedoraproject.org To unsubscribe send an email to arm-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
-- _______________________________________________ arm mailing list -- arm@lists.fedoraproject.org To unsubscribe send an email to arm-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/arm@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Hi!
On Wednesday, 13 March 2024 at 16:17, Peter Robinson wrote:
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
So I finally got time to look into this on my PBP and what's happened is they're moved the offsets the u-boot.itb needs to be written.
So if you do the following for the SPI flash rather than the previous one it should work: sf update ${fdt_addr_r} E0000 ${filesize}
A nasty hack that may work is if you use the spi-flashing-disk to setup a mSD card with the same version that's on the SPI flash it may boot with that to a U-Boot prompt to save taking it to pieces.
spi-flashing-disk --media=/dev/sda --target=pinebook-pro-rk3399
Unfortunately, the above doesn't help. I still get: U-Boot TPL 2023.10-rc3 (Aug 21 2023 - 00:00:00) lpddr4_set_rate: change freq to 400MHz 0, 1 Channel 0: LPDDR4, 400MHz BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB Channel 1: LPDDR4, 400MHz BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB 256B stride lpddr4_set_rate: change freq to 800MHz 1, 0 Trying to boot from BOOTROM Returning to boot ROM...
U-Boot SPL 2023.10-rc3 (Aug 21 2023 - 00:00:00 +0000) Trying to boot from SPI Trying to boot from MMC1 mmc_load_image_raw_sector: mmc block read error Trying to boot from SPI Trying to boot from MMC2 Card did not respond to voltage select! : -110 spl: mmc init failed with error: -95 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###
Even with an SD card with the results of the above spi-flashing-disk command with uboot-images-armv8-2023.10-0.4.rc3.fc39 installed.
Regards, Dominik
On Wed, 13 Mar 2024 at 21:19, Dominik 'Rathann' Mierzejewski dominik@greysector.net wrote:
Hi!
On Wednesday, 13 March 2024 at 16:17, Peter Robinson wrote:
Whatever you decide, don't install 2023.10-rc3. It's broken. I still haven't found the time to disassemble my PBP and put it into maskrom mode to recover. I'll probably have some time next week and will try to install 2023.10 final.
So I finally got time to look into this on my PBP and what's happened is they're moved the offsets the u-boot.itb needs to be written.
So if you do the following for the SPI flash rather than the previous one it should work: sf update ${fdt_addr_r} E0000 ${filesize}
A nasty hack that may work is if you use the spi-flashing-disk to setup a mSD card with the same version that's on the SPI flash it may boot with that to a U-Boot prompt to save taking it to pieces.
spi-flashing-disk --media=/dev/sda --target=pinebook-pro-rk3399
Unfortunately, the above doesn't help. I still get:
I did say it might work, sorry, you'll probably have to do the hard recovery.
On Wednesday, 13 March 2024 at 22:57, Peter Robinson wrote: [...]
I did say it might work, sorry, you'll probably have to do the hard recovery.
So I did. I've got one question, though. Is there an easy way to generate a binary that can be flashed to SPI directly in maskrom mode with rkdeveloptool wl?
Regards, Dominik