您尚未登录。

#1 全志 SOC » T507 linux平台 双屏异显双屏同显 » 2022-11-10 16:47:59

笃学
回复: 0

请教各位,有在T507上验证成功过双屏异显或者双屏同显的内容么?

#2 Re: VMWare/Linux/Ubuntu/Fedora/CentOS/U-BOOT » linux解决SOC与FPGA(SDIO)接口通信问题,大佬们求助求助!!!!!!!!!!!!! » 2022-07-28 10:46:29

小智 说:

sdio_linux_fpga-master.zip这个是老毛子写的,可以参考一下

大佬,安装这个驱动后,没有生成相应的设备是怎么回事呢?没有进到probe函数中,这是没有匹配成功么?

#3 Re: 全志 SOC » T113能够虚拟一个SDIO_UART设备么 » 2022-07-22 17:47:54

# cat /proc/devices
Character devices:
  1 mem
  4 /dev/vc/0
  4 tty
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 29 fb
 89 i2c
 90 mtd
108 ppp
116 alsa
128 ptm
136 pts
150 cedar_dev
153 spi
180 usb
188 ttyUSB
189 usb_device
244 ttySDIO
245 ubi0
246 rpmb
247 ttyGS
248 ttyS
249 disp
250 sunxi-pwm-dev
251 bsg
252 watchdog
253 rtc
254 gpiochip

Block devices:
  8 sd
 65 sd
 66 sd
 67 sd
 68 sd
 69 sd
 70 sd
 71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
179 mmc
259 blkext
#

在/dev下没有生成设备,查看/proc/devices 出现有驱动申请的设备号“244 ttySDIO”

#4 全志 SOC » T113能够虚拟一个SDIO_UART设备么 » 2022-07-22 17:37:36

笃学
回复: 1

请教各位大佬,如何虚拟出一个sdio_uart的设备呀??编译内核目录中的sdio_uart.c文件,生成驱动文件,加载驱动后没有任何提示,在这卡住没思路了。

#7 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-06-23 11:57:29

hxhlb 说:

它支持QT?
为什么我的sdk编译的没有QT呢, 就算选上也不行, prebuilt的也不行. libgpu根本就编译不过去.
请问您是Tina SDK吗?

我编的不是Tinade SDK,可以查看下qt编译的环境变量,可能路径会改动。

#8 Re: 全志 SOC » T113S使用spi-nand文件系统的分区大小怎么修改 » 2022-06-16 11:41:40

修改 build/mkcmd.sh文件中的make_ubifs函数
你的初始格式应该是这样的:mkfs.ubifs -m * -e * -c xxx ....../rootfs.ubifs
将 -c 后面的参数根据你的nand大小适当调整

#9 Re: 全志 SOC » T113-s3 spi-nand 启动 » 2022-06-08 17:49:27

@Cadence
好嘞,感谢感谢!我去试试哈

#10 Re: 全志 SOC » T113-s3 spi-nand 启动 » 2022-06-08 10:59:53

Cadence 说:

@笃学
应该是 rootfs 系统错误,需要重新格式化 ubifs

重新写入 rootfs
用sd卡启动起来,然后

flash_erase /dev/mtd5 0 0
ubiformat -y /dev/mtd5
ubiattach /dev/ubi_ctrl -m5
ubimkvol /dev/ubi0 -N rootfs -m

感谢大佬回复,我是通过全志的脚本生成出来的系统,每次重新编译固件内容都会重新生成,现在用的这个板子上没有增加SD卡卡槽,先往其他方向摸索摸索吧,

#11 Re: 全志 SOC » T113-s3 spi-nand 启动 » 2022-06-07 11:33:39

[    5.348588] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB1
[    6.013973] UBIFS error (ubi0:5 pid 1): ubifs_check_node: bad CRC: calculated 0x16ca7e75, read 0x1312004
[    6.024649] UBIFS error (ubi0:5 pid 1): ubifs_check_node: bad node at LEB 294:90000

这个匹配问题,有点没头绪,或者说id.c配置信息不对?

#12 Re: 全志 SOC » T113-s3 spi-nand 启动 » 2022-06-07 11:18:27

@Cadence
感谢大佬,我也是在这添加了“W25N02KVZEIR”的配置信息,能够识别出来,出现了“--[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]--”的现象,这可能是什么因素引出的嘞,大概可以往哪些方面着手呀

[    1.712590] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228
[    1.719867] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
[    1.727929] sunxi-spinand-phy: not detect any munufacture from id table
[    1.735397] sunxi-spinand-phy: get spi-nand Model from fdt fail
[    1.742084] sunxi-spinand-phy: get phy info from fdt fail
[    1.748143] sunxi-spinand-phy: not detect munufacture from fdt
[    1.754876] sunxi-spinand-phy: detect munufacture from id table: Winbond
[    1.762416] sunxi-spinand-phy: detect spinand id: ff22aaef ffffffff
[    1.769455] sunxi-spinand-phy: ========== arch info ==========
[    1.776011] sunxi-spinand-phy: Model:               W25N02KVZEIR
[    1.782768] sunxi-spinand-phy: Munufacture:         Winbond
[    1.789019] sunxi-spinand-phy: DieCntPerChip:       1
[    1.794701] sunxi-spinand-phy: BlkCntPerDie:        2048
[    1.800667] sunxi-spinand-phy: PageCntPerBlk:       64
[    1.806442] sunxi-spinand-phy: SectCntPerPage:      4
[    1.812128] sunxi-spinand-phy: OobSizePerPage:      64
[    1.817889] sunxi-spinand-phy: BadBlockFlag:        0x0
[    1.823760] sunxi-spinand-phy: OperationOpt:        0x7
[    1.829627] sunxi-spinand-phy: MaxEraseTimes:       65000
[    1.835696] sunxi-spinand-phy: EccFlag:             0x0
[    1.841575] sunxi-spinand-phy: EccType:             2
[    1.847238] sunxi-spinand-phy: EccProtectedType:    3
[    1.852914] sunxi-spinand-phy: ========================================
[    1.860338] sunxi-spinand-phy:
[    1.863874] sunxi-spinand-phy: ========== physical info ==========
[    1.870812] sunxi-spinand-phy: TotalSize:    256 M
[    1.876206] sunxi-spinand-phy: SectorSize:   512 B
[    1.881655] sunxi-spinand-phy: PageSize:     2 K
[    1.886850] sunxi-spinand-phy: BlockSize:    128 K
[    1.892247] sunxi-spinand-phy: OOBSize:      64 B
[    1.897554] sunxi-spinand-phy: ========================================
[    1.904992] sunxi-spinand-phy:
[    1.908512] sunxi-spinand-phy: ========== logical info ==========
[    1.915366] sunxi-spinand-phy: TotalSize:    256 M
[    1.920739] sunxi-spinand-phy: SectorSize:   512 B
[    1.926124] sunxi-spinand-phy: PageSize:     4 K
[    1.931322] sunxi-spinand-phy: BlockSize:    256 K
[    1.936695] sunxi-spinand-phy: OOBSize:      128 B
[    1.942087] sunxi-spinand-phy: ========================================
[    1.949666] sunxi-spinand-phy: block lock register: 0x00
[    1.955805] sunxi-spinand-phy: feature register: 0x19
[    1.961602] sunxi-spinand-phy: sunxi physic nand init end
[    1.969250] Creating 4 MTD partitions on "sunxi_mtd_nand":
[    1.975529] 0x000000000000-0x000000100000 : "boot0"
[    1.986290] 0x000000100000-0x000000400000 : "uboot"
[    1.996691] random: fast init done
[    2.004560] 0x000000400000-0x000000500000 : "secure_storage"
[    2.016278] 0x000000500000-0x000010000000 : "sys"
[    2.446730] libphy: Fixed MDIO Bus: probed
[    2.454576] sun8iw20-pinctrl pio: pio supply vcc-pg not found, using dummy regulator
[    2.463991] sunxi gmac driver's version: 1.0.0
[    2.470055] gmac-power0: NULL
[    2.473423] gmac-power1: NULL
[    2.476749] gmac-power2: NULL
[    2.486077] Failed to alloc md5
[    2.489618] eth0: Use random mac address
[    2.495798] PPP generic driver version 2.4.2
[    2.502009] PPP BSD Compression module registered
[    2.507333] PPP Deflate Compression module registered
[    2.513585] PPP MPPE Compression module registered
[    2.518965] NET: Registered protocol family 24
[    2.524574] usbcore: registered new interface driver asix
[    2.531036] usbcore: registered new interface driver ax88179_178a
[    2.538210] usbcore: registered new interface driver cdc_ether
[    2.545693] usbcore: registered new interface driver net1080
[    2.552410] usbcore: registered new interface driver cdc_subset
[    2.559375] usbcore: registered new interface driver zaurus
[    2.566148] usbcore: registered new interface driver cdc_ncm
[    2.572532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.579856] sunxi-ehci: EHCI SUNXI driver
[    2.585016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.592060] sunxi-ohci: OHCI SUNXI driver
[    2.597541] usbcore: registered new interface driver cdc_wdm
[    2.604690] usbcore: registered new interface driver uas
[    2.611240] usbcore: registered new interface driver usb-storage
[    2.618269] usbcore: registered new interface driver ums-alauda
[    2.625648] usbcore: registered new interface driver ums-cypress
[    2.632724] usbcore: registered new interface driver ums-datafab
[    2.639741] usbcore: registered new interface driver ums_eneub6250
[    2.646992] usbcore: registered new interface driver ums-freecom
[    2.654078] usbcore: registered new interface driver ums-isd200
[    2.661051] usbcore: registered new interface driver ums-jumpshot
[    2.668168] usbcore: registered new interface driver ums-karma
[    2.675044] usbcore: registered new interface driver ums-onetouch
[    2.682387] usbcore: registered new interface driver ums-realtek
[    2.689407] usbcore: registered new interface driver ums-sddr09
[    2.696382] usbcore: registered new interface driver ums-sddr55
[    2.703373] usbcore: registered new interface driver ums-usbat
[    2.710830] usbcore: registered new interface driver option
[    2.717403] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.728340] ts probe start
[    2.730674] input: 2009c00.rtp as /devices/platform/soc@3000000/2009c00.rtp/input/input1
[    2.744241] ts probe success
[    2.745853] sunxi_gpadc_init,2137, success
[    2.755451] sunxi-rtc 7090000.rtc: errata__fix_alarm_day_reg_default_value(): ALARM0_DAY_REG=0, set it to 1
[    2.771837] sunxi-rtc 7090000.rtc: registered as rtc0
[    2.777643] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T00:01:09 UTC (69)
[    2.786768] sunxi-rtc 7090000.rtc: sunxi rtc probed
[    2.793088] i2c /dev entries driver
[    2.797314] IR NEC protocol handler initialized
[    2.802425] IR RC5(x/sz) protocol handler initialized
[    2.808970] sun8iw20-pinctrl pio: pio supply vcc-pb not found, using dummy regulator
[    2.818732] sunxi_ir_startup: get ir protocol failed
[    2.818754] (NULL device *): deviceless supply  not found, using dummy regulator
[    2.833065] Registered IR keymap rc_map_sunxi
[    2.838855] rc rc0: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0
[    2.848644] input: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0/s_cir_rx
[    2.860682] sunxi cedar version 1.1
[    2.865317] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
[    2.871734] VE: sunxi_cedar_probe power-domain init!!!
[    2.877510] VE: install start!!!
[    2.877510]
[    2.884183] VE: cedar-ve the get irq is 45
[    2.884183]
[    2.891515] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval)
[    2.891515]
[    2.900791] VE: install end!!!
[    2.900791]
[    2.905898] VE: sunxi_cedar_probe
[    2.913729] sunxi-wdt 20500a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.929467] usbcore: registered new interface driver usbhid
[    2.935750] usbhid: USB HID core driver
[    2.940055] exFAT: Version 1.3.0
[    2.954611] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:0, pa_pwr_level:1
[    2.954611]
[    2.971827] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:0, dacdrc_cfg:2, dachpf:3
[    2.984492] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished
[    2.997451] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!
[    3.007455] [SNDCODEC][sunxi_card_init][583]:card init finished
[    3.016010] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok
[    3.034134] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input3
[    3.048535] [SNDCODEC][sunxi_card_dev_probe][800]:jack_enable missing, use default enable jack
[    3.058250] [SNDCODEC][sunxi_card_dev_probe][810]:hp_detect_case missing, use default hp_detect_low
[    3.068846] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished
[    3.080947] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch
[    3.086504] NET: Registered protocol family 10
[    3.102190] Segment Routing with IPv6
[    3.106649] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.124298] NET: Registered protocol family 17
[    3.129435] NET: Registered protocol family 15
[    3.135008] lib80211: common routines for IEEE802.11 drivers
[    3.141436] lib80211_crypt: registered algorithm 'NULL'
[    3.147319] lib80211_crypt: registered algorithm 'WEP'
[    3.153122] lib80211_crypt: registered algorithm 'CCMP'
[    3.159011] lib80211_crypt: registered algorithm 'TKIP'
[    3.165405] Key type dns_resolver registered
[    3.170761] Registering SWP/SWPB emulation handler
[    3.178434] Loading compiled-in X.509 certificates
[    3.189767] HDMI 2.0 driver init start!
[    3.194256] boot_hdmi=false
[    3.197504] ERROR: can not get hdmi_cts_compatibility
[    3.203318] ERROR: pinctrl_get for HDMI2.0 DDC fail
[    3.211482] HDMI2.0 module init end
[    3.333259] sunxi-i2c sunxi-i2c1: sunxi-i2c1 supply twi not found, using dummy regulator
[    3.346829] sunxi-i2c sunxi-i2c1: probe success
[    3.362532] get ehci0-controller wakeup-source is fail.
[    3.368775] sunxi ehci0-controller don't init wakeup source
[    3.375071] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0c89df0, 0x:c886f000, irq_no:3b
[    3.387093] [sunxi-ehci0]: Not init ehci0
[    3.392482] get ohci0-controller wakeup-source is fail.
[    3.398790] sunxi ohci0-controller don't init wakeup source
[    3.405078] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0c8a080
[    3.414759] [sunxi-ohci0]: Not init ohci0
[    3.420132] get ehci1-controller wakeup-source is fail.
[    3.426433] sunxi ehci1-controller don't init wakeup source
[    3.432714] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0c8a310, 0x:c8879000, irq_no:3d
[    3.446078] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator
[    3.460752] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
[    3.468204] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
[    3.478884] sunxi-ehci 4200000.ehci1-controller: irq 61, io mem 0x04200000
[    3.510901] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
[    3.518726] sunxi-ehci 4200000.ehci1-controller: ehci_irq: highspeed device connect
[    3.530004] hub 1-0:1.0: USB hub found
[    3.534569] hub 1-0:1.0: 1 port detected
[    3.543095] get ohci1-controller wakeup-source is fail.
[    3.549418] sunxi ohci1-controller don't init wakeup source
[    3.555707] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0c8a5a0
[    3.566729] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator
[    3.580193] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
[    3.587643] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
[    3.598270] sunxi-ohci 4200400.ohci1-controller: irq 62, io mem 0x04200400
[    3.680630] hub 2-0:1.0: USB hub found
[    3.685176] hub 2-0:1.0: 1 port detected
[    3.696323] ubi0: attaching mtd3
[    3.722290] random: crng init done
[    3.910914] usb 1-1: new high-speed USB device number 2 using sunxi-ehci
[    4.126825] hub 1-1:1.0: USB hub found
[    4.131533] hub 1-1:1.0: 4 ports detected
[    4.560917] usb 1-1.1: new high-speed USB device number 3 using sunxi-ehci
[    4.755316] ubi0: scanning is finished
[    4.825860] ubi0: attached mtd3 (name "sys", size 251 MiB)
[    4.832058] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
[    4.839806] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 2048
[    4.847450] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    4.855344] ubi0: good PEBs: 1004, bad PEBs: 0, corrupted PEBs: 0
[    4.862233] ubi0: user volume: 9, internal volumes: 1, max. volumes count: 128
[    4.870356] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 0
[    4.879746] ubi0: available PEBs: 492, total reserved PEBs: 512, PEBs reserved for bad PEB handling: 40
[    4.890330] ubi0: background thread "ubi_bgt0d" started, PID 1076
[    4.901198] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.917002] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.925346] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.935072] clk: Not disabling unused clocks
[    4.939911] ALSA device list:
[    4.943334] cfg80211: failed to load regulatory.db
[    4.948785]   #0: audiocodec
[    4.952144] alloc_fd: slot 0 not NULL!
[    4.961563] UBIFS (ubi0:5): Mounting in unauthenticated mode
[    5.030970] usb 1-1.3: new high-speed USB device number 4 using sunxi-ehci
[    5.295559] cdc_ether 1-1.3:1.0 usb0: register 'cdc_ether' at usb-sunxi-ehci-1.3, CDC Ethernet Device, ae:0c:29:a3:9b:6d
[    5.314217] option 1-1.3:1.2: GSM modem (1-port) converter detected
[    5.325119] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB0
[    5.337911] option 1-1.3:1.3: GSM modem (1-port) converter detected
[    5.348588] usb 1-1.3: GSM modem (1-port) converter now attached to ttyUSB1
[    6.013973] UBIFS error (ubi0:5 pid 1): ubifs_check_node: bad CRC: calculated 0x16ca7e75, read 0x1312004
[    6.024649] UBIFS error (ubi0:5 pid 1): ubifs_check_node: bad node at LEB 294:90000
[    6.033257]  magic          0x6101831
[    6.037361]  crc            0x1312004
[    6.041477]  node_type      0 (inode node)
[    6.046068]  group_type     1 (in node group)
[    6.050967]  sqnum          61614
[    6.054682]  len            160
[    6.058203]  key            (5543, inode)
[    6.062707]  creat_sqnum    61612
[    6.066420]  size           0
[    6.069744]  nlink          1
[    6.073088]  atime          32426.0
[    6.076997]  mtime          32426.0
[    6.080930]  ctime          32426.0
[    6.084839]  uid            0
[    6.088175]  gid            0
[    6.091515]  mode           33206
[    6.095228]  flags          0x1
[    6.098747]  xattr_cnt      4294967295
[    6.102958]  xattr_size     4294967295
[    6.107158]  xattr_names    4294967295
[    6.111373]  compr_type     0xffff
[    6.115184]  data len       4294967295
[    6.119391] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.4.61+ #21
[    6.126226] Hardware name: Generic DT based system
[    6.131617] [<c010cf08>] (unwind_backtrace) from [<c010a1b8>] (show_stack+0x10/0x14)
[    6.140314] [<c010a1b8>] (show_stack) from [<c06fe5f0>] (dump_stack+0x7c/0x98)
[    6.148425] [<c06fe5f0>] (dump_stack) from [<c02805ec>] (ubifs_check_node+0x1a8/0x1e4)
[    6.157314] [<c02805ec>] (ubifs_check_node) from [<c0286884>] (ubifs_scan_a_node+0x94/0x13c)
[    6.166790] [<c0286884>] (ubifs_scan_a_node) from [<c0286c10>] (ubifs_scan+0x50/0x22c)
[    6.175681] [<c0286c10>] (ubifs_scan) from [<c02875ec>] (ubifs_replay_journal+0x560/0xf68)
[    6.184964] [<c02875ec>] (ubifs_replay_journal) from [<c027e0c8>] (ubifs_mount+0x960/0x13dc)
[    6.194442] [<c027e0c8>] (ubifs_mount) from [<c02116a0>] (legacy_get_tree+0x24/0x48)
[    6.203141] [<c02116a0>] (legacy_get_tree) from [<c01e6b7c>] (vfs_get_tree+0x24/0xd4)
[    6.211935] [<c01e6b7c>] (vfs_get_tree) from [<c0203eb0>] (do_mount+0x688/0x730)
[    6.220240] [<c0203eb0>] (do_mount) from [<c0204190>] (ksys_mount+0x70/0x98)
[    6.228154] [<c0204190>] (ksys_mount) from [<c0b0114c>] (mount_block_root+0x130/0x32c)
[    6.237041] [<c0b0114c>] (mount_block_root) from [<c0b01450>] (prepare_namespace+0x84/0x178)
[    6.246515] [<c0b01450>] (prepare_namespace) from [<c0712ccc>] (kernel_init+0x8/0x10c)
[    6.255406] [<c0712ccc>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[    6.263898] Exception stack(0xc704dfb0 to 0xc704dff8)
[    6.269565] dfa0:                                     00000000 00000000 00000000 00000000
[    6.278742] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    6.287917] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    6.295415] UBIFS error (ubi0:5 pid 1): ubifs_scan: bad node
[    6.301788] UBIFS error (ubi0:5 pid 1): ubifs_scanned_corruption: corruption at LEB 294:90000
[    6.311372] UBIFS error (ubi0:5 pid 1): ubifs_scanned_corruption: first 8192 bytes from LEB 294:90000
[    6.321740] 00000000: 06101831 01312004 0000f0ae 00000000 000000a0 00000100 000015a7 00000000  1.... 1.........................
[    6.334641] 00000020: 00000000 00000000 0000f0ac 00000000 00000000 00000000 00007eaa 00000000  .........................~......
[    6.347540] 00000040: 00007eaa 00000000 00007eaa 00000000 00000000 00000000 00000000 00000001  .~.......~......................
[    6.360440] 00000060: 00000000 00000000 000081b6 00000001 ffffffff ffffffff ffffffff ffffffff  ................................
[    6.373336] 00000080: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.386238] 000000a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.399152] 000000c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.412054] 000000e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.424957] 00000100: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.437857] 00000120: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.450757] 00000140: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.463702] 00000160: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.476606] 00000180: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.489510] 000001a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.502424] 000001c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.515326] 000001e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.528229] 00000200: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.541132] 00000220: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.554032] 00000240: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.566935] 00000260: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.579838] 00000280: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.592736] 000002a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.605648] 000002c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.618544] 000002e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.631439] 00000300: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.644341] 00000320: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.657242] 00000340: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.670144] 00000360: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.683047] 00000380: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.695947] 000003a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.708860] 000003c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.721759] 000003e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.734659] 00000400: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.747562] 00000420: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.760464] 00000440: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.773365] 00000460: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.786265] 00000480: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.799165] 000004a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.812074] 000004c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.824972] 000004e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.837873] 00000500: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.850773] 00000520: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.863677] 00000540: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.876576] 00000560: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.889475] 00000580: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.902378] 000005a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.915289] 000005c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.928187] 000005e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.930882] hdmi_hpd_sys_config_release
[    6.941093] 00000600: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.958277] 00000620: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.971181] 00000640: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.984081] 00000660: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    6.996984] 00000680: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.009884] 000006a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.022804] 000006c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.022810]
[    7.022810] insmod_host_driver
[    7.022810]
[    7.035703] 000006e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.035716] 00000700: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.042485] [ehci0-controller]: sunxi_usb_enable_ehci
[    7.055357] 00000720: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.068272] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0c89df0, 0x:c886f000, irq_no:3b
[    7.073915] 00000740: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.088521] sunxi-ehci 4101000.ehci0-controller: 4101000.ehci0-controller supply hci not found, using dummy regulator
[    7.098854] 00000760: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.113937] sunxi-ehci 4101000.ehci0-controller: EHCI Host Controller
[    7.124118] 00000780: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.136904] sunxi-ehci 4101000.ehci0-controller: new USB bus registered, assigned bus number 3
[    7.143922] 000007a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.179582] 000007c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.180223] sunxi-ehci 4101000.ehci0-controller: irq 59, io mem 0x04101000
[    7.192510] 000007e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.192522] 00000800: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.192534] 00000820: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.230912] sunxi-ehci 4101000.ehci0-controller: USB 2.0 started, EHCI 1.00
[    7.246793] 00000840: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.253093] hub 3-0:1.0: USB hub found
[    7.260106] 00000860: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.264541] hub 3-0:1.0: 1 port detected
[    7.276842] 00000880: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.286059] [ohci0-controller]: sunxi_usb_enable_ohci
[    7.294595] 000008a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.300233] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0c8a080
[    7.313023] 000008c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.324195] sunxi-ohci 4101400.ohci0-controller: 4101400.ohci0-controller supply hci not found, using dummy regulator
[    7.335841] 000008e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.349377] sunxi-ohci 4101400.ohci0-controller: OHCI Host Controller
[    7.360414] 00000900: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.368401] sunxi-ohci 4101400.ohci0-controller: new USB bus registered, assigned bus number 4
[    7.380781] 00000920: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.390808] debugfs: Directory 'sunxi-ohci' with parent 'ohci' already present!
[    7.403579] 00000940: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.403613] 00000960: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.412723] sunxi-ohci 4101400.ohci0-controller: irq 60, io mem 0x04101400
[    7.424824] 00000980: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.458366] 000009a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.471263] 000009c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.484165] 000009e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.497105] 00000a00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.510040] 00000a20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.511150] hub 4-0:1.0: USB hub found
[    7.523346] 00000a40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.527835] hub 4-0:1.0: 1 port detected
[    7.540129] 00000a60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.557465] 00000a80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.570382] 00000aa0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.583451] 00000ac0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.596353] 00000ae0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.609250] 00000b00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.622136] 00000b20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.635031] 00000b40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.647936] 00000b60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.660834] 00000b80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.673732] 00000ba0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.686639] 00000bc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.699548] 00000be0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.712553] 00000c00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.725453] 00000c20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.738349] 00000c40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.751250] 00000c60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.764146] 00000c80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.777042] 00000ca0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.789943] 00000cc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.802844] 00000ce0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.815747] 00000d00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.828657] 00000d20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.841562] 00000d40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.854473] 00000d60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.867374] 00000d80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.880275] 00000da0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.893183] 00000dc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.906084] 00000de0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.918987] 00000e00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.931890] 00000e20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.944792] 00000e40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.957708] 00000e60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.970713] 00000e80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.983615] 00000ea0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    7.996517] 00000ec0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.009418] 00000ee0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.022314] 00000f00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.035217] 00000f20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.048112] 00000f40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.061015] 00000f60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.073921] 00000f80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.086822] 00000fa0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.099723] 00000fc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.112627] 00000fe0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.125522] 00001000: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.138452] 00001020: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.151366] 00001040: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.164276] 00001060: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.177181] 00001080: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.190079] 000010a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.202985] 000010c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.215884] 000010e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.228786] 00001100: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.241690] 00001120: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.254597] 00001140: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.267510] 00001160: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.280422] 00001180: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.293324] 000011a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.306229] 000011c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.319128] 000011e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.332033] 00001200: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.344936] 00001220: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.357838] 00001240: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.370747] 00001260: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.383650] 00001280: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.396556] 000012a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.409468] 000012c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.422377] 000012e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.435276] 00001300: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.448173] 00001320: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.461071] 00001340: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.473972] 00001360: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.486870] 00001380: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.499767] 000013a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.512671] 000013c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.525572] 000013e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.538520] 00001400: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.551425] 00001420: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.564324] 00001440: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.577226] 00001460: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.590125] 00001480: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.603023] 000014a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.615926] 000014c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.628825] 000014e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.641728] 00001500: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.654635] 00001520: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.667540] 00001540: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.680452] 00001560: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.693351] 00001580: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.706249] 000015a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.719151] 000015c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.732047] 000015e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.744948] 00001600: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.757848] 00001620: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.770752] 00001640: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.783659] 00001660: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.796566] 00001680: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.809472] 000016a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.822377] 000016c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.835279] 000016e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.848180] 00001700: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.861083] 00001720: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.873986] 00001740: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.886890] 00001760: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.899792] 00001780: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.912695] 000017a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.925602] 000017c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.938497] 000017e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.951400] 00001800: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.964298] 00001820: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.977198] 00001840: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    8.990102] 00001860: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.003003] 00001880: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.015900] 000018a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.028806] 000018c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.041702] 000018e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.054600] 00001900: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.067495] 00001920: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.080389] 00001940: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.093313] 00001960: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.106210] 00001980: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.119108] 000019a0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.132011] 000019c0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.144910] 000019e0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.157810] 00001a00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.170708] 00001a20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.183609] 00001a40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.196514] 00001a60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.209415] 00001a80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.222314] 00001aa0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.235223] 00001ac0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.248118] 00001ae0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.261018] 00001b00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.273921] 00001b20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.286821] 00001b40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.299725] 00001b60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.312627] 00001b80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.325530] 00001ba0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.338438] 00001bc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.351336] 00001be0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.364231] 00001c00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.377131] 00001c20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.390031] 00001c40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.402934] 00001c60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.415835] 00001c80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.428735] 00001ca0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.441641] 00001cc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.454544] 00001ce0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.467444] 00001d00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.480344] 00001d20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.493247] 00001d40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.506152] 00001d60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.519053] 00001d80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.531956] 00001da0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.544862] 00001dc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.557765] 00001de0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.570664] 00001e00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.583595] 00001e20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.596581] 00001e40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.609489] 00001e60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.622390] 00001e80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.635291] 00001ea0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.648197] 00001ec0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.661101] 00001ee0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.674004] 00001f00: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.686906] 00001f20: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.699806] 00001f40: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.712713] 00001f60: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.725614] 00001f80: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.738515] 00001fa0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.751418] 00001fc0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.764313] 00001fe0: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff  ................................
[    9.777221] UBIFS error (ubi0:5 pid 1): ubifs_scan: LEB 294 scanning failed
[    9.941887] VFS: Cannot open root device "ubi0_5" or unknown-block(0,0): error -117
[    9.950489] Please append a correct "root=" boot option; here are the available partitions:
[    9.959906] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    9.969186] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.4.61+ #21
[    9.976021] Hardware name: Generic DT based system
[    9.981416] [<c010cf08>] (unwind_backtrace) from [<c010a1b8>] (show_stack+0x10/0x14)
[    9.990115] [<c010a1b8>] (show_stack) from [<c06fe5f0>] (dump_stack+0x7c/0x98)
[    9.998228] [<c06fe5f0>] (dump_stack) from [<c0118410>] (panic+0x104/0x3dc)
[   10.006046] [<c0118410>] (panic) from [<c0b01294>] (mount_block_root+0x278/0x32c)
[   10.014451] [<c0b01294>] (mount_block_root) from [<c0b01450>] (prepare_namespace+0x84/0x178)
[   10.023927] [<c0b01450>] (prepare_namespace) from [<c0712ccc>] (kernel_init+0x8/0x10c)
[   10.032814] [<c0712ccc>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[   10.041309] Exception stack(0xc704dfb0 to 0xc704dff8)
[   10.046976] dfa0:                                     00000000 00000000 00000000 00000000
[   10.056156] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   10.065334] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[   10.072763] CPU0: stopping
[   10.075800] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.4.61+ #21
[   10.082632] Hardware name: Generic DT based system
[   10.088014] [<c010cf08>] (unwind_backtrace) from [<c010a1b8>] (show_stack+0x10/0x14)
[   10.096710] [<c010a1b8>] (show_stack) from [<c06fe5f0>] (dump_stack+0x7c/0x98)
[   10.104818] [<c06fe5f0>] (dump_stack) from [<c010bfb0>] (handle_IPI+0xc0/0x168)
[   10.113027] [<c010bfb0>] (handle_IPI) from [<c033b124>] (gic_handle_irq+0x70/0x78)
[   10.121525] [<c033b124>] (gic_handle_irq) from [<c0101a8c>] (__irq_svc+0x6c/0xa8)
[   10.129921] Exception stack(0xc0c01f40 to 0xc0c01f88)
[   10.135590] 1f40: 00024080 c76b8534 00000000 c0113920 00000001 c0c00000 c0c03e28 c0c03e64
[   10.144771] 1f60: 00000000 c77ff600 c0b2d0c0 00000000 c0c738b0 c0c01f90 c0107850 c0107854
[   10.153948] 1f80: 60000113 ffffffff
[   10.157865] [<c0101a8c>] (__irq_svc) from [<c0107854>] (arch_cpu_idle+0x2c/0x38)
[   10.166172] [<c0107854>] (arch_cpu_idle) from [<c013cfd8>] (do_idle+0xb8/0x120)
[   10.174375] [<c013cfd8>] (do_idle) from [<c013d2dc>] (cpu_startup_entry+0x18/0x1c)
[   10.182876] [<c013d2dc>] (cpu_startup_entry) from [<c0b00c64>] (start_kernel+0x33c/0x3cc)
[   10.192058] [<c0b00c64>] (start_kernel) from [<00000000>] (0x0)
[   10.198718] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

#13 Re: 全志 SOC » T113-s3 spi-nand 启动 » 2022-06-02 14:31:06

[    1.749924] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228
[    1.757206] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
[    1.765266] sunxi-spinand-phy: not detect any munufacture from id table
[    1.772729] sunxi-spinand-phy: get spi-nand Model from fdt fail
[    1.779436] sunxi-spinand-phy: get phy info from fdt fail
[    1.785496] sunxi-spinand-phy: not detect munufacture from fdt
[    1.792328] sunxi-spinand-phy: detect munufacture from id table: Winbond
[    1.799880] sunxi-spinand-phy: detect spinand id: ff21aaef ffffffff
[    1.806908] sunxi-spinand-phy: ========== arch info ==========
[    1.813472] sunxi-spinand-phy: Model:               W25N01GVZEIG
[    1.820230] sunxi-spinand-phy: Munufacture:         Winbond
[    1.826481] sunxi-spinand-phy: DieCntPerChip:       1
[    1.832158] sunxi-spinand-phy: BlkCntPerDie:        1024
[    1.838116] sunxi-spinand-phy: PageCntPerBlk:       64
[    1.843889] sunxi-spinand-phy: SectCntPerPage:      4
[    1.849563] sunxi-spinand-phy: OobSizePerPage:      64
[    1.855325] sunxi-spinand-phy: BadBlockFlag:        0x0
[    1.861195] sunxi-spinand-phy: OperationOpt:        0x7
[    1.867056] sunxi-spinand-phy: MaxEraseTimes:       65000
[    1.873120] sunxi-spinand-phy: EccFlag:             0x0
[    1.878990] sunxi-spinand-phy: EccType:             2
[    1.884653] sunxi-spinand-phy: EccProtectedType:    3
[    1.890325] sunxi-spinand-phy: ========================================
[    1.897742] sunxi-spinand-phy:
[    1.901270] sunxi-spinand-phy: ========== physical info ==========
[    1.908203] sunxi-spinand-phy: TotalSize:    128 M
[    1.913584] sunxi-spinand-phy: SectorSize:   512 B
[    1.918973] sunxi-spinand-phy: PageSize:     2 K
[    1.924151] sunxi-spinand-phy: BlockSize:    128 K
[    1.929542] sunxi-spinand-phy: OOBSize:      64 B
[    1.934817] sunxi-spinand-phy: ========================================
[    1.942247] sunxi-spinand-phy:
[    1.945768] sunxi-spinand-phy: ========== logical info ==========
[    1.952611] sunxi-spinand-phy: TotalSize:    128 M
[    1.957984] sunxi-spinand-phy: SectorSize:   512 B
[    1.963367] sunxi-spinand-phy: PageSize:     4 K
[    1.968545] sunxi-spinand-phy: BlockSize:    256 K
[    1.973926] sunxi-spinand-phy: OOBSize:      128 B
[    1.979308] sunxi-spinand-phy: ========================================
[    1.986901] sunxi-spinand-phy: block lock register: 0x00
[    1.993091] sunxi-spinand-phy: feature register: 0x19
[    1.998880] sunxi-spinand-phy: sunxi physic nand init end
[    2.006622] Creating 4 MTD partitions on "sunxi_mtd_nand":
[    2.012876] 0x000000000000-0x000000100000 : "boot0"
[    2.023813] 0x000000100000-0x000000400000 : "uboot"
[    2.034350] random: fast init done
[    2.042294] 0x000000400000-0x000000500000 : "secure_storage"
[    2.054279] 0x000000500000-0x000008000000 : "sys"
[    2.316274] libphy: Fixed MDIO Bus: probed
[    2.324389] sun8iw20-pinctrl pio: pio supply vcc-pg not found, using dummy regulator
[    2.333804] sunxi gmac driver's version: 1.0.0
[    2.339903] gmac-power0: NULL
[    2.343238] gmac-power1: NULL
[    2.346563] gmac-power2: NULL
[    2.355861] Failed to alloc md5
[    2.359827] eth0: Use random mac address
[    2.365016] PPP generic driver version 2.4.2
[    2.371223] PPP BSD Compression module registered
[    2.376581] PPP Deflate Compression module registered
[    2.382348] PPP MPPE Compression module registered
[    2.387742] NET: Registered protocol family 24
[    2.393351] usbcore: registered new interface driver asix
[    2.399781] usbcore: registered new interface driver ax88179_178a
[    2.406983] usbcore: registered new interface driver cdc_ether
[    2.413891] usbcore: registered new interface driver net1080
[    2.420616] usbcore: registered new interface driver cdc_subset
[    2.427580] usbcore: registered new interface driver zaurus
[    2.434371] usbcore: registered new interface driver cdc_ncm
[    2.440750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.448094] sunxi-ehci: EHCI SUNXI driver
[    2.453254] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.460318] sunxi-ohci: OHCI SUNXI driver
[    2.465805] usbcore: registered new interface driver cdc_wdm
[    2.472955] usbcore: registered new interface driver uas
[    2.479541] usbcore: registered new interface driver usb-storage
[    2.486564] usbcore: registered new interface driver ums-alauda
[    2.494481] usbcore: registered new interface driver ums-cypress
[    2.501560] usbcore: registered new interface driver ums-datafab
[    2.508614] usbcore: registered new interface driver ums_eneub6250
[    2.515861] usbcore: registered new interface driver ums-freecom
[    2.522967] usbcore: registered new interface driver ums-isd200
[    2.529919] usbcore: registered new interface driver ums-jumpshot
[    2.537057] usbcore: registered new interface driver ums-karma
[    2.543901] usbcore: registered new interface driver ums-onetouch
[    2.551258] usbcore: registered new interface driver ums-realtek
[    2.558273] usbcore: registered new interface driver ums-sddr09
[    2.565270] usbcore: registered new interface driver ums-sddr55
[    2.572255] usbcore: registered new interface driver ums-usbat
[    2.579772] usbcore: registered new interface driver option
[    2.586296] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.597260] ts probe start
[    2.599669] input: 2009c00.rtp as /devices/platform/soc@3000000/2009c00.rtp/input/input1
[    2.613066] ts probe success
[    2.614677] sunxi_gpadc_init,2137, success
[    2.629793] sunxi-rtc 7090000.rtc: registered as rtc0
[    2.635637] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T02:27:47 UTC (8867)
[    2.644951] sunxi-rtc 7090000.rtc: sunxi rtc probed
[    2.651272] i2c /dev entries driver
[    2.655499] IR NEC protocol handler initialized
[    2.660619] IR RC5(x/sz) protocol handler initialized
[    2.667181] sun8iw20-pinctrl pio: pio supply vcc-pb not found, using dummy regulator
[    2.676955] sunxi_ir_startup: get ir protocol failed
[    2.676978] (NULL device *): deviceless supply  not found, using dummy regulator
[    2.691326] Registered IR keymap rc_map_sunxi
[    2.697129] rc rc0: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0
[    2.706937] input: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0/s_cir_rx
[    2.719081] sunxi cedar version 1.1
[    2.723699] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
[    2.730130] VE: sunxi_cedar_probe power-domain init!!!
[    2.735906] VE: install start!!!
[    2.735906]
[    2.742597] VE: cedar-ve the get irq is 45
[    2.742597]
[    2.749918] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval)
[    2.749918]
[    2.759252] VE: install end!!!
[    2.759252]
[    2.764334] VE: sunxi_cedar_probe
[    2.772183] sunxi-wdt 20500a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.787980] usbcore: registered new interface driver usbhid
[    2.794278] usbhid: USB HID core driver
[    2.798611] exFAT: Version 1.3.0
[    2.813311] [AUDIOCODEC][sunxi_codec_parse_params][2412]:digital_vol:0, lineout_vol:26, mic1gain:31, mic2gain:31 pa_msleep:120, pa_level:0, pa_pwr_level:1
[    2.813311]
[    2.830563] [AUDIOCODEC][sunxi_codec_parse_params][2448]:adcdrc_cfg:0, adchpf_cfg:0, dacdrc_cfg:2, dachpf:3
[    2.843242] [AUDIOCODEC][sunxi_internal_codec_probe][2609]:codec probe finished
[    2.856267] debugfs: Directory '203034c.dummy_cpudai' with parent 'audiocodec' already present!
[    2.866270] [SNDCODEC][sunxi_card_init][583]:card init finished
[    2.874845] sunxi-codec-machine 2030340.sound: 2030000.codec <-> 203034c.dummy_cpudai mapping ok
[    2.892696] input: audiocodec sunxi Audio Jack as /devices/platform/soc@3000000/2030340.sound/sound/card0/input3
[    2.907094] [SNDCODEC][sunxi_card_dev_probe][800]:jack_enable missing, use default enable jack
[    2.916831] [SNDCODEC][sunxi_card_dev_probe][810]:hp_detect_case missing, use default hp_detect_low
[    2.927464] [SNDCODEC][sunxi_card_dev_probe][836]:register card finished
[    2.938778] [SNDCODEC][sunxi_hs_init_work][259]:resume-->report switch
[    2.951067] NET: Registered protocol family 10
[    2.963694] Segment Routing with IPv6
[    2.968150] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.984908] NET: Registered protocol family 17
[    2.990090] NET: Registered protocol family 15
[    2.995076] lib80211: common routines for IEEE802.11 drivers
[    3.001524] lib80211_crypt: registered algorithm 'NULL'
[    3.007408] lib80211_crypt: registered algorithm 'WEP'
[    3.013207] lib80211_crypt: registered algorithm 'CCMP'
[    3.019111] lib80211_crypt: registered algorithm 'TKIP'
[    3.025499] Key type dns_resolver registered
[    3.030862] Registering SWP/SWPB emulation handler
[    3.038457] Loading compiled-in X.509 certificates
[    3.049894] HDMI 2.0 driver init start!
[    3.054281] boot_hdmi=false
[    3.057529] ERROR: can not get hdmi_cts_compatibility
[    3.063355] ERROR: pinctrl_get for HDMI2.0 DDC fail
[    3.071496] HDMI2.0 module init end
[    3.193141] sunxi-i2c sunxi-i2c1: sunxi-i2c1 supply twi not found, using dummy regulator
[    3.207014] sunxi-i2c sunxi-i2c1: probe success
[    3.222479] get ehci0-controller wakeup-source is fail.
[    3.228767] sunxi ehci0-controller don't init wakeup source
[    3.235032] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0c89df0, 0x:c886f000, irq_no:3b
[    3.247055] [sunxi-ehci0]: Not init ehci0
[    3.252443] get ohci0-controller wakeup-source is fail.
[    3.258806] sunxi ohci0-controller don't init wakeup source
[    3.265070] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0c8a080
[    3.274765] [sunxi-ohci0]: Not init ohci0
[    3.280130] get ehci1-controller wakeup-source is fail.
[    3.286404] sunxi ehci1-controller don't init wakeup source
[    3.292693] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0c8a310, 0x:c8879000, irq_no:3d
[    3.306040] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator
[    3.320765] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
[    3.328187] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
[    3.338928] sunxi-ehci 4200000.ehci1-controller: irq 61, io mem 0x04200000
[    3.368737] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
[    3.376563] sunxi-ehci 4200000.ehci1-controller: ehci_irq: highspeed device connect
[    3.387780] hub 1-0:1.0: USB hub found
[    3.392310] hub 1-0:1.0: 1 port detected
[    3.400855] get ohci1-controller wakeup-source is fail.
[    3.407181] sunxi ohci1-controller don't init wakeup source
[    3.413470] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0c8a5a0
[    3.424500] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator
[    3.437955] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
[    3.445425] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
[    3.456043] sunxi-ohci 4200400.ohci1-controller: irq 62, io mem 0x04200400
[    3.538455] hub 2-0:1.0: USB hub found
[    3.543001] hub 2-0:1.0: 1 port detected
[    3.554166] ubi0: attaching mtd3
[    3.758743] usb 1-1: new high-speed USB device number 2 using sunxi-ehci
[    3.964525] hub 1-1:1.0: USB hub found
[    3.969374] hub 1-1:1.0: 4 ports detected
[    4.015196] random: crng init done
[    4.041220] ubi0: scanning is finished
[    4.090665] ubi0: attached mtd3 (name "sys", size 123 MiB)
[    4.096831] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
[    4.104581] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 2048
[    4.112220] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    4.120046] ubi0: good PEBs: 492, bad PEBs: 0, corrupted PEBs: 0
[    4.126788] ubi0: user volume: 9, internal volumes: 1, max. volumes count: 128
[    4.134902] ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 0
[    4.144315] ubi0: available PEBs: 0, total reserved PEBs: 492, PEBs reserved for bad PEB handling: 20
[    4.154700] ubi0: background thread "ubi_bgt0d" started, PID 1073

请问大佬,有没有什么办法更换Nand的型号呀,原本使用"W25N01GVZEIG"只有128M,想用另外一个型号"W25N02KVZEIR",但是焊接上还是识别到原先的型号。

#14 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-16 11:39:45

好像是根文件系统的空间不够导致的

#15 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-16 11:39:00

shaoxi2010 说:

有点怀疑你是不是没开什么选项,建议你先用带ramfs得系统启动,尝试手动挂载下看看缺少什么东西不。

OK,感谢感谢

#16 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-13 22:17:15

哇酷小二 说:

对比没开Qt之前的日志,重点观察

[    5.505175] VFS: Cannot open root device "ubi0_5" or unknown-block(0,0): error -19

好嘞,感谢感谢

#17 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-13 20:56:23

[29]HELLO! BOOT0 is starting!
[32]BOOT0 commit : 5224261
[34]set pll start
[40]periph0 has been enabled
[43]set pll end
[45][pmu]: bus read error
[47]board init ok
[49]enable_jtag
[50]ZQ value = 0x31
[52]get_pmu_exist() = -1
[55]DRAM BOOT DRIVE INFO: V0.32
[58]DRAM CLK = 792 MHz
[60]DRAM Type = 3 (2:DDR2,3:DDR3)
[63]DRAMC read ODT  off.
[66]DRAM ODT value: 0x42.
[68]ddr_efuse_type: 0xa
[70]mark_id: 0x60
[73]DRAM SIZE =128 M
[75]PLL_DDR_CTRL_REG:0xf8004100
[78]DRAM_CLK_REG:0xc0000000
[81][TIMING DEBUG] MR2= 0x18
[88]DRAM simple test OK.
[90]rtc standby flag is 0x0, super standby flag is 0x0
[95]dram size =128
[98]spinand UBOOT_START_BLK_NUM 8 UBOOT_LAST_BLK_NUM 32
[103]block from 8 to 32
[231]Check is correct.
[233]dma 0x29c4c int is not used yet
[236]dma 0x29c4c int is free, you do not need to free it again
[242]Entry_name        = u-boot
[249]Entry_name        = optee
[253]Entry_name        = dtb
[256]Jump to second Boot.
M/TC: OP-TEE version: 53fe17e2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #6 Fri Feb 18 08:54:51 UTC 2022 arm
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.61 (bj26lkl@LinuxServer2) (arm-linux-gnueabi-gcc (Linaro GCC 5.3-2016.05) 5.3.1 20160412, GNU ld (Linaro_Binutils-2016.05) 2.25.0 Linaro 2016_02) #4 SMP PREEMPT Fri May 13 11:58:55 CST 2022
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: sun8iw20
[    0.000000] printk: bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 8 MiB at 0x47800000
[    0.000000] On node 0 totalpages: 32768
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 15 pages/cpu s30912 r8192 d22336 u61440
[    0.000000] pcpu-alloc: s30912 r8192 d22336 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: ubi.mtd=sys earlyprintk=sunxi-uart,0x02500000 clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=8 root=ubi0_5 rootfstype=ubifs,rw init=/init partitions=mbr@ubi0_0:boot-resource@ubi0_1:env@ubi0_2:env-redund@ubi0_3:boot@ubi0_4:rootfs@ubi0_5:dsp0@ubi0_6:private@ubi0_7:UDISK@ubi0_8: cma=8M snum= mac_addr= wifi_mac= bt_mac= specialstr= gpt=1 androidboot.hardware=sun8iw20p1 boot_type=5 androidboot.boot_type=5 gpt=1 uboot_message=2018.05-g2a24076(02/22/2022-02:02:08) disp_reserve=2457600,0x44909000 aw-ubi-spinand.ubootblks=24 androidboot.dramsize=128
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 99856K/131072K available (6144K kernel code, 398K rwdata, 2052K rodata, 1024K init, 156K bss, 23024K reserved, 8192K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] random: get_random_bytes called from start_kernel+0x24c/0x3cc with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.008009] Switching to timer-based delay loop, resolution 41ns
[    0.014338] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.024217] Console: colour dummy device 80x30
[    0.028693] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.039060] pid_max: default: 32768 minimum: 301
[    0.044487] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051814] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.062750] CPU: Testing write buffer coherency: ok
[    0.068860] /cpus/cpu@0 missing clock-frequency property
[    0.074234] /cpus/cpu@1 missing clock-frequency property
[    0.079561] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.087008] Setting up static identity map for 0x40100000 - 0x40100060
[    0.093846] rcu: Hierarchical SRCU implementation.
[    0.099870] smp: Bringing up secondary CPUs ...
[    0.106619] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.106782] smp: Brought up 1 node, 2 CPUs
[    0.116616] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.122814] CPU: All CPU(s) started in SVC mode.
[    0.129798] devtmpfs: initialized
[    0.300206] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.310030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.319922] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.327249] pinctrl core: initialized pinctrl subsystem
[    0.340086] NET: Registered protocol family 16
[    0.347089] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.533617] rtc_ccu: sunxi ccu init OK
[    0.551457] ccu: sunxi ccu init OK
[    0.556670] r_ccu: sunxi ccu init OK
[    0.773428] iommu: Default domain type: Translated
[    0.779063] sunxi iommu: irq = 24
[    0.792678] SCSI subsystem initialized
[    0.798737] usbcore: registered new interface driver usbfs
[    0.804818] usbcore: registered new interface driver hub
[    0.810617] usbcore: registered new device driver usb
[    0.833127] pwm module init!
[    0.842222] input: sunxi-keyboard as /devices/virtual/input/input0
[    0.851590] clocksource: Switched to clocksource arch_sys_counter
[    0.928725] sun8iw20-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
[    1.022351] thermal_sys: Registered thermal governor 'step_wise'
[    1.022357] thermal_sys: Registered thermal governor 'user_space'
[    1.028383] thermal_sys: Registered thermal governor 'power_allocator'
[    1.039668] NET: Registered protocol family 2
[    1.054683] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.063181] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.070870] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    1.077954] TCP: Hash tables configured (established 1024 bind 1024)
[    1.084775] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.091359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    1.099113] NET: Registered protocol family 1
[    1.108951] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pc not found, using dummy regulator
[    1.120974] spi spi0: spi0 supply spi not found, using dummy regulator
[    1.129761] sunxi_spi_resource_get()2151 - [spi0] SPI MASTER MODE
[    1.136153] sunxi_spi_resource_get()2189 - Failed to get sample mode
[    1.142540] sunxi_spi_resource_get()2194 - Failed to get sample delay
[    1.148981] sunxi_spi_resource_get()2198 - sample_mode:-1431633921 sample_delay:-1431633921
[    1.157393] sunxi_spi_clk_init()2240 - [spi0] mclk 100000000
[    1.166799] sunxi_spi_probe()2653 - [spi0]: driver probe succeed, base c8821000, irq 44
[    1.181963] Initialise system trusted keyrings
[    1.186854] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    1.280895] ntfs: driver 2.1.32 [Flags: R/W].
[    1.290695] NET: Registered protocol family 38
[    1.295689] Key type asymmetric registered
[    1.299801] Asymmetric key parser 'x509' registered
[    1.305083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.312522] io scheduler mq-deadline registered
[    1.317049] io scheduler kyber registered
[    1.321167] atomic64_test: passed
[    1.335102] [DISP]disp_module_init
[    1.340907] disp 5000000.disp: Adding to iommu group 0
[    1.348941] [DISP] disp_init,line:2386:
[    1.348947] smooth display screen:0 type:1 mode:4
[    1.377190] display_fb_request,fb_id:0
[    1.390114] disp_al_manager_apply ouput_type:1
[    1.395894] [DISP] lcd_clk_config,line:735:
[    1.395906] disp 0, clk: pll(364000000),clk(364000000),dclk(52000000) dsi_rate(364000000)
[    1.395906]      clk real:pll(360000000),clk(360000000),dclk(51428571) dsi_rate(0)
[    1.401600] wait for new fb take effect
[    1.416719] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pd not found, using dummy regulator
[    1.463652] Freeing logo buffer memory: 2400K
[    1.469826] [DISP]disp_module_init finish
[    1.476667] sunxi_sid_init()551 - insmod ok
[    1.487261] uart uart0: get regulator failed
[    1.491621] uart uart0: uart0 supply uart not found, using dummy regulator
[    1.500123] uart0: ttyS0 at MMIO 0x2500000 (irq = 34, base_baud = 1500000) is a SUNXI
[    1.508015] sw_console_setup()1784 - console setup baud 115200 parity n bits 8, flow n
[    1.516002] printk: console [ttyS0] enabled
[    1.516002] printk: console [ttyS0] enabled
[    1.524905] printk: bootconsole [earlycon0] disabled
[    1.524905] printk: bootconsole [earlycon0] disabled
[    1.538538] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pe not found, using dummy regulator
[    1.550395] uart uart1: get regulator failed
[    1.555264] uart uart1: uart1 supply uart not found, using dummy regulator
[    1.564658] uart1: ttyS1 at MMIO 0x2500400 (irq = 35, base_baud = 1500000) is a SUNXI
[    1.576644] uart uart2: get regulator failed
[    1.581493] uart uart2: uart2 supply uart not found, using dummy regulator
[    1.590879] uart2: ttyS2 at MMIO 0x2500800 (irq = 36, base_baud = 1500000) is a SUNXI
[    1.602964] uart uart3: get regulator failed
[    1.607779] uart uart3: uart3 supply uart not found, using dummy regulator
[    1.617204] uart3: ttyS3 at MMIO 0x2500c00 (irq = 37, base_baud = 1500000) is a SUNXI
[    1.629167] uart uart4: get regulator failed
[    1.634035] uart uart4: uart4 supply uart not found, using dummy regulator
[    1.643496] uart4: ttyS4 at MMIO 0x2501000 (irq = 38, base_baud = 1500000) is a SUNXI
[    1.655529] uart uart5: get regulator failed
[    1.660343] uart uart5: uart5 supply uart not found, using dummy regulator
[    1.669858] uart5: ttyS5 at MMIO 0x2501400 (irq = 39, base_baud = 1500000) is a SUNXI
[    1.682748] misc dump reg init
[    1.697994] sunxi-spinand: AW SPINand MTD Layer Version: 2.0 20201228
[    1.705316] sunxi-spinand-phy: AW SPINand Phy Layer Version: 1.10 20200306
[    1.713365] sunxi-spinand-phy: not detect any munufacture from id table
[    1.720791] sunxi-spinand-phy: get spi-nand Model from fdt fail
[    1.727469] sunxi-spinand-phy: get phy info from fdt fail
[    1.733587] sunxi-spinand-phy: not detect munufacture from fdt
[    1.740353] sunxi-spinand-phy: detect munufacture from id table: Winbond
[    1.747893] sunxi-spinand-phy: detect spinand id: ff21aaef ffffffff
[    1.754955] sunxi-spinand-phy: ========== arch info ==========
[    1.761496] sunxi-spinand-phy: Model:               W25N01GVZEIG
[    1.768252] sunxi-spinand-phy: Munufacture:         Winbond
[    1.774521] sunxi-spinand-phy: DieCntPerChip:       1
[    1.780184] sunxi-spinand-phy: BlkCntPerDie:        1024
[    1.786157] sunxi-spinand-phy: PageCntPerBlk:       64
[    1.791929] sunxi-spinand-phy: SectCntPerPage:      4
[    1.797591] sunxi-spinand-phy: OobSizePerPage:      64
[    1.803369] sunxi-spinand-phy: BadBlockFlag:        0x0
[    1.809227] sunxi-spinand-phy: OperationOpt:        0x7
[    1.815102] sunxi-spinand-phy: MaxEraseTimes:       65000
[    1.821157] sunxi-spinand-phy: EccFlag:             0x0
[    1.827026] sunxi-spinand-phy: EccType:             2
[    1.832706] sunxi-spinand-phy: EccProtectedType:    3
[    1.838369] sunxi-spinand-phy: ========================================
[    1.845824] sunxi-spinand-phy:
[    1.849343] sunxi-spinand-phy: ========== physical info ==========
[    1.856298] sunxi-spinand-phy: TotalSize:    128 M
[    1.861699] sunxi-spinand-phy: SectorSize:   512 B
[    1.867072] sunxi-spinand-phy: PageSize:     2 K
[    1.872267] sunxi-spinand-phy: BlockSize:    128 K
[    1.877640] sunxi-spinand-phy: OOBSize:      64 B
[    1.882924] sunxi-spinand-phy: ========================================
[    1.890347] sunxi-spinand-phy:
[    1.893877] sunxi-spinand-phy: ========== logical info ==========
[    1.900717] sunxi-spinand-phy: TotalSize:    128 M
[    1.906099] sunxi-spinand-phy: SectorSize:   512 B
[    1.911469] sunxi-spinand-phy: PageSize:     4 K
[    1.916663] sunxi-spinand-phy: BlockSize:    256 K
[    1.922048] sunxi-spinand-phy: OOBSize:      128 B
[    1.927419] sunxi-spinand-phy: ========================================
[    1.934978] sunxi-spinand-phy: block lock register: 0x00
[    1.941126] sunxi-spinand-phy: feature register: 0x19
[    1.946931] sunxi-spinand-phy: sunxi physic nand init end
[    1.957904] sunxipart: failed to parse sunxi_gpt!
[    1.963239] Creating 4 MTD partitions on "sunxi_mtd_nand":
[    1.969467] 0x000000000000-0x000000100000 : "boot0"
[    1.980550] 0x000000100000-0x000000400000 : "uboot"
[    1.989243] random: fast init done
[    1.999464] 0x000000400000-0x000000500000 : "secure_storage"
[    2.011302] 0x000000500000-0x000008000000 : "sys"
[    2.301197] libphy: Fixed MDIO Bus: probed
[    2.309375] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pg not found, using dummy regulator
[    2.321169] sunxi gmac driver's version: 1.0.0
[    2.327263] gmac-power0: NULL
[    2.330595] gmac-power1: NULL
[    2.333945] gmac-power2: NULL
[    2.343425] Failed to alloc md5
[    2.346964] eth0: Use random mac address
[    2.352602] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.359937] sunxi-ehci: EHCI SUNXI driver
[    2.365110] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.372148] sunxi-ohci: OHCI SUNXI driver
[    2.378155] usbcore: registered new interface driver uas
[    2.384675] usbcore: registered new interface driver usb-storage
[    2.391924] usbcore: registered new interface driver ums-alauda
[    2.398858] usbcore: registered new interface driver ums-cypress
[    2.405893] usbcore: registered new interface driver ums-datafab
[    2.412952] usbcore: registered new interface driver ums_eneub6250
[    2.420163] usbcore: registered new interface driver ums-freecom
[    2.427202] usbcore: registered new interface driver ums-isd200
[    2.434128] usbcore: registered new interface driver ums-jumpshot
[    2.441252] usbcore: registered new interface driver ums-karma
[    2.448100] usbcore: registered new interface driver ums-onetouch
[    2.455374] usbcore: registered new interface driver ums-realtek
[    2.462424] usbcore: registered new interface driver ums-sddr09
[    2.469362] usbcore: registered new interface driver ums-sddr55
[    2.476319] usbcore: registered new interface driver ums-usbat
[    2.486044] ts probe start
[    2.488426] input: 2009c00.rtp as /devices/platform/soc@3000000/2009c00.rtp/input/input1
[    2.501815] ts probe success
[    2.502684] sunxi_gpadc_init,2137, success
[    2.517578] sunxi-rtc 7090000.rtc: registered as rtc0
[    2.523429] sunxi-rtc 7090000.rtc: setting system clock to 1970-01-01T04:48:31 UTC (17311)
[    2.532846] sunxi-rtc 7090000.rtc: sunxi rtc probed
[    2.539128] i2c /dev entries driver
[    2.543401] IR NEC protocol handler initialized
[    2.548487] IR RC5(x/sz) protocol handler initialized
[    2.555049] sun8iw20-pinctrl 2000000.pinctrl: 2000000.pinctrl supply vcc-pb not found, using dummy regulator
[    2.567085] sunxi_ir_startup: get ir protocol failed
[    2.567107] (NULL device *): deviceless supply  not found, using dummy regulator
[    2.581469] Registered IR keymap rc_map_sunxi
[    2.587281] rc rc0: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0
[    2.597125] input: sunxi-ir as /devices/platform/soc@3000000/7040000.s_cir/rc/rc0/s_cir_rx
[    2.609101] sunxi cedar version 1.1
[    2.613702] sunxi-cedar 1c0e000.ve: Adding to iommu group 0
[    2.620066] VE: sunxi_cedar_probe power-domain init!!!
[    2.625862] VE: install start!!!
[    2.625862]
[    2.632612] VE: cedar-ve the get irq is 45
[    2.632612]
[    2.639924] VE: ve_debug_proc_info:(ptrval), data:(ptrval), lock:(ptrval)
[    2.639924]
[    2.649247] VE: install end!!!
[    2.649247]
[    2.654343] VE: sunxi_cedar_probe
[    2.662279] sunxi-wdt 20500a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    2.677970] usbcore: registered new interface driver usbhid
[    2.684264] usbhid: USB HID core driver
[    2.688569] exFAT: Version 1.3.0
[    2.704482] NET: Registered protocol family 10
[    2.717405] Segment Routing with IPv6
[    2.721874] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.738495] NET: Registered protocol family 17
[    2.743617] NET: Registered protocol family 15
[    2.749505] Registering SWP/SWPB emulation handler
[    2.757198] Loading compiled-in X.509 certificates
[    2.768492] HDMI 2.0 driver init start!
[    2.772929] boot_hdmi=false
[    2.776177] ERROR: can not get hdmi_cts_compatibility
[    2.781981] ERROR: pinctrl_get for HDMI2.0 DDC fail
[    2.790077] HDMI2.0 module init end
[    2.909529] sunxi-i2c sunxi-i2c1: sunxi-i2c1 supply twi not found, using dummy regulator
[    2.923507] sunxi-i2c sunxi-i2c1: probe success
[    2.938499] get ehci0-controller wakeup-source is fail.
[    2.944800] sunxi ehci0-controller don't init wakeup source
[    2.951089] [sunxi-ehci0]: probe, pdev->name: 4101000.ehci0-controller, sunxi_ehci: 0xc0b82438, 0x:c8869000, irq_no:3b
[    2.963146] [sunxi-ehci0]: Not init ehci0
[    2.968571] get ohci0-controller wakeup-source is fail.
[    2.974933] sunxi ohci0-controller don't init wakeup source
[    2.981218] [sunxi-ohci0]: probe, pdev->name: 4101400.ohci0-controller, sunxi_ohci: 0xc0b826c8
[    2.990912] [sunxi-ohci0]: Not init ohci0
[    2.996311] get ehci1-controller wakeup-source is fail.
[    3.002609] sunxi ehci1-controller don't init wakeup source
[    3.008896] [sunxi-ehci1]: probe, pdev->name: 4200000.ehci1-controller, sunxi_ehci: 0xc0b82958, 0x:c8873000, irq_no:3d
[    3.022417] sunxi-ehci 4200000.ehci1-controller: 4200000.ehci1-controller supply hci not found, using dummy regulator
[    3.037073] sunxi-ehci 4200000.ehci1-controller: EHCI Host Controller
[    3.044541] sunxi-ehci 4200000.ehci1-controller: new USB bus registered, assigned bus number 1
[    3.055295] sunxi-ehci 4200000.ehci1-controller: irq 61, io mem 0x04200000
[    3.091589] sunxi-ehci 4200000.ehci1-controller: USB 2.0 started, EHCI 1.00
[    3.105366] hub 1-0:1.0: USB hub found
[    3.109919] hub 1-0:1.0: 1 port detected
[    3.118498] get ohci1-controller wakeup-source is fail.
[    3.124912] sunxi ohci1-controller don't init wakeup source
[    3.131173] [sunxi-ohci1]: probe, pdev->name: 4200400.ohci1-controller, sunxi_ohci: 0xc0b82be8
[    3.142298] sunxi-ohci 4200400.ohci1-controller: 4200400.ohci1-controller supply hci not found, using dummy regulator
[    3.155801] sunxi-ohci 4200400.ohci1-controller: OHCI Host Controller
[    3.163230] sunxi-ohci 4200400.ohci1-controller: new USB bus registered, assigned bus number 2
[    3.173883] sunxi-ohci 4200400.ohci1-controller: irq 62, io mem 0x04200400
[    3.261410] hub 2-0:1.0: USB hub found
[    3.265944] hub 2-0:1.0: 1 port detected
[    3.277230] ubi0: attaching mtd3
[    3.699447] random: crng init done
[    3.764456] ubi0: scanning is finished
[    3.812627] ubi0: attached mtd3 (name "sys", size 123 MiB)
[    3.818793] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
[    3.826597] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 2048
[    3.834269] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    3.842106] ubi0: good PEBs: 492, bad PEBs: 0, corrupted PEBs: 0
[    3.848843] ubi0: user volume: 9, internal volumes: 1, max. volumes count: 128
[    3.856974] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
[    3.866366] ubi0: available PEBs: 0, total reserved PEBs: 492, PEBs reserved for bad PEB handling: 20
[    3.876741] ubi0: background thread "ubi_bgt0d" started, PID 985
[    3.886121] get ctp_power is fail, -22
[    3.890335] get ctp_power_ldo_vol is fail, -22
[    3.897286] sunxi_ctp_startup: ctp_power_io is invalid.
[    3.903650] get ctp_gesture_wakeup fail, no gesture wakeup
[    3.909829] gt9xxnew_ts 1-0014: 1-0014 supply ctp not found, using dummy regulator
[    4.081670] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.089829] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.097513] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.105653] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.113349] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.121481] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.129162] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.137295] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.145020] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.153156] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.160782] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    4.321570] <<-GTP-ERROR->> GTP i2c test failed time 1.
[    4.351613] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.359744] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.367425] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.375573] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.383247] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.391385] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.399060] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.407196] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.414869] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.423008] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.430622] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    4.591571] <<-GTP-ERROR->> GTP i2c test failed time 2.
[    4.621613] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.629752] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.637433] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.645564] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.653247] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.661376] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.669056] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.677187] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.684866] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.692998] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.700622] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    4.861569] <<-GTP-ERROR->> GTP i2c test failed time 3.
[    4.891610] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.899755] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.907428] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.915570] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.923242] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.931379] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.939052] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.947189] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.954864] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    4.963000] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    4.970616] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    5.131572] <<-GTP-ERROR->> GTP i2c test failed time 4.
[    5.161620] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    5.169751] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    5.177472] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    5.185603] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    5.193288] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    5.201418] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    5.209101] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    5.217234] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    5.224915] sunxi-i2c sunxi-i2c1: SLA+W has been transmitted; ACK not received
[    5.233048] sunxi-i2c sunxi-i2c1: engine-mode: xfer failed(dev addr:0x14)
[    5.240672] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -22! Process reset.
[    5.401569] <<-GTP-ERROR->> GTP i2c test failed time 5.
[    5.431567] I2C communication ERROR!
[    5.431637] regulator-dummy: Underflow of regulator enable count
[    5.443332] gt9xxnew_ts: probe of 1-0014 failed with error -1
[    5.451266] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.465793] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.473943] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.483698] clk: Not disabling unused clocks
[    5.488537] alloc_fd: slot 0 not NULL!
[    5.493097] cfg80211: failed to load regulatory.db
[    5.505175] VFS: Cannot open root device "ubi0_5" or unknown-block(0,0): error -19
[    5.513769] Please append a correct "root=" boot option; here are the available partitions:
[    5.523166] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    5.532442] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.61 #4
[    5.539078] Hardware name: Generic DT based system
[    5.544471] [<c010e2d8>] (unwind_backtrace) from [<c010a894>] (show_stack+0x10/0x14)
[    5.553164] [<c010a894>] (show_stack) from [<c063e170>] (dump_stack+0x7c/0x98)
[    5.561272] [<c063e170>] (dump_stack) from [<c01197e8>] (panic+0x104/0x3dc)
[    5.569087] [<c01197e8>] (panic) from [<c0a01294>] (mount_block_root+0x278/0x32c)
[    5.577489] [<c0a01294>] (mount_block_root) from [<c0a01450>] (prepare_namespace+0x84/0x178)
[    5.586965] [<c0a01450>] (prepare_namespace) from [<c065284c>] (kernel_init+0x8/0x10c)
[    5.595851] [<c065284c>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[    5.604342] Exception stack(0xc704dfb0 to 0xc704dff8)
[    5.610008] dfa0:                                     00000000 00000000 00000000 00000000
[    5.619187] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    5.628365] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    5.635791] CPU1: stopping
[    5.638829] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.4.61 #4
[    5.645466] Hardware name: Generic DT based system
[    5.650846] [<c010e2d8>] (unwind_backtrace) from [<c010a894>] (show_stack+0x10/0x14)
[    5.659535] [<c010a894>] (show_stack) from [<c063e170>] (dump_stack+0x7c/0x98)
[    5.667644] [<c063e170>] (dump_stack) from [<c010c690>] (handle_IPI+0xc0/0x168)
[    5.675849] [<c010c690>] (handle_IPI) from [<c0321d18>] (gic_handle_irq+0x70/0x78)
[    5.684349] [<c0321d18>] (gic_handle_irq) from [<c01021cc>] (__irq_svc+0x6c/0xa8)
[    5.692744] Exception stack(0xc7097f80 to 0xc7097fc8)
[    5.698413] 7f80: 0000acf0 c76c8534 00000000 c0114d00 00000002 c7096000 c0b03be8 c0b03c24
[    5.707593] 7fa0: 4000406a 410fc075 00000000 00000000 c0b6e8b0 c7097fd0 c0107f90 c0107f94
[    5.716766] 7fc0: 60000113 ffffffff
[    5.720682] [<c01021cc>] (__irq_svc) from [<c0107f94>] (arch_cpu_idle+0x2c/0x38)
[    5.728987] [<c0107f94>] (arch_cpu_idle) from [<c013e410>] (do_idle+0xb8/0x120)
[    5.737194] [<c013e410>] (do_idle) from [<c013e714>] (cpu_startup_entry+0x18/0x1c)
[    5.745691] [<c013e714>] (cpu_startup_entry) from [<40102c0c>] (0x40102c0c)
[    5.753518] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

#18 Re: 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-13 20:12:49

shaoxi2010 说:

看上去是设备不存在的问题,改下env的log等级看看完整的打印吧

好嘞,感谢提议,我去试试

#20 全志 SOC » T113使用SPINAND,增加QT环境后报错 » 2022-05-13 10:37:35

笃学
回复: 11

[29]HELLO! BOOT0 is starting!
[32]BOOT0 commit : 5224261
[34]set pll start
[40]periph0 has been enabled
[43]set pll end
[45][pmu]: bus read error
[47]board init ok
[49]enable_jtag
[50]ZQ value = 0x30
[52]get_pmu_exist() = -1
[55]DRAM BOOT DRIVE INFO: V0.32
[58]DRAM CLK = 792 MHz
[60]DRAM Type = 3 (2:DDR2,3:DDR3)
[63]DRAMC read ODT  off.
[66]DRAM ODT value: 0x42.
[68]ddr_efuse_type: 0xa
[70]mark_id: 0x60
[73]DRAM SIZE =128 M
[75]PLL_DDR_CTRL_REG:0xf8004100
[78]DRAM_CLK_REG:0xc0000000
[81][TIMING DEBUG] MR2= 0x18
[88]DRAM simple test OK.
[90]rtc standby flag is 0x0, super standby flag is 0x0
[95]dram size =128
[98]spinand UBOOT_START_BLK_NUM 8 UBOOT_LAST_BLK_NUM 32
[103]block from 8 to 32
[231]Check is correct.
[233]dma 0x29c4c int is not used yet
[237]dma 0x29c4c int is free, you do not need to free it again
[242]Entry_name        = u-boot
[250]Entry_name        = optee
[254]Entry_name        = dtb
[257]Jump to second Boot.
M/TC: OP-TEE version: 53fe17e2-dirty (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)) #6 Fri Feb 18 08:54:51 UTC 2022 arm
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.4.61 (bj26lkl@LinuxServer2) (arm-linux-gnueabi-gcc (Linaro GCC 5.3-2016.05) 5.3.1 20160412, GNU ld (Linaro_Binutils-2016.05) 2.25.0 Linaro 2016_02) #3 SMP PREEMPT Wed May 11 11:53:14 CST 2022
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: sun8iw20
[    0.000000] printk: bootconsole [earlycon0] enabled
[    3.341476] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    3.350713] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.61 #3
[    3.357325] Hardware name: Generic DT based system
[    3.362693] [<c010e2d8>] (unwind_backtrace) from [<c010a894>] (show_stack+0x10/0x14)
[    3.371349] [<c010a894>] (show_stack) from [<c063de30>] (dump_stack+0x7c/0x98)
[    3.379428] [<c063de30>] (dump_stack) from [<c01197e8>] (panic+0x104/0x3dc)
[    3.387209] [<c01197e8>] (panic) from [<c0a01294>] (mount_block_root+0x278/0x32c)
[    3.395576] [<c0a01294>] (mount_block_root) from [<c0a01450>] (prepare_namespace+0x84/0x178)
[    3.405004] [<c0a01450>] (prepare_namespace) from [<c065250c>] (kernel_init+0x8/0x10c)
[    3.413850] [<c065250c>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[    3.422309] Exception stack(0xc704dfb0 to 0xc704dff8)
[    3.427949] dfa0:                                     00000000 00000000 00000000 00000000
[    3.437091] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    3.446223] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    3.453622] CPU1: stopping
[    3.456648] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.4.61 #3
[    3.463257] Hardware name: Generic DT based system
[    3.468619] [<c010e2d8>] (unwind_backtrace) from [<c010a894>] (show_stack+0x10/0x14)
[    3.477272] [<c010a894>] (show_stack) from [<c063de30>] (dump_stack+0x7c/0x98)
[    3.485349] [<c063de30>] (dump_stack) from [<c010c690>] (handle_IPI+0xc0/0x168)
[    3.493520] [<c010c690>] (handle_IPI) from [<c0321d18>] (gic_handle_irq+0x70/0x78)
[    3.501987] [<c0321d18>] (gic_handle_irq) from [<c01021cc>] (__irq_svc+0x6c/0xa8)
[    3.510342] Exception stack(0xc7097f80 to 0xc7097fc8)
[    3.515990] 7f80: 00009b54 c76c8534 00000000 c0114d00 00000002 c7096000 c0b03be8 c0b03c24
[    3.525126] 7fa0: 4000406a 410fc075 00000000 00000000 c0b6e8b0 c7097fd0 c0107f90 c0107f94
[    3.534265] 7fc0: 60000113 ffffffff
[    3.538165] [<c01021cc>] (__irq_svc) from [<c0107f94>] (arch_cpu_idle+0x2c/0x38)
[    3.546440] [<c0107f94>] (arch_cpu_idle) from [<c013e410>] (do_idle+0xb8/0x120)
[    3.554607] [<c013e410>] (do_idle) from [<c013e714>] (cpu_startup_entry+0x18/0x1c)
[    3.563071] [<c013e714>] (cpu_startup_entry) from [<40102c0c>] (0x40102c0c)
[    3.570859] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn