1 下载网盘中的文件系统
md5sum /mnt/hgfs/share/openharmony-rootfs.img
87d2d53b0ecfd95ca2457a4c52ee234a /mnt/hgfs/share/openharmony-rootfs.img
2 按照文档《广东龙芯2K0300蜂鸟板用户手册V0.99》将其烧录到TF卡上
3 启动打印如下错误
1)uboot仍用板卡原始的,
2)关键打印
开始:sending SIGSEGV to update_system for invalid read access from 0000000000000000
接着:Failed to set param 'const.build.characteristics' error:107
后面:sending SIGSEGV to xxxxxxxxxxx for invalid read access from 0000000000000000
最后:
mmc1: card 0001 removed
3)完整打印
LoongArch Initializing ...
RAM(Cache AS RAM) Initializing ...
Lock Scache Done.
Copy spl code to locked scache...
Jump to board_init_f...
Enter board_init_f...
_ __ __ _ _ ___ ___ __ _ _ / ___ __ \
| | | | | |\ | | __ [__ | | |\ | | | __ | \ |
|___ |__| |__| | \| |__] ___] |__| | \| \ |__] |__/ /
============ddr4 init and training done!========
Trying to boot from BootSpace
U-boot start ...
Jump to board_init_f...
U-Boot 2022.04-v2.1.0-00429-g33df0614 (Jun 17 2024 - 18:01:41 +0800), Build: jenkins-u-boot-2022.04-2k300-mini-dp-19
CPU: LA264
Speed: Cpu @ 997 MHz/ Mem @ 800 MHz/ Bus @ 200 MHz
Model: loongson-2k300
Board: LS2K300-MINI-DP
DRAM: 512 MiB
512 MiB
Jump to board_init_r....
Core: 35 devices, 19 uclasses, devicetree: board
SF: Detected gd25q80 with page size 256 Bytes, erase size 4 KiB, total 1 MiB
bdinfo is in spi-flash
MMC: mmc_init: -110, time 2180
emmc@0x16140000: 0 (eMMC), mmc@0x16148000: 1 (SD)
Loading Environment from SPIFlash... OK
frame buffer addr: 0x900000000dc00000
In: serial
Out: serial vidconsole
Err: serial vidconsole
Net: eth0: ethernet@0x16020000
************************** Notice **************************
Press c to enter u-boot console, m to enter boot menu
************************************************************
Bus ehci@0x16080000: USB EHCI 1.00
Bus ohci@0x16088000: USB OHCI 1.0
Bus otg@0x16040000: dwc2_usb otg@0x16040000: Core Release: 2.93a
USB DWC2
scanning bus ehci@0x16080000 for devices... 1 USB Device(s) found
scanning bus ohci@0x16088000 for devices... 1 USB Device(s) found
scanning bus otg@0x16040000 for devices... 1 USB Device(s) found
Autoboot in 0 seconds
--if mmc0 --fmt ext4 --sym /boot/uImage
--of ram --fmt --sym
--extra 0x0
loading...
loaded&burning 8830259 bytes ...
load&burn 8830259 finished
## Booting kernel from Legacy Image at 9000000003000000 ...
Image Name: Linux-5.10.0.lsgd-ga7f3115b8c73
Image Type: LoongArch Linux Kernel Image (gzip compressed)
Data Size: 8830195 Bytes = 8.4 MiB
Load Address: 00200000
Entry Point: 00e26be0
Verifying Checksum ... OK
Uncompressing Kernel Image
Warning: invalid device tree. Used linux default dtb
512 MiB
[ 0.000000] Linux version 5.10.0.lsgd-ga7f3115b8c73 (loongson@loongson) (loongarch64-linux-gnu-gcc (LoongArch GNU toolchain rc1.3-1 (20240425)) 8.3.0, GNU ld (LoongArch GNU toolchain rc1.3-1 20240425) 2.31.1.20190122) #1 PREEMPT Mon Jun 17 17:33:02 CST 2024
[ 0.000000] Primary instruction cache 32kB, 4-way, VIPT, linesize 64 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, no aliases, linesize 64 bytes
[ 0.000000] Unified victim cache 1024kB 16-way, linesize 64 bytes.
[ 0.000000] Unified secondary cache 0kB direct mapped, linesize 1 bytes.
[ 0.000000] 64-bit Loongson Processor probed (LA264 Core)
[ 0.000000] CPU0 revision is: 0014a030 (Loongson-64bit)
[ 0.000000] FPU0 revision is: 00000000
[ 0.000000] cmdline:console=ttyS0,115200 root=/dev/mmcblk1p1 rw noinitrd init=/linuxrc rootfstype=ext4 rootwait mtdparts=spi0.0:924k(uboot),32k(uboot_env),4k(bdinfo),64k(dtb) fbcon=rotate:0 panel=default
[ 0.000000] BPI1001 with boot flags 2.
[ 0.000000] convert legacy mem map to new mem map.
[ 0.000000] SMBIOS 3.0 present.
[ 0.000000] DMI: Loongson LS2K300/LS2K300-MINI-DP, BIOS 2022.04-v2.1.0-00429-g33df0614 04/01/2022
[ 0.000000] CpuClock = 0
[ 0.000000] The BIOS Version: 2022.04-v2.1.0-00429-g33df0614
[ 0.000000] Ext list mem info is ignored!
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009c000000, size 32 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] earlycon: ns16550a0 at MMIO 0x0000000016100000 (options '115200n8')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] - disabling initrd
[ 0.000000] start_pfn=0x80, end_pfn=0x28000, num_physpages:0x7b80
[ 0.000000] Wasting 8192 bytes for tracking 128 unused pages
[ 0.000000] software IO TLB: mapped [mem 0x00000000017bc000-0x00000000057bc000] (64MB)
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000000200000-0x00000000ffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x000000000effffff]
[ 0.000000] node 0: [mem 0x0000000090000000-0x000000009fffffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 1152 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x000000009fffffff]
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 31492
[ 0.000000] Kernel command line: earlycon console=ttyS0,115200 root=/dev/mmcblk1p1 rw noinitrd init=/linuxrc rootfstype=ext4 rootwait mtdparts=spi0.0:924k(uboot),32k(uboot_env),4k(bdinfo),64k(dtb) fbcon=rotate:0 panel=default fbcon=logo-pos:center fbcon=logo-count:1
[ 0.000000] Dentry cache hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 351024K/505856K available (12493K kernel code, 4787K rwdata, 3716K rodata, 352K init, 865K bss, 122064K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] NR_IRQS: 576, nr_irqs: 576, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from start_kernel+0x35c/0x4f0 with crng_init=0
[ 0.000000] Constant clock event device register
[ 0.000000] clocksource: Constant: mask: 0xffffffffffffffff max_cycles: 0x3759f22983, max_idle_ns: 881590413697 ns
[ 0.000006] sched_clock: 64 bits at 120MHz, resolution 8ns, wraps every 4398046511102ns
[ 0.008084] Constant clock source device register
[ 0.012988] Console: colour dummy device 80x25
[ 0.017536] Calibrating delay loop (skipped), value calculated using timer frequency.. 240.00 BogoMIPS (lpj=120000)
[ 0.028089] pid_max: default: 32768 minimum: 301
[ 0.032842] LSM: Security Framework initializing
[ 0.037533] Yama: becoming mindful.
[ 0.041163] Mount-cache hash table entries: 2048 (order: 0, 16384 bytes, linear)
[ 0.048660] Mountpoint-cache hash table entries: 2048 (order: 0, 16384 bytes, linear)
[ 0.058393] Performance counters: loongarch/loongson64 PMU enabled, 4 64-bit counters available to each CPU.
[ 0.068479] rcu: Hierarchical SRCU implementation.
[ 0.073817] devtmpfs: initialized
[ 0.081273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.091157] futex hash table entries: 256 (order: -2, 6144 bytes, linear)
[ 0.098547] pinctrl core: initialized pinctrl subsystem
[ 0.104863] NET: Registered protocol family 16
[ 0.110263] audit: initializing netlink subsys (disabled)
[ 0.116524] thermal_sys: Registered thermal governor 'step_wise'
[ 0.117343] audit: type=2000 audit(0.027:1): state=initialized audit_enabled=0 res=1
[ 0.152159] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.362536] random: fast init done
[ 1.919668] gpio-lsirq 16104000.gpio: register irqnum=107, vhwirq-base=128, rirq-base=78
[ 1.929065] loongson-lsia-dma 1612c000.iodma: DMA driver registered
[ 1.935771] vgaarb: loaded
[ 1.938836] SCSI subsystem initialized
[ 1.943073] ls-spi 16010000.spi: controller is unqueued, this is deprecated
[ 1.950736] usbcore: registered new interface driver usbfs
[ 1.956336] usbcore: registered new interface driver hub
[ 1.961764] usbcore: registered new device driver usb
[ 1.967045] mc: Linux media interface: v0.10
[ 1.971391] videodev: Linux video capture interface: v2.00
[ 1.976994] pps_core: LinuxPPS API ver. 1 registered
[ 1.982011] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.991258] PTP clock support registered
[ 1.995510] Advanced Linux Sound Architecture Driver Initialized.
[ 2.003160] clocksource: Switched to clocksource Constant
[ 2.008976] VFS: Disk quotas dquot_6.6.0
[ 2.012998] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 2.020244] FS-Cache: Loaded
[ 2.029377] NET: Registered protocol family 2
[ 2.034552] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 16384 bytes, linear)
[ 2.043214] TCP established hash table entries: 4096 (order: 1, 32768 bytes, linear)
[ 2.051065] TCP bind hash table entries: 4096 (order: 1, 32768 bytes, linear)
[ 2.058318] TCP: Hash tables configured (established 4096 bind 4096)
[ 2.064935] UDP hash table entries: 512 (order: 0, 16384 bytes, linear)
[ 2.071665] UDP-Lite hash table entries: 512 (order: 0, 16384 bytes, linear)
[ 2.078992] NET: Registered protocol family 1
[ 2.083969] RPC: Registered named UNIX socket transport module.
[ 2.089985] RPC: Registered udp transport module.
[ 2.094740] RPC: Registered tcp transport module.
[ 2.099507] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.108719] Initialise system trusted keyrings
[ 2.113404] workingset: timestamp_bits=46 max_order=15 bucket_order=0
[ 2.124896] zbud: loaded
[ 2.129021] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.135881] NFS: Registering the id_resolver key type
[ 2.141052] Key type id_resolver registered
[ 2.145281] Key type id_legacy registered
[ 2.149414] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.156191] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 2.163903] Key type asymmetric registered
[ 2.168059] Asymmetric key parser 'x509' registered
[ 2.173222] io scheduler mq-deadline registered
[ 2.177817] io scheduler kyber registered
[ 2.181981] io scheduler bfq registered
[ 2.186448] pinctrl-single 16000490.pinmux: 128 pins, size 32
[ 2.192716] ls-pwm 1611b000.pwm: pwm->clock_frequency=200000000
[ 2.198977] ls-pwm 1611b010.pwm: pwm->clock_frequency=200000000
[ 2.205233] ls-pwm 1611b020.pwm: pwm->clock_frequency=200000000
[ 2.211433] ls-pwm 1611b030.pwm: pwm->clock_frequency=200000000
[ 2.220458] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 2.231014] printk: console [ttyS0] disabled
[ 2.235453] 16100000.serial: ttyS0 at MMIO 0x16100000 (irq = 16, base_baud = 12500000) is a 16550A
[ 2.244593] printk: console [ttyS0] enabled
[ 2.244593] printk: console [ttyS0] enabled
[ 2.253045] printk: bootconsole [ns16550a0] disabled
[ 2.253045] printk: bootconsole [ns16550a0] disabled
[ 2.263715] 16100400.serial: ttyS1 at MMIO 0x16100400 (irq = 17, base_baud = 12500000) is a 16550A
[ 2.273431] 16100800.serial: ttyS2 at MMIO 0x16100800 (irq = 18, base_baud = 12500000) is a 16550A
[ 2.283094] 16100c00.serial: ttyS3 at MMIO 0x16100c00 (irq = 18, base_baud = 12500000) is a 16550A
[ 2.292956] [drm] LSK0300 DC found
[ 2.296641] lsdc 16090000.dc: [drm] Has OF graph support
[ 2.313238] brd: module loaded
[ 2.325862] loop: module loaded
[ 2.330099] SPI-UID: 32:33:37:35:32:17:00:63:00:14:50:ff:ff:ff:ff:ff
[ 2.336636] spi-nor spi0.0: gd25q80 (1024 Kbytes)
[ 2.341398] 4 cmdlinepart partitions found on MTD device spi0.0
[ 2.347347] Creating 4 MTD partitions on "spi0.0":
[ 2.352167] 0x000000000000-0x0000000e7000 : "uboot"
[ 2.361722] 0x0000000e7000-0x0000000ef000 : "uboot_env"
[ 2.371670] 0x0000000ef000-0x0000000f0000 : "bdinfo"
[ 2.380703] 0x0000000f0000-0x000000100000 : "dtb"
[ 2.390970] libphy: Fixed MDIO Bus: probed
[ 2.395587] CAN device driver interface
[ 2.399628] lbx----->ctucan_platform_probe,76
[ 2.404070] lscanfd 16110000.can: probe addr=ffffff8012d08000,irq=19 can_clk=200000000 ntxbufs=8 res->start=16110000
[ 2.414732] lscanfd 16110000.can: lbx----device id :babe
[ 2.420679] lbx----->ctucan_platform_probe,76
[ 2.425116] lscanfd 16110400.can: probe addr=ffffff8012d10400,irq=20 can_clk=200000000 ntxbufs=8 res->start=16110400
[ 2.435788] lscanfd 16110400.can: lbx----device id :babe
[ 2.441649] lbx----->ctucan_platform_probe,76
[ 2.446075] lscanfd 16110800.can: probe addr=ffffff8012d18800,irq=21 can_clk=200000000 ntxbufs=8 res->start=16110800
[ 2.456754] lscanfd 16110800.can: lbx----device id :babe
[ 2.462619] lbx----->ctucan_platform_probe,76
[ 2.467046] lscanfd 16110c00.can: probe addr=ffffff8012d20c00,irq=22 can_clk=200000000 ntxbufs=8 res->start=16110c00
[ 2.477712] lscanfd 16110c00.can: lbx----device id :babe
[ 2.483883] stmmaceth 16020000.ethernet: IRQ eth_wake_irq not found
[ 2.490243] stmmaceth 16020000.ethernet: IRQ eth_lpi not found
[ 2.496233] stmmaceth 16020000.ethernet: Cannot get CSR clock
[ 2.502017] stmmaceth 16020000.ethernet: PTP uses main clock
[ 2.507709] stmmaceth 16020000.ethernet: no reset control found
[ 2.513934] stmmaceth 16020000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 2.520774] stmmaceth 16020000.ethernet: DWMAC1000
[ 2.525679] stmmaceth 16020000.ethernet: DMA HW capability register supported
[ 2.532847] stmmaceth 16020000.ethernet: RX Checksum Offload Engine supported
[ 2.540015] stmmaceth 16020000.ethernet: COE Type 2
[ 2.544916] stmmaceth 16020000.ethernet: TX Checksum insertion supported
[ 2.551647] stmmaceth 16020000.ethernet: Wake-Up On Lan supported
[ 2.557830] stmmaceth 16020000.ethernet: Enhanced/Alternate descriptors
[ 2.564478] stmmaceth 16020000.ethernet: Enabled extended descriptors
[ 2.570950] stmmaceth 16020000.ethernet: Ring mode enabled
[ 2.576460] stmmaceth 16020000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.584160] stmmaceth 16020000.ethernet: device MAC address 0e:e8:b8:f7:e6:b0
[ 2.591775] libphy: stmmac: probed
[ 2.597341] PPP generic driver version 2.4.2
[ 2.601869] PPP BSD Compression module registered
[ 2.606625] PPP Deflate Compression module registered
[ 2.611730] PPP MPPE Compression module registered
[ 2.616562] NET: Registered protocol family 24
[ 2.621382] dwc2 16040000.otg: supply vusb_d not found, using dummy regulator
[ 2.628732] dwc2 16040000.otg: supply vusb_a not found, using dummy regulator
[ 2.845178] dwc2 16040000.otg: dwc2_check_params: Invalid parameter lpm=1
[ 2.852003] dwc2 16040000.otg: dwc2_check_params: Invalid parameter lpm_clock_gating=1
[ 2.859957] dwc2 16040000.otg: dwc2_check_params: Invalid parameter besl=1
[ 2.866863] dwc2 16040000.otg: dwc2_check_params: Invalid parameter hird_threshold_en=1
[ 2.874906] dwc2 16040000.otg: dwc2_check_params: Invalid parameter g_rx_fifo_size=2048
[ 2.882945] dwc2 16040000.otg: dwc2_check_params: Invalid parameter g_np_tx_fifo_size=1024
[ 2.891248] dwc2 16040000.otg: dwc2_check_param_tx_fifo_sizes: Invalid parameter g_tx_fifo_size[1]=312
[ 2.900596] dwc2 16040000.otg: dwc2_check_param_tx_fifo_sizes: Invalid parameter g_tx_fifo_size[2]=312
[ 2.909963] dwc2 16040000.otg: EPs: 7, dedicated fifos, 3016 entries in SPRAM
[ 2.917559] dwc2 16040000.otg: DWC OTG Controller
[ 2.922309] dwc2 16040000.otg: new USB bus registered, assigned bus number 1
[ 2.929418] dwc2 16040000.otg: irq 48, io mem 0x16040000
[ 2.935412] hub 1-0:1.0: USB hub found
[ 2.939216] hub 1-0:1.0: 1 port detected
[ 2.944134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.950701] ehci-pci: EHCI PCI platform driver
[ 2.955233] ehci-platform: EHCI generic platform driver
[ 2.960716] ehci-platform 16080000.ehci: EHCI Host Controller
[ 2.966606] ehci-platform 16080000.ehci: new USB bus registered, assigned bus number 2
[ 2.974767] ehci-platform 16080000.ehci: irq 46, io mem 0x16080000
[ 2.987175] ehci-platform 16080000.ehci: USB 2.0 started, EHCI 1.00
[ 2.993990] hub 2-0:1.0: USB hub found
[ 2.997807] hub 2-0:1.0: 1 port detected
[ 3.002132] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.008359] ohci-pci: OHCI PCI platform driver
[ 3.012887] ohci-platform: OHCI generic platform driver
[ 3.018339] ohci-platform 16088000.ohci: Generic Platform OHCI controller
[ 3.025301] ohci-platform 16088000.ohci: new USB bus registered, assigned bus number 3
[ 3.033363] ohci-platform 16088000.ohci: irq 47, io mem 0x16088000
[ 3.095676] hub 3-0:1.0: USB hub found
[ 3.099487] hub 3-0:1.0: 1 port detected
[ 3.103884] usbcore: registered new interface driver cdc_acm
[ 3.110107] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.118235] usbcore: registered new interface driver usb-storage
[ 3.124396] usbcore: registered new interface driver option
[ 3.130023] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.137296] using random self ethernet address
[ 3.141769] using random host ethernet address
[ 3.146685] usb0: HOST MAC be:6a:0d:1a:1b:e5
[ 3.151043] usb0: MAC 8a:95:d6:f3:dd:08
[ 3.154930] using random self ethernet address
[ 3.159397] using random host ethernet address
[ 3.163921] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 3.170570] g_ether gadget: g_ether ready
[ 3.174604] dwc2 16040000.otg: bound driver g_ether
[ 3.179804] mousedev: PS/2 mouse device common for all mice
[ 3.185741] <<-GTP-INFO->> GTP driver installing....
[ 3.193199] rtc rtc0: invalid alarm value: 1919-05-23T05:61:26
[ 3.199428] ls2x-rtc 16128000.rtc: registered as rtc0
[ 3.204945] ls2x-rtc 16128000.rtc: setting system clock to 2022-05-01T00:02:07 UTC (1651363327)
[ 3.214345] i2c /dev entries driver
[ 3.219105] Goodix-TS 1-0014: supply AVDD28 not found, using dummy regulator
[ 3.226347] Goodix-TS 1-0014: supply VDDIO not found, using dummy regulator
[ 3.233542] Goodix-TS 1-0014: i2c test failed attempt 1: -5
[ 3.260194] Goodix-TS 1-0014: i2c test failed attempt 2: -5
[ 3.287162] Goodix-TS 1-0014: I2C communication failure: -5
[ 3.292910] Goodix-TS: probe of 1-0014 failed with error -5
[ 3.299865] usbcore: registered new interface driver uvcvideo
[ 3.305707] USB Video Class driver (1.1.1)
[ 3.309838] gspca_main: v2.14.0 registered
[ 3.314021] usbcore: registered new interface driver ov519
[ 3.319577] usbcore: registered new interface driver ov534
[ 3.325124] usbcore: registered new interface driver ov534_9
[ 3.330846] usbcore: registered new interface driver spca500
[ 3.336579] usbcore: registered new interface driver spca501
[ 3.342299] usbcore: registered new interface driver spca505
[ 3.348017] usbcore: registered new interface driver spca506
[ 3.353737] usbcore: registered new interface driver spca508
[ 3.359458] usbcore: registered new interface driver spca561
[ 3.365184] usbcore: registered new interface driver spca1528
[ 3.371007] usbcore: registered new interface driver gspca_zc3xx
[ 3.377075] usbcore: registered new interface driver usbtv
[ 3.382585] Driver for 1-wire Dallas network protocol.
[ 3.389171] ls2k_sdio 16140000.sdio: Use exclusive dma engine.
[ 3.625374] ls2k_sdio 16148000.sdio: Use exclusive dma engine.
[ 3.638281] ls2k_sdio 16148000.sdio: Got CD GPIO
[ 4.070884] hid: raw HID events driver (C) Jiri Kosina
[ 4.080330] usbcore: registered new interface driver usbhid
[ 4.089153] usbhid: USB HID core driver
[ 4.102192] ls2k300_adc 1611c000.adc: ADC Device registered successfully
[ 4.117709] xt_time: kernel timezone is -0000
[ 4.157692] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[ 4.164246] Initializing XFRM netlink socket
[ 4.175684] NET: Registered protocol family 10
[ 4.192820] Segment Routing with IPv6
[ 5.346169] mmc1: new SDHC card at address 0001
[ 5.359416] mmcblk1: mmc1:0001 SD 7.23 GiB
[ 5.378848] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 5.390912] NET: Registered protocol family 17
[ 5.400282] NET: Registered protocol family 15
[ 5.410900] mmcblk1: p1
[ 5.415323] can: controller area network core
[ 5.423291] NET: Registered protocol family 29
[ 5.432159] can: raw protocol
[ 5.435144] can: broadcast manager protocol
[ 5.446159] can: netlink gateway - max_hops=1
[ 5.455332] 8021q: 802.1Q VLAN Support v1.8
[ 5.468273] NET: Registered protocol family 21
[ 5.476184] Key type dns_resolver registered
[ 5.484611] registered taskstats version 1
[ 5.492162] Loading compiled-in X.509 certificates
[ 5.502941] zswap: loaded using pool zstd/zbud
[ 5.545358] ls-spi 16018000.spi: controller is unqueued, this is deprecated
[ 5.552761] mmc0: new high speed MMC card at address 0001
[ 5.558830] ls-spi-io 1610c000.spi: controller is unqueued, this is deprecated
[ 5.566699] mmcblk0: mmc0:0001 08A391 7.28 GiB
[ 5.571462] mmcblk0boot0: mmc0:0001 08A391 partition 1 4.00 MiB
[ 5.578132] [drm] LSK0300 DC found
[ 5.581858] lsdc 16090000.dc: [drm] Has OF graph support
[ 5.587481] mmcblk0boot1: mmc0:0001 08A391 partition 2 4.00 MiB
[ 5.593482] lsdc 16090000.dc: [drm] output-0 is a DPI panel
[ 5.599157] lsdc 16090000.dc: [drm] bridge-0 attached to encoder-0
[ 5.605367] lsdc 16090000.dc: [drm] number of outputs: 1
[ 5.610757] lsdc 16090000.dc: [drm] display pipe 0 initialized
[ 5.619287] [drm] Initialized lsdc 1.0.0 20200701 for 16090000.dc on minor 0
[ 5.637558] Console: switching to colour frame buffer device 100x30
[ 5.646046] lsdc 16090000.dc: [drm] fb0: lsdcdrmfb frame buffer device
[ 5.755179] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.915451] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 5.922170] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 5.930865] ALSA device list:
[ 5.933866] No soundcards found.
[ 5.937308] cfg80211: failed to load regulatory.db
[ 5.965266] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.973458] ext4 filesystem being mounted at /root supports timestamps until 2038 (0x7fffffff)
[ 5.982203] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 6.005320] devtmpfs: mounted
[ 6.009080] Freeing unused kernel memory: 352K
[ 6.013560] This architecture does not have kernel memory protection.
[ 6.020052] Run /linuxrc as init process
__
/\ \
\ \ \ ___ ___ ___ [ 6.353085] [pid=80][Init][INFO][init_adapter.c:91]ExecuteRcs, child process id 80.
[ 6.559984] random: crng init done
__ ____ ___ ___
\ \ \ __ / __ \ / __ \ / _ \ / _ \ / ,__\ / __ \ / _ \
\ \ \L\ \/\ \L\ \/\ \L\ \/\ \/\ \/\ \L\ \/\__, `\/\ \L\ \/\ \/\ \
\ \____/\ \____/\ \____/\ \_\ \_\ \____ \/\____/\ \____/\ \_\ \_\
\/___/ \/___/ \/___/ \/_/\/_/\/___L\ \/___/ \/___/ \/_/\/_/
/\____/
\_/__/
[RCS]: /etc/init.d/S00devs
mknod: /dev/console: File exists
mknod: /dev/ttyS0: File exists
mknod: /dev/null: File exists
[RCS]: /etc/init.d/S01mdev
[RCS]: /etc/init.d/S02_check_boot
[ 6.978897] do_page_fault(): sending SIGSEGV to update_system for invalid read access from 0000000000000000
[ 6.988729] era = 0000007ff1cfc92c in libc-2.28.so[7ff1c70000+17c000]
[ 6.995221] ra = 000000012000558c in update_system[120000000+c000]
Signal 11
[RCS]: /etc/init.d/S03resizerootfs
Rootfs Resizing...
Partition resizing...
analy_part_type
read_disk_size
analy_swap_size
analy_part_info
parted_root_part
resize2fs 1.44.5 (15-Dec-2018)
Filesystem at /d[ 7.838901] EXT4-fs (mmcblk1p1): resizing filesystem from 523264 to 7576576 blocks
ev/mmcblk1p1 is mounted on /; on-line resizing required
old_desc_blocks = 4, new_desc_blocks = 58
[ 18.947867] EXT4-fs (mmcblk1p1): resized to 1572865 blocks
[ 29.968643] EXT4-fs (mmcblk1p1): resized to 2621441 blocks
[ 40.465487] EXT4-fs (mmcblk1p1): resized to 3407873 blocks
[ 50.693298] EXT4-fs (mmcblk1p1): resized to 4325377 blocks
[ 61.214793] EXT4-fs (mmcblk1p1): resized to 5242881 blocks
[ 71.873248] EXT4-fs (mmcblk1p1): resized to 6160385 blocks
[ 83.119135] EXT4-fs (mmcblk1p1): resized to 6815745 blocks
[ 91.530043] EXT4-fs (mmcblk1p1): resized filesystem to 7576576
The filesystem on /dev/mmcblk1p1 is now 7576576 (1k) blocks long.
fdisk_other_part
mkfs_other_part
gen_fstab
data_partition_init
[RCS]: /etc/init.d/S30dbus
Starting system message bus: done
[RCS]: /etc/init.d/S50sshd
ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519
Starting sshd: OK
[RCS]: /etc/init.d/S70vsftpd
Starting vsftpd: OK
[RCS]: /etc/init.d/S80network
[ 104.866273] stmmaceth 16020000.ethernet eth0: PHY [stmmac-0:00] driver [YT8531 Gigabit Ethernet] (irq=POLL)
[ 104.886770] stmmaceth 16020000.ethernet eth0: No Safety Features support found
[ 104.894039] stmmaceth 16020000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 104.902481] stmmaceth 16020000.ethernet eth0: registered PTP clock
[ 104.908981] stmmaceth 16020000.ethernet eth0: configuring for phy/rgmii link mode
[RCS]: /etc/init.d/S82ohos
ohos_service_start
chmod: /dev/hilog: No such file or directory
[ 104.971741] [pid=1][Init][INFO][init_group_manager.c:201]boot start device.boot.group
[ 104.971815] [pid=1][PARAM][INFO][param_service.c:393]InitParamService pipe: /dev/unix/socket/paramservice.
[ 104.980054] [pid=1][PARAM][INFO][param_base.c:204]Max selinux label 1 1
[ 104.990197] [pid=1][PARAM][INFO][param_server.c:422]Load default parameters from /system/etc/param/ohos_const.
[ 105.002343] [pid=1][PARAM][INFO][param_server.c:422]Load default parameters from /vendor/etc/param.
[ 105.016495] [pid=1][PARAM][INFO][param_server.c:422]Load default parameters from /system/etc/param.
[ 105.027063] [pid=1][PARAM][ERROR][param_server.c:393]Failed to set param 'const.build.characteristics' error:107
[ 105.036234] [pid=1][PARAM][ERROR][param_server.c:393]Failed to set param 'const.product.model' error:107
[ 105.046623] [pid=1][PARAM][ERROR][param_server.c:393]Failed to set param 'const.product.name' error:107
hilog fd failed No such file or directory
# [ 105.056352] [pid=1][PARAM][ERROR][param_server.c:393]Failed to set param 'const.software.model' error:107
[ 106.007906] do_page_fault(): sending SIGSEGV to devattest_servi for invalid read access from 0000000000000000
[ 106.027798] era = 0000007ff12ae630 in libsamgr.so[7ff12a4000+10000]
[ 106.034122] ra = 0000007ff12ae630 in libsamgr.so[7ff12a4000+10000]
[ 106.157016] do_page_fault(): sending SIGSEGV to wms_server for invalid write access to 0000007ff3074000
[ 106.174975] era = 0000007ff3496534 in libdisplay_layer.so[7ff3494000+4000]
[ 106.190534] ra = 0000007ff3496500 in libdisplay_layer.so[7ff3494000+4000]
Error: init_mtd_info_open_fd: /dev/mtd2 open failed! (13) 12 12
[ 106.707103] do_page_fault(): sending SIGSEGV to bundle_daemon for invalid read access from 0000000000000000
[ 106.716944] era = 0000007ff11d2630 in libsamgr.so[7ff11c8000+10000]
[ 106.723281] ra = 0000007ff11d2630 in libsamgr.so[7ff11c8000+10000]
[ 106.917631] do_page_fault(): sending SIGSEGV to huks_server for invalid read access from 0000000000000000
[ 106.927573] era = 0000007ff15d6630 in libsamgr.so[7ff15cc000+10000]
[ 106.933899] ra = 0000007ff15d6630 in libsamgr.so[7ff15cc000+10000]
Error: init_mtd_info_open_fd: /dev/mtd2 open failed! (13) 12 12
[ 107.047847] do_page_fault(): sending SIGSEGV to huks_server for invalid read access from 0000000000000000
[ 107.059274] era = 0000007ff26be630 in libsamgr.so[7ff26b4000+10000]
[ 107.065598] ra = 0000007ff26be630 in libsamgr.so[7ff26b4000+10000]
Error: init_mtd_info_open_fd: /dev/mtd2 open fai[ 107.200643] do_page_fault(): sending SIGSEGV to huks_server for invalid read access from 0000000000000000
[ 107.210635] era = 0000007ff3312630 in libsamgr.so[7ff3308000+10000]
[ 107.218432] ra = 0000007ff3312630 in libsamgr.so[7ff3308000+10000]
Error: init_mtd_info_open_fd: /d[ 107.295392] do_page_fault(): sending SIGSEGV to huks_server for invalid read access from 0000000000000000
ev/mtd2 open fai[ 107.306358] era = 0000007ff3bde630 in libsamgr.so[7ff3bd4000+10000]
[ 107.313798] ra = 0000007ff3bde630 in libsamgr.so[7ff3bd4000+10000]
[ 107.328276] do_page_fault(): sending SIGSEGV to foundation for invalid read access from 0000000000000000
[ 107.337831] era = 0000007fefc4e630 in libsamgr.so[7fefc44000+10000]
[ 107.344157] ra = 0000007fefc4e630 in libsamgr.so[7fefc44000+10000]
[ 108.112501] mmc1: card 0001 removed
更多回帖