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