nanopc-t6 icon indicating copy to clipboard operation
nanopc-t6 copied to clipboard

can this be flashed into emmc with usb?

Open lygstate opened this issue 1 year ago • 2 comments
trafficstars

lygstate avatar Feb 22 '24 18:02 lygstate

I just use this simple process to flash emmc and have never tested USB:

wget https://github.com/inindev/debian-image/releases/download/v12.4/nanopi-r6c_bookworm-12.4.img.xz
sudo su
xzcat nanopi-r6c_bookworm-12.4.img.xz > /dev/mmcblk0
sync

If usb flashing works, please report back here your steps so other people can benefit from your experience.

inindev avatar Feb 22 '24 18:02 inindev

I just use this simple process to flash emmc and have never tested USB:

wget https://github.com/inindev/debian-image/releases/download/v12.4/nanopi-r6c_bookworm-12.4.img.xz
sudo su
xzcat nanopi-r6c_bookworm-12.4.img.xz > /dev/mmcblk0
sync

If usb flashing works, please report back here your steps so other people can benefit from your experience.

OK, on my system boot into sd card, then flash into /dev/mmcblk2

lygstate avatar Feb 22 '24 20:02 lygstate