最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

第一次挂载jffs2文件系统,出现:Node header CRC failed at

IT圈 admin 19浏览 0评论

2024年6月2日发(作者:冀伶俐)

第一次挂载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文件系统,出现: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

____ _ _

/ __| ||_|

_ _| | | | _ ____ _ _ _ _

| | | | | | || | _ | | | | /

| |_| | |__| || | | | | |_| |/

发布评论

评论列表 (0)

  1. 暂无评论