Page 1 of 1

烧录完fastboot固件后无法烧录普通固件。

Posted: 2025-08-28 21:06
by dqqs
烧录完fastboot固件后,通过按住boot再按reset可以进入maskrom,但使用rkdownload.sh烧录后无法启动,出错信息
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
但是再烧fastboot固件就能启动,应该不是硬件问题。
我仔细观察,似乎烧录文件系统失败了

Code: Select all

uploadTools/rkdownload.sh -d compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES/
GLOBAL_PARTITIONS: 0x200@0x0(env),0x200@0x200(idblock),0x400@0x400(uboot),0x2000@0x800(boot),0xF000@0x2800(oem),0x5000@0x11800(userdata),0x69000@0x16800(rootfs)
Download boot ok.
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//env.img
Start to write env.img at 0x0...
Write LBA from file (100%)
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//env.img
Start to write env.img at 0x0...
Write LBA from file (100%)
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//idblock.img
Start to write idblock.img at 0x200...
Write LBA from file (100%)
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//uboot.img
Start to write uboot.img at 0x400...
Write LBA from file (100%)
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//boot.img
Start to write boot.img at 0x800...
Write LBA from file (100%)
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//oem.img
Image is ubi format,please tell the size!
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//userdata.img
Image is ubi format,please tell the size!
[rkdownload.sh:info] start to flash compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//rootfs.img
Image is ubi format,please tell the size!
[rkdownload.sh:info] Start to reset device...
Reset Device OK.
修改sh打印指令,发现

Code: Select all

upgrade_tool wl 0x2800  compiledImage/IPC_SPI_NAND_BUILDROOT_RV1106_LUCKFOX_PICO_PRO_MAX_20250828.1720_RELEASE_TEST_stock_12_16/IMAGES//oem.img
Image is ubi format,please tell the size!
请问如何让upgrade_tool烧录ubi格式?

Re: 烧录完fastboot固件后无法烧录普通固件。

Posted: 2025-08-29 2:50
by Crocodile
您好,Linux 系统烧录请尝试使用 ./rkflash.sh update命令烧录