option 1-2:1.2: GSM modem (1-port) converter detected
usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
option 1-2:1.3: GSM modem (1-port) converter detected
usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3
GobiNet 1-2:1.4 eth0: register 'GobiNet' at usb-nuc970-ehci-2, GobiNet Ethernet Device, 36:f3:38:20:c7:b8
creating qcqmi0
UBI: scanning is finished
UBI: attached mtd3 (name "rootfs", size 28 MiB) to ubi0
UBI: PEB size: 4096 bytes (4 KiB), LEB size: 3968 bytes
UBI: min./max. I/O unit sizes: 1/256, sub-page size 1
UBI: VID header offset: 64 (aligned 64), data offset: 128
UBI: good PEBs: 7168, bad PEBs: 0, corrupted PEBs: 0
UBI: user volume: 1, internal volumes: 1, max. volumes count: 23
UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 298490858
UBI: available PEBs: 4096, total reserved PEBs: 3072, PEBs reserved for bad PEB handling: 0
UBI: background thread "ubi_bgt0d" started, PID 446
UBIFS error (pid 1): init_constants_early: too small LEBs (3968 bytes), min. is 15360 bytes
List of all partitions:
No filesystem could mount root, tried: ubifs
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
CPU: 0 PID: 1 Comm: swapper Not tainted 3.10.101 #19
Backtrace:
[<c0011f34>] (dump_backtrace+0x0/0x10c) from [<c0012148>] (show_stack+0x18/0x1c)
r6:c04a9180 r5:00008000 r4:c0431958 r3:00000000
[<c0012130>] (show_stack+0x0/0x1c) from [<c03813b8>] (dump_stack+0x20/0x28)
[<c0381398>] (dump_stack+0x0/0x28) from [<c037ef44>] (panic+0xa4/0x1f8)
[<c037eea0>] (panic+0x0/0x1f8) from [<c048f08c>] (mount_block_root+0x294/0x2d8)
r3:c3843ea4 r2:00000020 r1:c3843ed8 r0:c0431958
r7:c04a9170
[<c048edf8>] (mount_block_root+0x0/0x2d8) from [<c048f2d4>] (prepare_namespace+0x98/0x1c0)
[<c048f23c>] (prepare_namespace+0x0/0x1c0) from [<c048ec44>] (kernel_init_freeable+0x1d8/0x220)
r6:c04e5420 r5:00000007 r4:c04ad71c
[<c048ea6c>] (kernel_init_freeable+0x0/0x220) from [<c037e8a0>] (kernel_init+0x10/0x158)
[<c037e890>] (kernel_init+0x0/0x158) from [<c000ecf8>] (ret_from_fork+0x14/0x3c)
r5:c037e890 r4:00000000
m25q80 16M的改为32M的SPIflash,启动是遇到的问题
需要改flash驱动,改为:
.mode = (SPI_MODE_0 | SPI_TX_QUAD | SPI_RX_QUAD),