inindev / rock-5b

debian arm64 linux for the rock 5b
GNU General Public License v3.0
13 stars 3 forks source link

Write to sd card can’t boot loader. #11

Closed thomasbergersen closed 4 months ago

thomasbergersen commented 4 months ago

My rock5 model is v1.42,Please update the img file . Thank you sir

inindev commented 4 months ago

The latest u-boot https://github.com/inindev/uboot-rockchip/releases/tag/v2024.07

The latest kernel https://github.com/inindev/linux-rockchip/releases/tag/v6.10.0-rc6

The latest complete image with u-boot and kernel https://github.com/inindev/debian-image/releases/tag/v12.6

For the Rock-5b

wget https://github.com/inindev/debian-image/releases/download/v12.6/rock-5b_bookworm-12.6.img.xz
sudo su
xzcat rock-5b_bookworm-12.6.img.xz > /dev/sd<your mmc device>
thomasbergersen commented 4 months ago

The latest u-boot https://github.com/inindev/uboot-rockchip/releases/tag/v2024.07

The latest kernel https://github.com/inindev/linux-rockchip/releases/tag/v6.10.0-rc6

The latest complete image with u-boot and kernel https://github.com/inindev/debian-image/releases/tag/v12.6

For the Rock-5b

wget https://github.com/inindev/debian-image/releases/download/v12.6/rock-5b_bookworm-12.6.img.xz
sudo su
xzcat rock-5b_bookworm-12.6.img.xz > /dev/sd<your mmc device>

There are no startup issues with these image files.

Thank you for the excellent work you have done.