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.