本帖最后由 14132201838 于 2024-5-30 14:57 编辑 请教下,我用RK3308H的芯片,更换emmc,大小同样是8G的,但是在kernel启动后提示无法挂载文件系统,但是在uboot中使用mmc info是能够看到emmc的容量等信息的。 => mmc info Device: dwmmc@ff490000 Manufacturer ID: 32 OEM: 101 Name: MMC8G Timing Interface: High Speed Tran Speed: 52000000 Rd Block Len: 512 MMC version 5.1 High Capacity: Yes Capacity: 7.3 GiB Bus Width: 8-bit Erase Group Size: 512 KiB HC WP Group Size: 8 MiB User Capacity: 7.3 GiB WRREL Boot Capacity: 4 MiB ENH RPMB Capacity: 4 MiB ENH 如上所示,是在uboot中看到的emmc的信息。 然后我的分区表设置是这样的: FIRMWARE_VER:8.1 MACHINE_MODEL:RK3308 MACHINE_ID:007 MANUFACTURER: RK3308 MAGIC: 0x5041524B ATAG: 0x00200800 MACHINE: 3308 CHECK_MASK: 0x80 PWR_HLD: 0,0,A,0,1 TYPE: GPT CMDLINE: mtdparts=rk29xxnand:0x00008000@0x00002000(uboot),0x00008000@0x0000A000(trust),0x00008000@0x00012000(misc),0x00010000@0x0001A000(recovery),0x00010000@0x0002A000(boot),0x000C0000@0x0003A000(rootfs),0x00040000@0x000FA000(oem),-@0x013A000(userdata:grow) uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9 然后因为芯片用的是3308h,是自带的64M ddr,所以改了rk3308_common.h的头文件: #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x00500000\0" \ "pxefile_addr_r=0x00600000\0" \ "fdt_addr_r=0x01800000\0" \ "kernel_addr_no_bl32_r=0x00280000\0" \ "kernel_addr_r=0x00680000\0" \ "kernel_addr_c=0x01a80000\0" \ "ramdisk_addr_r=0x02d00000\0" 然后内核打印中,可以看到emmc初始化是成功了的,也读取到了容量信息, [ 1.767715] ======================================================= [ 1.767925] ==== Launching Wi-Fi driver! (Powered by Rockchip) ==== [ 1.768135] ======================================================= [ 1.768345] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver v5.2.2.3_24783.20171030) init. [ 1.768558] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 1.768769] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized [ 1.768982] [WLAN_RFKILL]: wifi turn on power. -1 [ 1.769194] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter [ 1.769401] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: wifi OOB pin isn't defined. [ 1.769774] usbcore: registered new interface driver rtl8188eu [ 1.770190] hctosys: unable to open rtc device (rtc0) [ 1.784300] vcc_sd: disabling [ 1.784371] vccio_sd: disabling [ 2.011426] mmc1: MAN_BKOPS_EN bit is not set [ 2.012575] mmc_host mmc1: Bus speed (slot 0) = 50176000Hz (slot req 52000000Hz, actual 50176000HZ div = 0) [ 2.014662] mmc_host mmc1: Bus speed (slot 0) = 98304000Hz (slot req 52000000Hz, actual 49152000HZ div = 1) [ 2.014926] mmc1: new DDR MMC card at address 0001 [ 2.016233] mmcblk1: mmc1:0001 MMC8GB 7.28 GiB [ 2.016728] mmcblk1boot0: mmc1:0001 MMC8GB partition 1 4.00 MiB [ 2.017288] mmcblk1boot1: mmc1:0001 MMC8GB partition 2 4.00 MiB [ 2.017781] mmcblk1rpmb: mmc1:0001 MMC8GB partition 3 4.00 MiB [ 2.023621] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.264713] vendor storage:20160801 ret = 0 u▒ 2.791478] [ 2.904831] ALSA device list: [ 2.905983] #0: rockchip,rk3308b-acodec [ 2.906798] #1: rockchip,rk3308b-i2s [ 2.907601] #7: Loopback 1 [ 2.929761] Freeing unused kernel memory: 384K [ 4.287990] pstore: decompression failed;returned -5 Starting logging: OK Welcome to Rockchip Linux SDK Populating /dev using udev: [ 5.777588] udevd[178]: starting version 3.2.5 [ 6.590761] udevd[179]: starting eudev-3.2.5 done Initializing random number generator... done. Will now mount all partitions in /etc/fstab ^CNote: Create /.skip_fsck to skip fsck - The check might take a while if didn't shutdown properly! [ 60.054863] hwrng: no data available Handling misc: /dev/mmcblk1p3 /misc emmc defaults 0 Unsupported file system emmc for /dev/mmcblk1p3 Handling oem: /dev/mmcblk1p7 /oem ext2 defaults 2 Checking /dev/mmcblk1p7(ext2) e2fsck 1.43.9 (8-Feb-2018) /dev/mmcblk1p7: clean, 34/6848 files, 17906/27296 blocks Resizing /dev/mmcblk1p7(ext2) [ 72.625176] EXT4-fs (mmcblk1p7): couldn't mount as ext3 due to feature incompatibilities [ 72.881759] EXT4-fs (mmcblk1p7): mounted filesystem without journal. Opts: (null) resize2fs 1.43.9 (8-Feb-2018) [ 73.197191] EXT4-fs (mmcblk1p7): resizing filesystem from 27296 to 131072 blocks [ 75.819145] EXT4-fs (mmcblk1p7): resized filesystem to 131072 Filesystem at /dev/mmcblk1p7 is mounted on /tmp/tmp.SNCawn; on-line resizing required old_desc_blocks = 1, new_desc_blocks = 1 The filesystem on /dev/mmcblk1p7 is now 131072 (1k) blocks long. tune2fs 1.43.9 (8-Feb-2018) Mounting /dev/mmcblk1p7(ext2) on /oem [ 77.234129] EXT4-fs (mmcblk1p7): couldn't mount as ext3 due to feature incompatibilities [ 77.391899] EXT4-fs (mmcblk1p7): mounted filesystem without journal. Opts: (null) Handling userdata: /dev/mmcblk1p8 /userdata ext2 defaults 2 Checking /dev/mmcblk1p8(ext2) e2fsck 1.43.9 (8-Feb-2018) /dev/mmcblk1p8 was not cleanly unmounted, check forced. Pass 1: Checking inodes, blocks, and sizes [ 99.761786] hrtimer: interrupt took 2577750 ns ^C[ 259.779757] hwrng: no data available ^CPass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/mmcblk1p8: 14/437248 files (0.0% non-contiguous), 115296/6991852 blocks Resizing /dev/mmcblk1p8(ext2) [ 325.179766] hwrng: no data available [ 325.596791] EXT4-fs (mmcblk1p8): couldn't mount as ext3 due to feature incompatibilities [ 326.308928] EXT4-fs (mmcblk1p8): mounted filesystem without journal. Opts: (null) resize2fs 1.43.9 (8-Feb-2018) The filesystem is already 6991852 (1k) blocks long. Nothing to do! tune2fs 1.43.9 (8-Feb-2018) Mounting /dev/mmcblk1p8(ext2) on /userdata [ 327.912833] EXT4-fs (mmcblk1p8): couldn't mount as ext3 due to feature incompatibilities [ 328.367280] EXT4-fs (mmcblk1p8): mounted filesystem without journal. Opts: (null) Log saved to /tmp/mountall.log Starting network: cmdline=storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.slot_suffix= androidboot.serialno=c3d9b8674f4b94f6 earlycon=uart8250,mmio32,0xff0e0000 swiotlb=1 console=ttyFIQ0 root=PARTLABEL=rootfs rootfstype=ext4 rootwait=8 snd_aloop.index=7 snd_aloop.use_raw_jiffies=1 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1 rootdelay=1 read console from cmdline is /dev/ttyFIQ0 Starting recovery on Thu Jan 1 00:05:29 1970 Recovery System have UI defined. failed to read font: res=-1, fall back to the compiled-in font cannot find/open a drm device: No such file or directory recovery filesystem table ========================= 0 (null) /tmp ramdisk (null) (null) (null) 1 /dev/root / ext2 rw,noauto 0 1 2 proc /proc proc defaults 0 0 3 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 4 tmpfs /dev/shm tmpfs mode=0777 0 0 5 tmpfs /tmp tmpfs mode=1777 0 0 6 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0 7 sysfs /sys sysfs defaults 0 0 8 debug /sys/kernel/debug debugfs defaults 0 0 9 pstore /sys/fs/pstore pstore defaults 0 0 10 /dev/block/by-name/misc /misc emmc defaults 0 0 11 /dev/block/by-name/oem /oem ext2 defaults 0 2 12 /dev/block/by-name/userdata /userdata ext2 defaults 0 2 [I/]RECOVERY devices is not MTD. emmc_point is /dev/mmcblk1 sd_point is (null) sd_point_2 is (null) Recovery start.................... read cmdline >>> Boot from non-SDcard [I/]RECOVERY devices is not MTD. [I/]RECOVERY Boot command: boot-recovery [I/]RECOVERY Got arguments from boot message [I/]RECOVERY devices is not MTD. Command: "recovery" "--wipe_all" firefly: umount sdcard Formatting /userdata... OK format '/dev/block/by-name/userdata' to ext2 filesystem executing '/sbin/mke2fs' Debug: configfs_init [ 332.382037] file system registered mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/mtp.gs0': No such file or directory mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/rndis.gs0': No such file or directory mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/acm.gs6': No such file or directory mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/mass_storage.0': No such file or directory mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/uvc.gs6': No such file or directory [ 336.287657] read descriptors [ 336.300895] read strings [ 337.370112] dwc2 ff400000.usb: bound driver configfs-gadget [ 337.491947] dwc2 ff400000.usb: new device is high-speed [ 337.528156] dwc2 ff400000.usb: dwc2_hsotg_process_req_status: direction out? Starting input-event-daemon: input-event-daemon: open(/dev/input/event3): No such file or directory input-event-daemon: Exiting... done [root@buildroot:/]# [ 343.054995] dwc2 ff400000.usb: new device is high-speed [ 343.158862] ------------[ cut here ]------------ [ 343.159686] WARNING: at drivers/usb/dwc2/gadget.c:2310 [ 343.159994] Modules linked in: [ 343.160345] [ 343.160819] CPU: 0 PID: 154 Comm: mmcqd/1 Not tainted 4.4.143 #96 [ 343.161157] Hardware name: Firefly ROC-RK3308B-CC-PLUS analog mic board (DT) [ 343.161554] task: ffffffc00130f080 task.stack: ffffffc00396c000 [ 343.162036] PC is at dwc2_hsotg_epint+0x42c/0x654 [ 343.162440] LR is at dwc2_hsotg_irq+0x31c/0x650 [ 343.162825] pc : [<ffffff80085c3adc>] lr : [<ffffff80085c43e4>] pstate: 000001c5 [ 343.163139] sp : ffffffc003f48bb0 [ 343.163451] x29: ffffffc003f48bb0 x28: 0000000000000000 [ 343.164007] x27: 0000000000000000 x26: 0000000004000030 [ 343.164554] x25: 0000000000801000 x24: ffffffc002d000e4 [ 343.165091] x23: 0000000000000001 x22: 0000000000000000 [ 343.165626] x21: ffffffc002d00018 x20: 0000000000000008 [ 343.166160] x19: ffffffc002d58cd8 x18: 0000000000000000 [ 343.166686] x17: 0000000000000000 x16: 00000000d744fcc9 [ 343.167218] x15: 0000000000000002 x14: 0000000000000012 [ 343.167751] x13: 0000000080008000 x12: ffffffc002d00018 [ 343.168287] x11: 0000000000000004 x10: ffffff80088a830c [ 343.168820] x9 : 0000000000000000 x8 : ffffffc0038000f0 [ 343.169359] x7 : ffffffc003800028 x6 : ffffffc003800000 [ 343.169893] x5 : 00000000fffffffa x4 : 0000000000000000 [ 343.170416] x3 : 0000000000002099 x2 : ffffff8009000908 [ 343.170949] x1 : 0000000000000000 x0 : ffffff8008ca060f [ 343.171506] [ 343.171506] PC: 0xffffff80085c3a5c: [ 343.171893] 3a5c b9000041 aa1303e1 f8448c22 eb01005f 54001340 d1016042 52800003 aa1303e1 [ 343.173319] 3a7c 97fffc3b f9402e60 f9400400 97fff6f6 b9409262 79411a61 0b020021 b9009261 [ 343.174726] 3a9c 5287ffe2 6b02003f 540011c9 52800020 0a020021 39025260 b9009261 36181234 [ 343.176122] 3abc b94ae2a0 340011e0 350011d6 34001137 b00036e0 91183c00 39400801 35000081 [ 343.177516] 3adc d4210000 52800021 39000801 39423a60 3717e500 36280114 f94002a0 d0001c62 [ 343.178907] 3afc b0002781 2a1603e3 91114042 91010c21 97f97cbe 395a32a0 3607e3c0 363fe3b4 [ 343.180302] 3b1c b94ae2a0 35ffe360 aa1303e1 aa1503e0 97fff783 17ffff17 6b01001f 54ffe7e8 [ 343.181694] 3b3c 3902527f 17ffff3d b94ae2a0 34ffe8c0 39423a60 36100240 79411a60 7100041f [ 343.183147] [ 343.183147] LR: 0xffffff80085c4364: [ 343.183531] 4364 2a1b03e2 2a1503e1 aa1303e0 97fff6b3 110006b5 9100239c 17ffffed f9400675 [ 343.184933] 4384 912062b5 b94002b5 d5033d9f f9400660 91207000 b9400000 d5033d9f 0a0002b5 [ 343.186330] 43a4 5280001c 53107ebb 12003eb5 395a3660 6b00039f 540002ca 350001bb 395a3660 [ 343.187725] 43c4 6b00037f 54fff46a 34fff455 360000b5 52800022 2a1b03e1 aa1303e0 97fffcb4 [ 343.189119] 43e4 1100077b 53017eb5 17fffff5 360000bb 52800002 2a1c03e1 aa1303e0 97fffcac [ 343.190513] 4404 1100079c 53017f7b 17ffffe9 5280001b 17ffffeb 350000c5 aa1303e0 97fffad4 [ 343.191907] 4424 14000003 b946ba60 34ffff80 365000d4 f9400660 91005000 d5033e9f 52808001 [ 343.193301] 4444 b9000001 37380dd4 36300194 f9400260 90002781 91020421 97f97a96 f9400660 [ 343.194753] [ 343.194753] SP: 0xffffffc003f48b30: [ 343.195134] 8b30 00000000 00000000 00000001 00000000 02d000e4 ffffffc0 00801000 00000000 [ 343.196518] 8b50 04000030 00000000 00000000 00000000 00000000 00000000 03f48bb0 ffffffc0 [ 343.197891] 8b70 085c43e4 ffffff80 03f48bb0 ffffffc0 085c3adc ffffff80 000001c5 00000000 [ 343.199280] 8b90 01c69380 ffffffc0 02d58cd8 ffffffc0 00000000 00000080 02d00018 ffffffc0 [ 343.200673] 8bb0 03f48c10 ffffffc0 085c43e4 ffffff80 02d00018 ffffffc0 00040000 00000000 [ 343.202062] 8bd0 00000001 00000000 08951468 ffffff80 00000008 00000000 02d000e4 ffffffc0 [ 343.203437] 8bf0 00801000 00000000 04000030 00000000 00000000 00000000 08004010 ffffff80 [ 343.204814] 8c10 03f48c70 ffffffc0 080d87d0 ffffff80 02c18600 ffffffc0 00000000 00000000 [ 343.206286] [ 343.206286] X0: 0xffffff8008ca058f: [ 343.206668] 058c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.208035] 05ac 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.209394] 05cc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.210757] 05ec 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.212125] 060c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.213477] 062c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.214834] 064c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.216193] 066c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.217545] 068c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.219017] [ 343.219017] X2: 0xffffff8009000888: [ 343.219401] 0888 00178500 00000000 0000000f 0000002f 00000000 00010001 00000000 00000000 [ 343.220849] 08a8 00000b8f 000002c6 0c100020 00000000 00000000 00000000 00040000 00000000 [ 343.222296] 08c8 00179c00 00000000 0000000f 0000002f 00000000 00010001 00000000 00000000 [ 343.223734] 08e8 00000b8f 000002c6 0c100020 00000000 00000000 00000000 00008000 00000000 [ 343.225171] 0908 00002090 00000000 00000000 01e14c14 0000000d 01e14c14 00000400 00000000 [ 343.226615] 0928 00000080 00000000 00000000 03100050 0000000d 03100050 00000400 00000000 [ 343.228059] 0948 00000080 00000000 00000000 33b3165a 0000000d 33b3165a 00000400 00000000 [ 343.229500] 0968 00000080 00000000 00000000 d5c4c3a0 0000000d d5c4c3a0 00000400 00000000 [ 343.231101] [ 343.231101] X6: 0xffffffc0037fff80: [ 343.231486] ff80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.232849] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.234214] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.235579] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.236933] 0000 00000001 0000003f 03800248 ffffffc0 00000000 00000000 03800018 ffffffc0 [ 343.238323] 0020 03800018 ffffffc0 00000000 00000000 00204600 ffffffc0 00204800 ffffffc0 [ 343.239710] 0040 00204a00 ffffffc0 00204c00 ffffffc0 00204e00 ffffffc0 03612a00 ffffffc0 [ 343.241106] 0060 03612c00 ffffffc0 03612e00 ffffffc0 03613000 ffffffc0 03613200 ffffffc0 [ 343.242590] [ 343.242590] X7: 0xffffffc0037fffa8: [ 343.242976] ffa8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.244338] ffc8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.245699] ffe8 00000000 00000000 00000000 00000000 00000000 00000000 00000001 0000003f [ 343.247056] 0008 03800248 ffffffc0 00000000 00000000 03800018 ffffffc0 03800018 ffffffc0 [ 343.248454] 0028 00000000 00000000 00204600 ffffffc0 00204800 ffffffc0 00204a00 ffffffc0 [ 343.249838] 0048 00204c00 ffffffc0 00204e00 ffffffc0 03612a00 ffffffc0 03612c00 ffffffc0 [ 343.251228] 0068 03612e00 ffffffc0 03613000 ffffffc0 03613200 ffffffc0 03613400 ffffffc0 [ 343.252624] 0088 03613600 ffffffc0 03613800 ffffffc0 03613a00 ffffffc0 03613c00 ffffffc0 [ 343.254095] [ 343.254095] X8: 0xffffffc003800070: [ 343.254480] 0070 03613000 ffffffc0 03613200 ffffffc0 03613400 ffffffc0 03613600 ffffffc0 [ 343.255880] 0090 03613800 ffffffc0 03613a00 ffffffc0 03613c00 ffffffc0 03613e00 ffffffc0 [ 343.257273] 00b0 0367c000 ffffffc0 0367c200 ffffffc0 0367c400 ffffffc0 0367c600 ffffffc0 [ 343.258664] 00d0 0367c800 ffffffc0 0367ca00 ffffffc0 0367cc00 ffffffc0 0367ce00 ffffffc0 [ 343.260062] 00f0 0367d000 ffffffc0 0367d200 ffffffc0 0367d400 ffffffc0 0367d600 ffffffc0 [ 343.261453] 0110 0367d800 ffffffc0 0367da00 ffffffc0 0367dc00 ffffffc0 0367de00 ffffffc0 [ 343.262847] 0130 036ce200 ffffffc0 036ce400 ffffffc0 036ce600 ffffffc0 036ce800 ffffffc0 [ 343.264242] 0150 036cea00 ffffffc0 036cec00 ffffffc0 036cf000 ffffffc0 036cf200 ffffffc0 [ 343.265745] [ 343.265745] X10: 0xffffff80088a828c: [ 343.266134] 828c ffffff80 080bd958 ffffff80 00000000 00000000 080b6e98 ffffff80 080bda84 [ 343.267528] 82ac ffffff80 080c5fe0 ffffff80 080c4284 ffffff80 080c395c ffffff80 080c2610 [ 343.268923] 82cc ffffff80 080c1fe4 ffffff80 080c16f4 ffffff80 080c0c40 ffffff80 080c0bf8 [ 343.270313] 82ec ffffff80 080be774 ffffff80 080c23a8 ffffff80 080c1d3c ffffff80 40200800 [ 343.271704] 830c 00000080 00000000 00000000 00082040 00000000 0c284860 00000001 2b4b6270 [ 343.273083] 832c 0000010f 4c627078 0002102d 00000000 000003ea 000007be 00000b7d 00000f28 [ 343.274457] 834c 000012be 00001641 000019b0 00001d0d 00002057 0000238f 000026b5 000029ca [ 343.275833] 836c 00002cce 00002fc2 000032a6 0000357a 0000383e 00003af3 00003d99 00004031 [ 343.277326] [ 343.277326] X12: 0xffffffc002cfff98: [ 343.277712] ff98 00000000 00000000 00000000 00000000 00000000 00000000 12fd28db 00000000 [ 343.279089] ffb8 00000000 00000000 02d08090 ffffffc0 00206a80 ffffffc0 00000000 00000000 [ 343.280476] ffd8 01386420 ffffffc0 41ed0011 00002e1d 00000000 00000000 00000000 00000000 [ 343.281849] fff8 00000000 00000000 02d3cf80 ffffffc0 036c2250 ffffffc0 08429218 ffffff80 [ 343.283243] 0018 036c2010 ffffffc0 09000000 ffffff80 000801b0 00100400 02240200 0007ffff [ 343.284636] 0038 01214bff 000303cc 4f54310a 00006664 02d586d8 ffffffc0 00000003 00000003 [ 343.286018] 0058 158f000f 00000000 02883000 ffffffc0 ffffffe0 0000000f 02d00070 ffffffc0 [ 343.287406] 0078 02d00070 ffffffc0 085b6ab0 ffffff80 00000000 00000000 00000000 00000000 [ 343.289022] [ 343.289022] X19: 0xffffffc002d58c58: [ 343.289405] 8c58 00000000 00000000 00000001 00000000 00000000 00000000 02d58c70 ffffffc0 [ 343.290776] 8c78 02d58c70 ffffffc0 00000000 3466660c 30303030 73752e30 00000062 00000000 [ 343.292168] 8c98 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 343.293528] 8cb8 00000000 00000000 02d58d80 ffffffc0 02d5b280 ffffffc0 08429218 ffffff80 [ 343.294924] 8cd8 03ba9418 ffffffc0 02d58d6d ffffffc0 08c5a0c8 ffffff80 02d58cf0 ffffffc0 [ 343.296319] 8cf8 02d58cf0 ffffffc0 00000031 00400000 00000040 00000000 00000000 00000000 [ 343.297698] 8d18 00000000 00000000 01c693d8 ffffffc0 01c693d8 ffffffc0 02d00018 ffffffc0 [ 343.299092] 8d38 01c69380 ffffffc0 00000000 00000000 00000000 00000000 00000012 00000000 [ 343.300568] [ 343.300568] X21: 0xffffffc002cfff98: [ 343.300955] ff98 00000000 00000000 00000000 00000000 00000000 00000000 12fd28db 00000000 [ 343.302325] ffb8 00000000 00000000 02d08090 ffffffc0 00206a80 ffffffc0 00000000 00000000 [ 343.303709] ffd8 01386420 ffffffc0 41ed0011 00002e1d 00000000 00000000 00000000 00000000 [ 343.305090] fff8 00000000 00000000 02d3cf80 ffffffc0 036c2250 ffffffc0 08429218 ffffff80 [ 343.306481] 0018 036c2010 ffffffc0 09000000 ffffff80 000801b0 00100400 02240200 0007ffff [ 343.307871] 0038 01214bff 000303cc 4f54310a 00006664 02d586d8 ffffffc0 00000003 00000003 [ 343.309249] 0058 158f000f 00000000 02883000 ffffffc0 ffffffe0 0000000f 02d00070 ffffffc0 [ 343.310638] 0078 02d00070 ffffffc0 085b6ab0 ffffff80 00000000 00000000 00000000 00000000 [ 343.312154] [ 343.312154] X24: 0xffffffc002d00064: [ 343.312539] 0064 ffffffc0 ffffffe0 0000000f 02d00070 ffffffc0 02d00070 ffffffc0 085b6ab0 [ 343.313938] 0084 ffffff80 00000000 00000000 00000000 00000000 08ab3295 ffffff80 00000000 [ 343.315315] 00a4 00000000 02c18480 ffffffc0 00000000 00000000 08ab329c ffffff80 00000000 [ 343.316693] 00c4 00000000 02c18500 ffffffc0 00000000 00000000 00000000 00000000 00000008 [ 343.318062] 00e4 002d002c 02d64c00 ffffffc0 00000019 00000000 02d5b0c0 ffffffc0 00000000 [ 343.319450] 0104 00000000 00000000 00000000 00000000 00000000 00000000 00000000 02c16a00 [ 343.320809] 0124 ffffffc0 ffffffe0 0000000f 02d00130 ffffffc0 02d00130 ffffffc0 085b94e0 [ 343.322199] 0144 ffffff80 00000000 00000000 00000000 00000000 00000000 00000000 085b75c0 [ 343.323762] [ 343.323762] X29: 0xffffffc003f48b30: [ 343.324146] 8b30 00000000 00000000 00000001 00000000 02d000e4 ffffffc0 00801000 00000000 [ 343.325527] 8b50 04000030 00000000 00000000 00000000 00000000 00000000 03f48bb0 ffffffc0 [ 343.326908] 8b70 085c43e4 ffffff80 03f48bb0 ffffffc0 085c3adc ffffff80 000001c5 00000000 [ 343.328298] 8b90 01c69380 ffffffc0 02d58cd8 ffffffc0 00000000 00000080 02d00018 ffffffc0 [ 343.329682] 8bb0 03f48c10 ffffffc0 085c43e4 ffffff80 02d00018 ffffffc0 00040000 00000000 [ 343.331071] 8bd0 00000001 00000000 08951468 ffffff80 00000008 00000000 02d000e4 ffffffc0 [ 343.332447] 8bf0 00801000 00000000 04000030 00000000 00000000 00000000 08004010 ffffff80 [ 343.333823] 8c10 03f48c70 ffffffc0 080d87d0 ffffff80 02c18600 ffffffc0 00000000 00000000 [ 343.335193] [ 343.335507] ---[ end trace d7623370a4f57054 ]--- [ 343.335791] Call trace: [ 343.336213] Exception stack(0xffffffc003f489e0 to 0xffffffc003f48b10) [ 343.336762] 89e0: ffffffc002d58cd8 0000008000000000 ffffffc003f48bb0 ffffff80085c3adc [ 343.337296] 8a00: 0000004fe4dc5100 0000000000000001 ffffff80080f49a4 ffffff80080b9c2c [ 343.337818] 8a20: ffffffc003f48a50 ffffffc003f48a28 ffffffc003f48a28 0000000000000000 [ 343.338348] 8a40: 0000004fe4dcae19 ffffff8008bf9580 ffffffc003f48a70 ffffff80080f4998 [ 343.338874] 8a60: ffffffc003f4aee8 ffffffc003f48d68 ffffffc003f48a80 ffffff8008674528 [ 343.339389] 8a80: ffffff8008ca060f 0000000000000000 ffffff8009000908 0000000000002099 [ 343.339911] 8aa0: 0000000000000000 00000000fffffffa ffffffc003800000 ffffffc003800028 [ 343.340423] 8ac0: ffffffc0038000f0 0000000000000000 ffffff80088a830c 0000000000000004 [ 343.340935] 8ae0: ffffffc002d00018 0000000080008000 0000000000000012 0000000000000002 [ 343.341357] 8b00: 00000000d744fcc9 0000000000000000 [ 343.341839] [<ffffff80085c3adc>] dwc2_hsotg_epint+0x42c/0x654 [ 343.342297] [<ffffff80085c43e4>] dwc2_hsotg_irq+0x31c/0x650 [ 343.342826] [<ffffff80080d87d0>] handle_irq_event_percpu+0x98/0x128 [ 343.343313] [<ffffff80080d88a8>] handle_irq_event+0x48/0x78 [ 343.343832] [<ffffff80080dbbc8>] handle_fasteoi_irq+0xc0/0x128 [ 343.344310] [<ffffff80080d7e50>] generic_handle_irq+0x18/0x2c [ 343.344787] [<ffffff80080d8180>] __handle_domain_irq+0xa8/0xac [ 343.345234] [<ffffff8008080cfc>] gic_handle_irq+0x7c/0xa8 [ 343.345626] Exception stack(0xffffffc003f48d90 to 0xffffffc003f48ec0) [ 343.346079] 8d80: ffffffc003f48dc0 0000008000000000 [ 343.346605] 8da0: ffffffc003f48ef0 ffffff8008080f14 0000000040000145 0000000000000000 [ 343.347118] 8dc0: 0000000000000000 ffffff8008bc3000 0000000000000100 0000000000000020 [ 343.347639] 8de0: 00ffffffffffffff 00000001f33d4485 000000000007a990 ffffffc003f4db68 [ 343.348148] 8e00: 0000000000000005 0000000000000000 ffffff80088a830c 0000000000000004 [ 343.348663] 8e20: ffffffc002d00018 0000000080008000 0000000000000012 0000000000000002 [ 343.349176] 8e40: 00000000d744fcc9 0000000000000000 0000000000000000 ffffff8008ca6bc0 [ 343.349696] 8e60: ffffff8008bc3000 0000000000208940 ffffff8008be5000 000000000000000a [ 343.350225] 8e80: ffffffc00130f080 ffffffc003f45060 ffffff8008be5000 0000000000000000 [ 343.350747] 8ea0: 0000000000000002 ffffffc003f48ef0 ffffff800809c72c ffffffc003f48ef0 [ 343.351203] [<ffffff80080827b4>] el1_irq+0xb4/0x128 [ 343.351712] [<ffffff800809c72c>] irq_exit+0x80/0xc8 [ 343.352195] [<ffffff80080d8150>] __handle_domain_irq+0x78/0xac [ 343.352635] [<ffffff8008080cfc>] gic_handle_irq+0x7c/0xa8 [ 343.353026] Exception stack(0xffffffc00396fa30 to 0xffffffc00396fb60) [ 343.353478] fa20: 0000000000000000 ffffffc00130f080 [ 343.353999] fa40: 0000000000000029 0000000000000010 0000000000000780 ffffff8008cf0ec0 [ 343.354513] fa60: ffffffc0033caf08 0000000000000002 00000001ffffbfff 0000000000000001 [ 343.355011] fa80: 0000000000000750 0000000000000000 0000000000000000 0000000000000400 [ 343.355519] faa0: 0000000000000008 0000000001a116fe 00000000d744fcc9 0000000000000000 [ 343.356047] fac0: 0000000000000000 ffffffc0033caf08 ffffffc00130f080 ffffffc001d6cd00 [ 343.356575] fae0: ffffffc0033caf08 0000000000000140 ffffffc00130f080 ffffffc002d8ea10 [ 343.357100] fb00: ffffffc002d8e800 0000000000000000 ffffffc002d8eba8 ffffffc00396fb60 [ 343.357625] fb20: ffffff800817c428 ffffffc00396fb60 ffffff800817c44c 0000000080000145 [ 343.358158] fb40: ffffffc00396fb60 ffffff800817c368 ffffffffffffffff ffffff8008340d84 [ 343.358611] [<ffffff80080827b4>] el1_irq+0xb4/0x128 [ 343.359129] [<ffffff800817c44c>] end_buffer_async_write+0x1ac/0x1b0 [ 343.359626] [<ffffff800817bce8>] end_bio_bh_io_sync+0x40/0x54 [ 343.360129] [<ffffff80083410b8>] bio_endio+0x94/0x9c [ 343.360586] [<ffffff80083462a8>] blk_update_request+0x154/0x2b0 [ 343.361040] [<ffffff8008346424>] blk_update_bidi_request+0x20/0x7c [ 343.361488] [<ffffff80083467ec>] blk_end_bidi_request+0x20/0x68 [ 343.361924] [<ffffff8008346844>] blk_end_request+0x10/0x18 [ 343.362416] [<ffffff8008669688>] mmc_blk_issue_rw_rq+0x464/0x85c [ 343.362887] [<ffffff8008669e10>] mmc_blk_issue_rq+0x390/0x3b0 [ 343.363360] [<ffffff8008669f1c>] mmc_queue_thread+0xbc/0x164 [ 343.363801] [<ffffff80080b16ac>] kthread+0xd4/0xe4 [ 343.364248] [<ffffff8008082e80>] ret_from_fork+0x10/0x50 [ 348.688093] dwc2 ff400000.usb: new device is high-speed [ 354.315870] dwc2 ff400000.usb: new device is high-speed executed '/sbin/mke2fs' done executed '/sbin/mke2fs' return 0 executing '/sbin/e2fsck' e2fsck 1.43.9 (8-Feb-2018) Pass 1: Checking inodes, blocks, and sizes 到这里,是提示文件系统挂载失败,或者有些分区的文件系统不兼容,请问下大佬们,这是emmc芯片没正常工作起来吗,还是哪里的参数设置的不对? |