Orange Pi Zero3 - generic installation - mmc issue

This is for ARMv8 based devices

Orange Pi Zero3 - generic installation - mmc issue

Postby jmarro » Mon Sep 08, 2025 8:34 am

Hello!

I am trying to install Arch Arm in a Orange Pi Zero3. It has a Allwinner CPU. Orange Pi provides a OS (Orange Pi OS), which seems based in Arch, but I feet it is quite bloated, an then I wanted to use the Arch Arm.

I do not have much experience doing this kind of things, but it seems not very complex. Basically, I took advantage of the provided image from Orange PI (which has the layout with the uboot for the allwinner at sector 16, the uboot configuracion (extlinux.conf), a boot partition (with the dtb files) and a root partition).
Starting from this image, I simply:
1. Replace the Image and initramfs-linux.img in the boot partition with the ArchLinuxArm ones (in the boot/ of the tar)
2. recreate the root partition and untar the latest ArchLinuxArm on it

The extlinux.conf is some like this (and it seems to work as it shows the boot log)
[code]LABEL Orange Pi
KERNEL /Image
FDT /dtbs/allwinner/sun50i-h618-orangepi-zero3.dtb
APPEND initrd=/initramfs-linux.img console=ttyS0,115200 root=PARTUUID=12e4fc9c-02 rw rootwait audit=0
# original -- APPEND initrd=/initramfs-linux.img console=ttyS0,115200 root=PARTUUID=12e4fc9c-02 rw rootwait audit=0 splash plymouth.ignore-serial-console
s
[/code]
And I check that the PARTUUID is the one for the root partition on the SD and I belive it is ok

Well... in fact, it seem to work, and the kernel starts, but in one point it seem to appear a debug message, which seem related to the mmc management, and later in fact it does not progress and gives me a shell, and it seems related with this mmc issue, ad the problem is that the device (the root partition) is not found. In fact, as a have a console access, I could check that there is no sdxx or mmcxx device.

Well, any help would be appreciated :-), following I copy the boot log.
Thank you and regards!
Josep

[code]
U-Boot 2024.01-2-ga4d4b0e24 (Nov 28 2023 - 14:09:04 +0000) Orange Pi

CPU: Allwinner H616 (SUN50I)
Model: OrangePi Zero3
DRAM: 4 GiB
Core: 57 devices, 25 uclasses, devicetree: separate
WDT: Not starting watchdog@30090a0
MMC: mmc@4020000: 0
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...
In: serial@5000000
Out: serial@5000000
Err: serial@5000000
Allwinner mUSB OTG (Peripheral)
Net: eth0: ethernet@5020000using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC de:ad:be:ef:00:01
HOST MAC de:ad:be:ef:00:00
RNDIS ready
, eth1: usb_ether
starting USB...
Bus usb@5200000: USB EHCI 1.00
Bus usb@5200400: USB OHCI 1.0
scanning bus usb@5200000 for devices... 1 USB Device(s) found
scanning bus usb@5200400 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Autoboot in 2 seconds, press <Space> to stop
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1: Orange Pi
Retrieving file: /Image
Retrieving file: /initramfs-linux.img
append: initrd=/initramfs-linux.img console=ttyS0,115200 root=PARTUUID=12e4fc9c-02 rw rootwait audit=0
Retrieving file: /dtbs/allwinner/sun50i-h618-orangepi-zero3.dtb
Moving Image from 0x40080000 to 0x40200000, end=42bd0000
## Flattened Device Tree blob at 4fa00000
Booting using the fdt blob at 0x4fa00000
Working FDT set to 4fa00000
Loading Ramdisk to 498c9000, end 49fff5e8 ... OK
Loading Device Tree to 00000000498bc000, end 00000000498c8bfa ... OK
Working FDT set to 498bc000

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.2.1-1-aarch64-ARCH (builduser@leming) (aarch64-unknown-linux-gnu-gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat Feb 25 15:18:35 MST 2023
[ 0.000000] Machine model: OrangePi Zero3
[ 0.000000] efi: UEFI not found.
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000004007ffff]
[ 0.000000] node 0: [mem 0x0000000040080000-0x000000013fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000013fffffff]
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 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.5
[ 0.000000] percpu: Embedded 21 pages/cpu s46632 r8192 d31192 u86016
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: initrd=/initramfs-linux.img console=ttyS0,115200 root=PARTUUID=12e4fc9c-02 rw rootwait audit=0
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f8000000-0x00000000fc000000] (64MB)
[ 0.000000] Memory: 3931272K/4194304K available (19328K kernel code, 4544K rwdata, 10224K rodata, 7552K init, 978K bss, 197496K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Dynamic Preempt: full
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001138] Console: colour dummy device 80x25
[ 0.001193] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[ 0.001208] pid_max: default: 32768 minimum: 301
[ 0.001385] LSM: initializing lsm=capability,yama
[ 0.001403] Yama: becoming mindful.
[ 0.001599] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001623] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003166] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.004121] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.004133] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004250] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.004510] rcu: Hierarchical SRCU implementation.
[ 0.004515] rcu: Max phase no-delay instances is 400.
[ 0.008337] EFI services will not be available.
[ 0.008924] smp: Bringing up secondary CPUs ...
[ 0.009698] Detected VIPT I-cache on CPU1
[ 0.009800] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.009842] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.010654] Detected VIPT I-cache on CPU2
[ 0.010729] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.010749] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.011530] Detected VIPT I-cache on CPU3
[ 0.011610] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.011630] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.011734] smp: Brought up 1 node, 4 CPUs
[ 0.011742] SMP: Total of 4 processors activated.
[ 0.011748] CPU features: detected: 32-bit EL0 Support
[ 0.011751] CPU features: detected: 32-bit EL1 Support
[ 0.011757] CPU features: detected: CRC32 instructions
[ 0.011834] CPU: All CPU(s) started at EL2
[ 0.011868] alternatives: applying system-wide alternatives
[ 0.014611] devtmpfs: initialized
[ 0.024944] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.024967] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.027608] pinctrl core: initialized pinctrl subsystem
[ 0.030283] DMI not present or invalid.
[ 0.031230] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.032637] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.032783] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.033066] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.034533] thermal_sys: Registered thermal governor 'fair_share'
[ 0.034538] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.034543] thermal_sys: Registered thermal governor 'step_wise'
[ 0.034547] thermal_sys: Registered thermal governor 'user_space'
[ 0.034551] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.034626] cpuidle: using governor ladder
[ 0.034667] cpuidle: using governor menu
[ 0.034925] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.035052] ASID allocator initialised with 65536 entries
[ 0.037447] Serial: AMBA PL011 UART driver
[ 0.063462] platform 6510000.tcon-top: Fixing up cyclic dependency with 6000000.hdmi
[ 0.064143] platform 6515000.lcd-controller: Fixing up cyclic dependency with 6510000.tcon-top
[ 0.065005] platform 7000000.rtc: Fixing up cyclic dependency with 3001000.clock
[ 0.065659] platform 7010000.clock: Fixing up cyclic dependency with 7000000.rtc
[ 0.070227] platform connector: Fixing up cyclic dependency with 6000000.hdmi
[ 0.075300] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.075308] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.075315] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.075320] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.075326] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.075330] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.075336] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.075340] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.075947] cryptd: max_cpu_qlen set to 1000
[ 0.093152] raid6: neonx8 gen() 1848 MB/s
[ 0.110241] raid6: neonx4 gen() 1817 MB/s
[ 0.127338] raid6: neonx2 gen() 1721 MB/s
[ 0.144439] raid6: neonx1 gen() 1480 MB/s
[ 0.161525] raid6: int64x8 gen() 1186 MB/s
[ 0.178624] raid6: int64x4 gen() 1312 MB/s
[ 0.195719] raid6: int64x2 gen() 1168 MB/s
[ 0.212805] raid6: int64x1 gen() 865 MB/s
[ 0.212811] raid6: using algorithm neonx8 gen() 1848 MB/s
[ 0.229894] raid6: .... xor() 1343 MB/s, rmw enabled
[ 0.229900] raid6: using neon recovery algorithm
[ 0.230948] ACPI: Interpreter disabled.
[ 0.236874] iommu: Default domain type: Translated
[ 0.236881] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.237922] SCSI subsystem initialized
[ 0.238348] usbcore: registered new interface driver usbfs
[ 0.238384] usbcore: registered new interface driver hub
[ 0.238423] usbcore: registered new device driver usb
[ 0.239463] pps_core: LinuxPPS API ver. 1 registered
[ 0.239468] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.239487] PTP clock support registered
[ 0.239703] EDAC MC: Ver: 3.0.0
[ 0.241449] FPGA manager framework
[ 0.241582] Advanced Linux Sound Architecture Driver Initialized.
[ 0.242591] NetLabel: Initializing
[ 0.242595] NetLabel: domain hash size = 128
[ 0.242600] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.242674] NetLabel: unlabeled traffic allowed by default
[ 0.242994] vgaarb: loaded
[ 0.243400] clocksource: Switched to clocksource arch_sys_counter
[ 0.243745] VFS: Disk quotas dquot_6.6.0
[ 0.243790] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.244177] pnp: PnP ACPI: disabled
[ 0.254692] NET: Registered PF_INET protocol family
[ 0.255024] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.258605] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.258697] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.258716] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.258983] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.260282] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.260578] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.260769] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.260863] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.261155] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.261804] RPC: Registered named UNIX socket transport module.
[ 0.261810] RPC: Registered udp transport module.
[ 0.261814] RPC: Registered tcp transport module.
[ 0.261819] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.261833] PCI: CLS 0 bytes, default 64
[ 0.262445] Trying to unpack rootfs image as initramfs...
[ 0.268436] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.269184] kvm [1]: IPA Size Limit: 40 bits
[ 0.271999] kvm [1]: vgic interrupt IRQ9
[ 0.272140] kvm [1]: Hyp mode initialized successfully
[ 0.274894] Initialise system trusted keyrings
[ 0.275134] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.275252] zbud: loaded
[ 0.276666] NFS: Registering the id_resolver key type
[ 0.276691] Key type id_resolver registered
[ 0.276696] Key type id_legacy registered
[ 0.276745] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.276762] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.276793] ntfs3: Max link count 4000
[ 0.276798] ntfs3: Read-only LZX/Xpress compression included
[ 0.276973] SGI XFS with ACLs, security attributes, quota, no debug enabled
[ 0.321309] NET: Registered PF_ALG protocol family
[ 0.321348] xor: measuring software checksum speed
[ 0.326042] 8regs : 2108 MB/sec
[ 0.330732] 32regs : 2107 MB/sec
[ 0.336453] arm64_neon : 1724 MB/sec
[ 0.336462] xor: using function: 8regs (2108 MB/sec)
[ 0.336481] Key type asymmetric registered
[ 0.336488] Asymmetric key parser 'x509' registered
[ 0.336633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.336899] io scheduler mq-deadline registered
[ 0.336907] io scheduler kyber registered
[ 0.336989] io scheduler bfq registered
[ 0.364424] IPMI message handler: version 39.2
[ 0.402616] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.407290] msm_serial: driver initialized
[ 0.414977] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.430111] SPI driver max3421-hcd has no spi_device_id for maxim,max3421
[ 0.430368] usbcore: registered new interface driver uas
[ 0.430433] usbcore: registered new interface driver usb-storage
[ 0.430462] usbcore: registered new interface driver ums-alauda
[ 0.430489] usbcore: registered new interface driver ums-cypress
[ 0.430515] usbcore: registered new interface driver ums-datafab
[ 0.430541] usbcore: registered new interface driver ums_eneub6250
[ 0.430568] usbcore: registered new interface driver ums-freecom
[ 0.430608] usbcore: registered new interface driver ums-isd200
[ 0.430638] usbcore: registered new interface driver ums-jumpshot
[ 0.430665] usbcore: registered new interface driver ums-karma
[ 0.430692] usbcore: registered new interface driver ums-onetouch
[ 0.430718] usbcore: registered new interface driver ums-realtek
[ 0.430744] usbcore: registered new interface driver ums-sddr09
[ 0.430771] usbcore: registered new interface driver ums-sddr55
[ 0.430797] usbcore: registered new interface driver ums-usbat
[ 0.430904] usbcore: registered new interface driver usbserial_generic
[ 0.430942] usbserial: USB Serial support registered for generic
[ 0.433244] mousedev: PS/2 mouse device common for all mice
[ 0.440539] device-mapper: uevent: version 1.0.3
[ 0.440852] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised:make_clickable_callback(MAGIC_URL_EMAIL, ' ',make_clickable_callback(MAGIC_URL_EMAIL, ' ', ''dm-devel@redhat.com', '', '')', '', '')
[ 0.444269] sdhci: Secure Digital Host Controller Interface driver
[ 0.444284] sdhci: Copyright(c) Pierre Ossman
[ 0.445620] Synopsys Designware Multimedia Card Interface Driver
[ 0.447562] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.450921] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.453309] SMCCC: SOC_ID: ID = jep106:091e:1823 Revision = 0x00000002
[ 0.453955] hid: raw HID events driver (C) Jiri Kosina
[ 0.454050] usbcore: registered new interface driver usbhid
[ 0.454055] usbhid: USB HID core driver
[ 0.467258] Initializing XFRM netlink socket
[ 0.467471] NET: Registered PF_INET6 protocol family
[ 0.617615] Freeing initrd memory: 7384K
[ 0.659032] Segment Routing with IPv6
[ 0.659115] In-situ OAM (IOAM) with IPv6
[ 0.659210] mip6: Mobile IPv6
[ 0.659238] NET: Registered PF_PACKET protocol family
[ 0.659484] Key type dns_resolver registered
[ 0.673713] registered taskstats version 1
[ 0.673880] Loading compiled-in X.509 certificates
[ 0.675036] zswap: loaded using pool lzo/zbud
[ 0.687879] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 0.688272] Key type .fscrypt registered
[ 0.688278] Key type fscrypt-provisioning registered
[ 0.689742] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no
[ 0.690654] Key type encrypted registered
[ 1.152822] platform 1100000.mixer: Fixing up cyclic dependency with 6510000.tcon-top
[ 1.179609] sun6i-rtc 7000000.rtc: registered as rtc0
[ 1.179649] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-02T00:00:07 UTC (86407)
[ 1.179769] sun6i-rtc 7000000.rtc: RTC enabled
[ 1.182361] mv64xxx_i2c 7081400.i2c: can't get pinctrl, bus recovery not supported
[ 1.194232] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.204216] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver
[ 1.205472] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 1.205841] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver
[ 1.207507] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator
[ 1.208250] printk: console [ttyS0] disabled
[ 1.208330] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 284, base_baud = 1500000) is a 16550A
[ 1.208430] printk: console [ttyS0] enabled
[ 2.640654] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator
[ 2.667462] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pg not found, using dummy regulator
[ 2.682518] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator
[ 2.683674] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
[ 2.701749] ------------[ cut here ]------------
[ 2.706385] WARNING: CPU: 0 PID: 72 at drivers/reset/core.c:766 __reset_control_get_internal+0x68/0x1bc
[ 2.715792] Modules linked in:
[ 2.718853] CPU: 0 PID: 72 Comm: kworker/u8:2 Not tainted 6.2.1-1-aarch64-ARCH #1
[ 2.726331] Hardware name: OrangePi Zero3 (DT)
[ 2.730774] Workqueue: events_unbound async_run_entry_fn
[ 2.736092] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 2.743049] pc : __reset_control_get_internal+0x68/0x1bc
[ 2.748359] lr : __of_reset_control_get+0x170/0x1d4
[ 2.753235] sp : ffff80000adaba00
[ 2.756544] x29: ffff80000adaba00 x28: 0000000000000003 x27: ffff0000c19f6fb8
[ 2.763680] x26: 0000000000000001 x25: 0000000000000001 x24: 0000000000000001
[ 2.770815] x23: 0000000000000001 x22: ffff0000c02ecda8 x21: 0000000000000028
[ 2.777950] x20: ffff0000c02ecdc8 x19: ffff0000c2b4be00 x18: 0000000000000014
[ 2.785085] x17: 0000000073a1484a x16: 00000000010f1813 x15: 000000005d03817c
[ 2.792220] x14: 000000008c9f956c x13: 00000000589f21c7 x12: 000000008588edfc
[ 2.799356] x11: 000000000bf519ee x10: ffff84000beb035f x9 : 0000000000000028
[ 2.806491] x8 : 0101010101010101 x7 : 00000000736c6c65 x6 : 000000000080f2e5
[ 2.813626] x5 : ffff80000adabaa8 x4 : fffffbfffdcc0a5c x3 : 0000000000000001
[ 2.820761] x2 : 0000000000000028 x1 : 0000000000000028 x0 : 0000000000000000
[ 2.827897] Call trace:
[ 2.830341] __reset_control_get_internal+0x68/0x1bc
[ 2.835304] __of_reset_control_get+0x170/0x1d4
[ 2.839832] of_reset_control_array_get+0xac/0x240
[ 2.844623] devm_reset_control_array_get+0x5c/0xc0
[ 2.849499] ehci_platform_probe+0x110/0x4fc
[ 2.853772] platform_probe+0x68/0xc0
[ 2.857435] really_probe+0xc0/0x3e0
[ 2.861012] __driver_probe_device+0x7c/0x190
[ 2.865370] driver_probe_device+0x3c/0x110
[ 2.869554] __device_attach_driver+0xbc/0x160
[ 2.873998] bus_for_each_drv+0x78/0xd0
[ 2.877835] __device_attach_async_helper+0xac/0x104
[ 2.882798] async_run_entry_fn+0x38/0x170
[ 2.886894] process_one_work+0x1a4/0x304
[ 2.890904] worker_thread+0x6c/0x40c
[ 2.894564] kthread+0xe4/0xf0
[ 2.897622] ret_from_fork+0x10/0x20
[ 2.901200] ---[ end trace 0000000000000000 ]---
[ 2.905905] ehci-platform: probe of 5200000.usb failed with error -16
[ 2.906137] ehci-platform 5310000.usb: EHCI Host Controller
[ 2.912497] ------------[ cut here ]------------
[ 2.918320] ehci-platform 5310000.usb: new USB bus registered, assigned bus number 1
[ 2.922541] WARNING: CPU: 3 PID: 200 at drivers/reset/core.c:766 __reset_control_get_internal+0x68/0x1bc
[ 2.930431] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 2.935461] ehci-platform 5310000.usb: irq 288, io mem 0x05310000
[ 2.939743] Modules linked in:
[ 2.939752] CPU: 3 PID: 200 Comm: kworker/u8:5 Tainted: G W 6.2.1-1-aarch64-ARCH #1
[ 2.942421] ehci-platform 5310000.usb: USB 2.0 started, EHCI 1.00
[ 2.942694] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[ 2.942704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.942713] usb usb1: Product: EHCI Host Controller
[ 2.942719] usb usb1: Manufacturer: Linux 6.2.1-1-aarch64-ARCH ehci_hcd
[ 2.942726] usb usb1: SerialNumber: 5310000.usb
[ 2.943311] hub 1-0:1.0: USB hub found
[ 2.943348] hub 1-0:1.0: 1 port detected
[ 2.966408] mmc0: new high speed SDIO card at address 8800
[ 2.966845] Hardware name: OrangePi Zero3 (DT)
[ 3.021922] Workqueue: events_unbound async_run_entry_fn
[ 3.027237] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 3.034193] pc : __reset_control_get_internal+0x68/0x1bc
[ 3.039503] lr : __of_reset_control_get+0x170/0x1d4
[ 3.044378] sp : ffff80000b2e3a00
[ 3.047689] x29: ffff80000b2e3a00 x28: 0000000000000002 x27: ffff0000c2aa5f38
[ 3.054825] x26: 0000000000000001 x25: 0000000000000001 x24: 0000000000000001
[ 3.061959] x23: 0000000000000001 x22: ffff0000c02ecda8 x21: 0000000000000028
[ 3.069095] x20: ffff0000c02ecdc8 x19: ffff0000c2b4be00 x18: ffffffffffffffff
[ 3.076231] x17: ffff80000a7bc900 x16: ffff80000a7bc890 x15: ffffffffffffffff
[ 3.083367] x14: 0000000000000072 x13: 0000000000000072 x12: 0000000000000001
[ 3.090500] x11: 0000000000000000 x10: ffff84000beb035f x9 : 0000000000000028
[ 3.097636] x8 : 0101010101010101 x7 : 00000000736c6c65 x6 : 000000000080f2e5
[ 3.104770] x5 : 0000000000000000 x4 : ffff0000c0a58000 x3 : 0000000000000001
[ 3.111903] x2 : 0000000000000028 x1 : 0000000000000028 x0 : 0000000000000000
[ 3.119040] Call trace:
[ 3.121483] __reset_control_get_internal+0x68/0x1bc
[ 3.126446] __of_reset_control_get+0x170/0x1d4
[ 3.130974] of_reset_control_array_get+0xac/0x240
[ 3.135764] devm_reset_control_array_get+0x5c/0xc0
[ 3.140640] ohci_platform_probe+0x398/0x450
[ 3.144909] platform_probe+0x68/0xc0
[ 3.148572] really_probe+0xc0/0x3e0
[ 3.152151] __driver_probe_device+0x7c/0x190
[ 3.156509] driver_probe_device+0x3c/0x110
[ 3.160692] __device_attach_driver+0xbc/0x160
[ 3.165136] bus_for_each_drv+0x78/0xd0
[ 3.168973] __device_attach_async_helper+0xac/0x104
[ 3.173936] async_run_entry_fn+0x38/0x170
[ 3.178033] process_one_work+0x1a4/0x304
[ 3.182041] worker_thread+0x6c/0x40c
[ 3.185702] kthread+0xe4/0xf0
[ 3.188759] ret_from_fork+0x10/0x20
[ 3.192336] ---[ end trace 0000000000000000 ]---
[ 3.196997] ohci-platform: probe of 5200400.usb failed with error -16
[ 3.197079] ------------[ cut here ]------------
[ 3.197481] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests
[ 3.217254] WARNING: CPU: 1 PID: 202 at drivers/reset/core.c:766 __reset_control_get_internal+0x68/0x1bc
[ 3.226739] Modules linked in:
[ 3.229799] CPU: 1 PID: 202 Comm: kworker/u8:7 Tainted: G W 6.2.1-1-aarch64-ARCH #1
[ 3.238836] Hardware name: OrangePi Zero3 (DT)
[ 3.243275] Workqueue: events_unbound async_run_entry_fn
[ 3.248592] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 3.255548] pc : __reset_control_get_internal+0x68/0x1bc
[ 3.260858] lr : __of_reset_control_get+0x170/0x1d4
[ 3.265733] sp : ffff80000b8bba00
[ 3.269034] x29: ffff80000b8bba00 x28: 0000000000000002 x27: ffff0000c28e1a38
[ 3.276171] x26: 0000000000000001 x25: 0000000000000001 x24: 0000000000000001
[ 3.283305] x23: 0000000000000001 x22: ffff0000c02ecda8 x21: 0000000000000028
[ 3.290441] x20: ffff0000c02ecdc8 x19: ffff0000c2b4be00 x18: 0000000000000014
[ 3.297576] x17: 00000000c96db36f x16: 00000000ad587cbb x15: 0000000000000001
[ 3.304713] x14: 00000000000003e5 x13: 00000000000003e5 x12: ffff80000a46ea90
[ 3.311849] x11: 0000000000000001 x10: ffff84000beb035f x9 : 0000000000000028
[ 3.318985] x8 : 0101010101010101 x7 : 00000000736c6c65 x6 : 000000000080f2e5
[ 3.326120] x5 : 0000000000000000 x4 : ffff0000c0a5cc40 x3 : 0000000000000001
[ 3.333255] x2 : 0000000000000028 x1 : 0000000000000028 x0 : 0000000000000000
[ 3.340391] Call trace:
[ 3.342835] __reset_control_get_internal+0x68/0x1bc
[ 3.347799] __of_reset_control_get+0x170/0x1d4
[ 3.352328] of_reset_control_array_get+0xac/0x240
[ 3.357118] devm_reset_control_array_get+0x5c/0xc0
[ 3.361994] ohci_platform_probe+0x398/0x450
[ 3.366264] platform_probe+0x68/0xc0
[ 3.369927] really_probe+0xc0/0x3e0
[ 3.373506] __driver_probe_device+0x7c/0x190
[ 3.377864] driver_probe_device+0x3c/0x110
[ 3.382047] __device_attach_driver+0xbc/0x160
[ 3.386491] bus_for_each_drv+0x78/0xd0
[ 3.390328] __device_attach_async_helper+0xac/0x104
[ 3.395292] async_run_entry_fn+0x38/0x170
[ 3.399389] process_one_work+0x1a4/0x304
[ 3.403397] worker_thread+0x6c/0x40c
[ 3.407058] kthread+0xe4/0xf0
[ 3.410117] ret_from_fork+0x10/0x20
[ 3.413695] ---[ end trace 0000000000000000 ]---
[ 3.418496] ------------[ cut here ]------------
[ 3.423116] WARNING: CPU: 3 PID: 199 at drivers/reset/core.c:766 __reset_control_get_internal+0x68/0x1bc
[ 3.432592] Modules linked in:
[ 3.435645] CPU: 3 PID: 199 Comm: kworker/u8:4 Tainted: G W 6.2.1-1-aarch64-ARCH #1
[ 3.444681] Hardware name: OrangePi Zero3 (DT)
[ 3.449119] Workqueue: events_unbound async_run_entry_fn
[ 3.454431] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 3.461387] pc : __reset_control_get_internal+0x68/0x1bc
[ 3.466696] lr : __of_reset_control_get+0x170/0x1d4
[ 3.471571] sp : ffff80000b2cba00
[ 3.474880] x29: ffff80000b2cba00 x28: 0000000000000003 x27: ffff0000c2b61f38
[ 3.482016] x26: 0000000000000001 x25: 0000000000000001 x24: 0000000000000001
[ 3.489150] x23: 0000000000000001 x22: ffff0000c02ecda8 x21: 0000000000000028
[ 3.496285] x20: ffff0000c02ecdc8 x19: ffff0000c2b4be00 x18: ffffffffffffffff
[ 3.503421] x17: ffff80000a7bc900 x16: ffff80000a7bc890 x15: 0000000000000006
[ 3.510555] x14: 000000000000013e x13: 0000000000000140 x12: ffff80000a46ea90
[ 3.517689] x11: 0000000000000001 x10: ffff84000beb035f x9 : 0000000000000028
[ 3.524824] x8 : 0101010101010101 x7 : 00000000736c6c65 x6 : 000000000080f2e5
[ 3.531960] x5 : 0000000000000000 x4 : ffff0000c0a5db80 x3 : 0000000000000001
[ 3.539095] x2 : 0000000000000028 x1 : 0000000000000028 x0 : 0000000000000000
[ 3.546229] Call trace:
[ 3.548673] __reset_control_get_internal+0x68/0x1bc
[ 3.553636] __of_reset_control_get+0x170/0x1d4
[ 3.558163] of_reset_control_array_get+0xac/0x240
[ 3.562952] devm_reset_control_array_get+0x5c/0xc0
[ 3.567827] ehci_platform_probe+0x110/0x4fc
[ 3.572100] platform_probe+0x68/0xc0
[ 3.575761] really_probe+0xc0/0x3e0
[ 3.579339] __driver_probe_device+0x7c/0x190
[ 3.583696] driver_probe_device+0x3c/0x110
[ 3.587880] __device_attach_driver+0xbc/0x160
[ 3.592323] bus_for_each_drv+0x78/0xd0
[ 3.596160] __device_attach_async_helper+0xac/0x104
[ 3.601124] async_run_entry_fn+0x38/0x170
[ 3.605220] process_one_work+0x1a4/0x304
[ 3.609228] worker_thread+0x6c/0x40c
[ 3.612890] kthread+0xe4/0xf0
[ 3.615946] ret_from_fork+0x10/0x20
[ 3.619521] ---[ end trace 0000000000000000 ]---
[ 3.624174] ehci-platform: probe of 5311000.usb failed with error -16
[ 3.624203] ohci-platform: probe of 5311400.usb failed with error -16
[ 3.624334] ohci-platform 5310400.usb: Generic Platform OHCI controller
[ 3.624732] ohci-platform 5310400.usb: new USB bus registered, assigned bus number 2
[ 3.624905] ohci-platform 5310400.usb: irq 292, io mem 0x05310400
[ 3.631426] ALSA device list:
[ 3.660504] No soundcards found.
[ 3.680676] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.02
[ 3.688951] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.696181] usb usb2: Product: Generic Platform OHCI controller
[ 3.702106] usb usb2: Manufacturer: Linux 6.2.1-1-aarch64-ARCH ohci_hcd
[ 3.708723] usb usb2: SerialNumber: 5310400.usb
[ 3.713905] hub 2-0:1.0: USB hub found
[ 3.717702] hub 2-0:1.0: 1 port detected
[ 3.726700] Freeing unused kernel memory: 7552K
[ 3.731378] Run /init as init process
:: running early hook [udev]
Warning: /lib/modules/6.2.1-1-aarch64-ARCH/modules.devname not found - ignoring
Starting systemd-udevd version 253-1-arch
:: running hook [udev]
:: Triggering uevents...
:: running hook [keymap]
:: Loading keymap...kbd_mode: KDSKBMODE: Inappropriate ioctl for device
@done.
Waiting 10 seconds for device /dev/disk/by-partuuid/12e4fc9c-02 ...
[ 13.801092] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator
[ 13.801519] platform cpufreq-dt: deferred probe pending
[ 13.815069] platform 5010000.spi: deferred probe pending
ERROR: device 'PARTUUID=12e4fc9c-02' not found. Skipping fsck.
:: mounting 'PARTUUID=12e4fc9c-02' on real root
mount: /new_root: can't find PARTUUID=12e4fc9c-02.
You are now being dropped into an emergency shell.
sh: can't access tty; job control turned off
[rootfs ]#
[rootfs ]#
[rootfs ]# ls /dev/mmc*
ls: /dev/mmc*: No such file or directory
[rootfs ]#
[rootfs ]# ls /dev/sd*
ls: /dev/sd*: No such file or directory
[rootfs ]#
[rootfs ]#
[rootfs ]#
[/code]
jmarro
 
Posts: 3
Joined: Sun Feb 26, 2023 9:55 am

Return to ARMv8 Devices

Who is online

Users browsing this forum: No registered users and 7 guests