2024年6月2日发(作者:浑永春)
第一次挂载jffs2文件系统,出现:NodeheaderCRCfailedat
第一次挂载jffs2文件系统,出现:Node header CRC failed at
使用的bootloader:redboot
kernel版本:2.6.29
flash类型:NOR FLASH.
制作jffs2的命令:
2 -U -d /mnt/winF/tet/romfs -D -l -e 0x10000 -p -n -
o /tftpboot/
"-e":表示flash的擦除块大小为0x10000,这个值很重要,可以从datasheet中得到。
"-p":
Pad output to SIZE bytes with 0xFF. If SIZE is not specified, the output is padded
to the end of the final erase block.
烧写命令:
load -r -v -h 172.21.73.101 -b 0x8000
fis create -b 0x8000 -l 0x200000 -s 0x200000 -f 0x7F060000 -e 0x8000
load -r -v -h 172.21.73.101 -b 0x100000
fis write -b 0x100000 -f 0x7F260000 -l 0x250000
fis create -f 0x7F260000 -l 0x590000
reset
问题描述:
第一次启动,会出现CRC错误信息,如下:
Shell invoked to run file: /etc/rc
Welcome to
____ _ _
/ __| ||_|
_ _| | | | _ ____ _ _ _ _
| | | | | | || | _ | | | | /
2024年6月2日发(作者:浑永春)
第一次挂载jffs2文件系统,出现:NodeheaderCRCfailedat
第一次挂载jffs2文件系统,出现:Node header CRC failed at
使用的bootloader:redboot
kernel版本:2.6.29
flash类型:NOR FLASH.
制作jffs2的命令:
2 -U -d /mnt/winF/tet/romfs -D -l -e 0x10000 -p -n -
o /tftpboot/
"-e":表示flash的擦除块大小为0x10000,这个值很重要,可以从datasheet中得到。
"-p":
Pad output to SIZE bytes with 0xFF. If SIZE is not specified, the output is padded
to the end of the final erase block.
烧写命令:
load -r -v -h 172.21.73.101 -b 0x8000
fis create -b 0x8000 -l 0x200000 -s 0x200000 -f 0x7F060000 -e 0x8000
load -r -v -h 172.21.73.101 -b 0x100000
fis write -b 0x100000 -f 0x7F260000 -l 0x250000
fis create -f 0x7F260000 -l 0x590000
reset
问题描述:
第一次启动,会出现CRC错误信息,如下:
Shell invoked to run file: /etc/rc
Welcome to
____ _ _
/ __| ||_|
_ _| | | | _ ____ _ _ _ _
| | | | | | || | _ | | | | /