friendlyarm / sd-fuse_rk3328

42 stars 24 forks source link

debian-bullseye-core-arm64 无法在 NanoPi R2C Plus 上运行 #10

Open tian-jiong opened 1 year ago

yankcrime commented 1 year ago

I've also found that the provided Debian Bullseye image (rk3328-sd-debian-bullseye-core-5.15-arm64-20230404.img.gz) does not work. The device flashes successfully, however it does not boot - just a solid red SYS light and no network interface activity.

yankcrime commented 1 year ago

When booting, I see this:

# Booting Rockchip Format Image
Failed to load DTB
Failed to read fdt, ret=-19
Card did not respond to voltage select!
mmc_init: -95, time 9
switch to partitions #0, OK
mmc0(part 0) is current device
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
starting USB...
Bus usb@ff5c0000: Port not available.
Bus usb@ff580000: scanning bus usb@ff580000 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Which suggests that whatever it's writing is not in the correct format. This is with rk3328-sd-debian-bullseye-core-5.15-arm64-20230404.img.gz downloaded from your Google Drive.

@friendlyarm Any ideas? Will you be providing an image that fixes this problem?

friendlyarm commented 1 year ago

Fixed in the following images: rk3328-sd-debian-bullseye-core-5.15-arm64-20230529.img.gz rk3328-eflasher-debian-bullseye-core-5.15-arm64-20230529.img.gz Sorry for the slow response!

yankcrime commented 1 year ago

This works, thanks @friendlyarm !