金牌会员
- 积分
- 2337
- 金钱
- 2337
- 注册时间
- 2022-8-25
- 在线时间
- 231 小时
|
1金钱
有哪位大佬,在做过qspi jffs2的rootfs
我的ZYNQ 7020,rootfs已经烧录到 rootfs分区:
[ 0.876533] 4 ofpart partitions found on MTD device spi0.0
[ 0.882009] Creating 4 MTD partitions on "spi0.0":
[ 0.886823] 0x000000000000-0x000000500000 : "boot"
[ 0.892370] 0x000000500000-0x000000520000 : "bootenv"
[ 0.898198] 0x000000520000-0x000000fa0000 : "kernel"
[ 0.903865] 0x000000fa0000-0x000002000000 : "jffs2"
但启动时挂载jffs2文件系统失败:
[ 2.757963] input: keys as /devices/soc0/keys/input/input1
[ 2.764957] rtc-pcf8563 0-0051: setting system clock to 2022-09-13 15:41:56 UTC (1663083716)
[ 2.773415] of_cfs_init
[ 2.775909] of_cfs_init: OK
[ 2.779472] ALSA device list:
[ 2.782435] #0: xilinx FPGA sound card
[ 2.788119] jffs2: Node at 0x000007d8 with length 0x00000b23 would run over the end of the erase block
[ 2.797496] jffs2: Perhaps the file system was created with the wrong erase size?
[ 2.804977] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007dc: 0x0b23 instead
[ 2.814479] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007e0: 0xdb46 instead
[ 2.823966] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007e4: 0x0013 instead
[ 2.833456] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007e8: 0x0001 instead
[ 2.842942] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007ec: 0x81ed instead
[ 2.852428] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007f0: 0x03e8 instead
[ 2.861913] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007f4: 0x3ba8 instead
[ 2.871419] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007f8: 0x8ca8 instead
[ 2.880906] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000007fc: 0x8ca8 instead
[ 2.890393] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000800: 0x8ca8 instead
[ 2.899871] jffs2: Further such events for this erase block will not be printed
[ 2.907572] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001000: 0x98d4 instead
[ 2.917066] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001004: 0xa631 instead
[ 2.926553] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001008: 0x64a1 instead
[ 2.936038] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000100c: 0x8d60 instead
[ 2.945503] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001010: 0xf1e3 instead
[ 2.954983] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001014: 0x38a1 instead
[ 2.964462] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001018: 0x44d4 instead
[ 2.973940] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000101c: 0x864b instead
[ 2.983418] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001020: 0x5567 instead
[ 2.992901] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00001024: 0x5dd9 instead
参考 https://blog.csdn.net/weixin_41922484/article/details/103561902
没有成功,是不是还有特别的地方要配置?
|
|