I just received 3 Rock Pi S and I can’t make any of them boot !!!
It’s the D version (minimal config) without NAND, Radio,…
I tried with official image, with armbian image, with ubuntu image, with different power supply, with different USB-C to A cables, with 3 different SD.
In the best case with the official image I got the following message from the console:
DDR Version V1.26
The RK3308 in 2022 is now manufactured in SMIC, it’s call RK3308 S version. The bootloader and version should be updated to support the S version(lower core voltage). See the detailed changes here:
The info I guess is in 4.1 The rkbin Software Repository Update Confirmation
Where
In order to be compatible with the RK3308B-S&RK3308H-S chip, the following important Binary files must be updated and
double check the requirement version.
Binary Corresponding file Version requirements
rk3308_ddr
rk3308_ddr_589MHz_uart2_m1_v2.05.bin
rk3308_ddr_589MHz_uart4_m0_v2.05.bin
rk3308_ddr_393MHz_uart4_m0_v2.05.bin
rk3308_ddr_451MHz_uart2_m1_v2.05.bin
rk3308_ddr_451MHz_uart4_m0_v2.05.bin
rk3308_ddr_393MHz_uart2_m1_v2.05.bin
v2.05 or later version
rk3308_miniloader
rk3308_miniloader_v1.32.bin
rk3308_miniloader_wo_ftl_v1.32.bin
v1.32 or later version
rk3308_usbplug
rk3308_usbplug_v1.32.bin
rk3308_usbplug_wo_ftl_v1.32.bin
v1.32 or later version
rk3308_bl31
rk3308_bl31_aarch32_v2.24.elf
rk3308_bl31_v2.24.elf
v2.24 or later version
rk3308_bl32 rk3308_bl32_v2.02 v2.02 or later version
The bs opp table is there with rk3308bs-cpu0-opp-table naming but the old opp table is still being used.
I have never seen this sort of layout with 2x opp table and are we supposed to manually edit the dtb (dts) ?