05-29-2023, 08:12 AM
Well, at the end I was able to access the boot prompt after disconnecting the NVMe SSD and pressing the "reset" button next to the CPU.
I typed the commands like in the blog post
I flashed my eMMC with Fedora-KDE-38-1.6.aarch64.raw.xz, put the eMMC back and tried to boot MANY times but nothing happens even when re-inserting the micro SD card and removing/disabling the eMMC.
I think I didn't do any mistake while flashing the SPI but I can't be sure because I forgot to take a photo of what I actually did...
I think I'm good to order a pry tool on Amazon to I can access the SPI and follow the procedure I didn't want to do...
I typed the commands like in the blog post
Quote:Hit any key to stop autoboot: 0
=> ls mmc 1:1
167509 idbloader.img
335872 idbloader.spi
975872 u-boot.itb
9331712 u-boot-rockchip.bin
4 file(s), 0 dir(s)
=> sf probe
SF: Detected gd25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
=> load mmc 1:1 ${fdt_addr_r} idbloader.spi
335872 bytes read in 39 ms (8.2 MiB/s)
=> sf update ${fdt_addr_r} 0 ${filesize}
device 0 offset 0x0, size 0x52000
61440 bytes written, 274432 bytes skipped in 0.803s, speed 427777 B/s
=> load mmc 1:1 ${fdt_addr_r} u-boot.itb
975872 bytes read in 107 ms (8.7 MiB/s)
=> sf update ${fdt_addr_r} 60000 ${filesize}
device 0 offset 0x60000, size 0xee400
914432 bytes written, 61440 bytes skipped in 9.415s, speed 106127 B/s
I flashed my eMMC with Fedora-KDE-38-1.6.aarch64.raw.xz, put the eMMC back and tried to boot MANY times but nothing happens even when re-inserting the micro SD card and removing/disabling the eMMC.
I think I didn't do any mistake while flashing the SPI but I can't be sure because I forgot to take a photo of what I actually did...
I think I'm good to order a pry tool on Amazon to I can access the SPI and follow the procedure I didn't want to do...