请教下, 荔枝nano bootloader(rtboot-1.0.3.bin)下载成功了, 使用 rt thread官方(rt-thread-5.0.2\bsp\allwinner_tina) 编译再打包的 rbl固件 一直报报以下错误, 看了论坛有人提问, 没有人解答, 有哪位找到原因了吗??
U-Boot SPL 2018.01-07886-g9716979100-dirty (Mar 29 2018 - 19:56:32)
DRAM: 32 MiB
Trying to boot from sunxi SPI
\ | /
- RT - Thread Operating System
/ | \ 3.0.3 build Apr 13 2018
2006 - 2018 Copyright by rt-thread team
[SFUD]gd25qxx flash device is initialize success.
[I/OTA] RT-Thread OTA package(V0.1.0) initialize success.
[Flash](packages/EasyFlash/src/ef_env.c:144) ENV start address is 0x00032000, size is 4096 bytes.
[Flash](packages/EasyFlash/src/ef_env.c:768) Calculate ENV CRC32 number is 0x8AF235A8.
[Flash](packages/EasyFlash/src/ef_env.c:780) Verify ENV CRC32 result is OK.
[Flash]EasyFlash V3.0.4 is initialize success.
[Flash]You can get the latest version on https://github.com/armink/EasyFlash .
Hit any key to stop autoboot : 0ny key to stop autoboot : 2
run application
begin read...
run addr:0x80000000
\ | /
- RT - Thread Operating System
/ | \ 5.0.2 build Aug 26 2024 21:43:07
2006 - 2022 Copyright by RT-Thread team
[W/SFUD] [SFUD] Warning: The OS tick(100) is less than 1000. So the flash write will take more time.
[I/SFUD] Found a flash chip. Size is 16777216 bytes.
[I/SFUD] gd25qxx flash device initialized successfully.
[I/SFUD] Probe SPI flash gd25qxx by SPI device spi00 success.
periph_get_pll_clk:600000000
cpu_get_clk:408000000
ahb_get_clk:200000000
apb_get_clk:100000000
msh />[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 8 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 5 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 55 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 55 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 55 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 55 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 1 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 1 err
[E/MMC] [err]:0x00000100, RTO
[E/MMC] mmc cmd 1 err
我用荔枝派原来的firmware1.1.0.rbl 出现的log就没有这些错误. 如下:
Hit any key to stop autoboot : 0
run application
begin read...
run addr:0x80000000
\ | /
- RT - Thread Operating System
/ | \ 3.0.3 build Apr 14 2018
2006 - 2018 Copyright by rt-thread team
[SFUD]gd25qxx flash device is initialize success.
codec initialization done!
File System on rom fail!
Can not found /etc/lcd_config.xml
LCD setting the default configuration
set LCD driver success
[Flash](packages/EasyFlash/src/ef_env.c:144) ENV start address is 0x00032000, size is 4096 bytes.
[Flash](packages/EasyFlash/src/ef_env.c:768) Calculate ENV CRC32 number is 0x1FF0F124.
[Flash](packages/EasyFlash/src/ef_env.c:780) Verify ENV CRC32 result is OK.
[Flash]EasyFlash V3.0.4 is initialize success.
[Flash]You can get the latest version on https://github.com/armink/EasyFlash .
Persimmon 2.0.0 build Apr 14 2018
msh />init filesystem...
script dir: /gui
js_read_file : /gui/app.js
Unmount "/mnt/sd0"
script dir: /gui
js_read_file : /gui/app.js
script dir: /gui
js_read_file : /gui/app.js
icn85xx_i2c_rxdata i2c read error
ft5x06_probe failed: -1
script dir: /gui
js_read_file : /gui/app.js
gt9xx_read i2c read error: -8
离线