I have written a shell script to check which soc node is broken on rk3582 soc.
You have to flash an armbian 5.10 legacy image of rock5c because it has modified uboot to unblock all good ip cores. If you flash 6.1 vendor image, you will get gpu enabled even you have broken gpu.
@amazingfate - is there a prebuilt image with 5.10 kernel and adjusted u-boot somewhere downloadable? i’m asking as the armbian downloads seem to focus on v6.1 and mainline only.
a lot of thanks in advance and best wishes - hexdump
@kwankiu You are the only one to provide materials for rk3582 SoC on this forum
Can you please share it as an .img or at least explain how to make it “flashable” on a SPI module?
I dont have a u-boot image for SPI since neither rock 5c nor cm5 came with SPI
If you really want to flash it to an SPI module (either on rock 5c’s emmc/spi socket, or an IO board for cm5) you can try dding the u-boot img and loader file contained in the deb package linked above, but it might not be as straight forward, alternatively you can put armbian’s patch to radxa’s build tool and build SPI image following radxa’s documentation.
Thanks @kwankiu
I’m trying to achieve netbooting on my 5C lite (with a PoE hat).
The idea is to have a U-boot running on the SPI flash module handling OS files from a TFTP & NFS server.
I’ve already done that with Rpi devices.
Unfortunately, no matter the way I tried, I can’t make my board boot.
rsetup tells me it succeed -> no output when powering on and fixed green and blue LEDs
The only one which gave me output and blinking blue LED is EDK2-porting firmware, however it seems that netboot options are only provided on REALTEK NIC equipped devices. (https://github.com/edk2-porting/edk2-rk3588/issues/181)