-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
OpenWrt built for ARCv2 HS from today's sources fail late on boot in QEMU:
qemu-system-arc -cpu archs -monitor none -display none -nographic -no-reboot -kernel ./bin/targets/archs38/generic-glibc/openwrt-archs38-generic-nsim_hs-initramfs.elf
[ 0.000000] Linux version 5.15.150 (abrodkin@SNPS-Ecl1TeCeXg) (arc-openwrt-linux-gnu-gcc (OpenWrt GCC 12.3.0 r25567-0dfc0495fc) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP PREEMPT Sat Mar 16 23:19:22 2024
[ 0.000000] Memory @ 80000000 [1024M]
[ 0.000000] Memory @ 100000000 [1024M] Not used
[ 0.000000] OF: fdt: Machine model: snps,zebu_hs
[ 0.000000] earlycon: uart8250 at MMIO32 0xf0000000 (options '115200n8')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] Failed to get possible-cpus from dtb, pretending all 4 cpus exist
[ 0.000000] archs-intc : 16 priority levels (default 1) FIRQ (not used)
[ 0.000000]
[ 0.000000] IDENTITY : ARCVER [0x54] ARCNUM [0x0] CHIPID [0xffff]
[ 0.000000] processor [0] : HS38 R3.10a (ARCv2 ISA)
[ 0.000000] Timers : Timer0 Timer1
[ 0.000000] ISA Extn : atomic ll64 unalign mpy[opt 9] div_rem
[ 0.000000] MMU [v4] : 8k PAGE, 2M Super Page (not used) , swalk 2 lvl, JTLB 1024 (256x4), uDTLB 8, uITLB 4, PAE40 (not used)
[ 0.000000] I-Cache : 64K, 4way/set, 64B Line, VIPT aliasing
[ 0.000000] D-Cache : 64K, 2way/set, 64B Line, PIPT
[ 0.000000] Peripherals : 0xc0000000
[ 0.000000] Vector Table : 0x90006000
[ 0.000000] FPU : SP DP
[ 0.000000] Extn [SMP] : ARConnect (v0): 0 cores with
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] percpu: Embedded 6 pages/cpu s17280 r8192 d23680 u49152
[ 0.000000] pcpu-alloc: s17280 r8192 d23680 u49152 alloc=6*8192
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130432
[ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 debug print-fatal-signals=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 6, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 5, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1025160K/1048576K available (5760K kernel code, 659K rwdata, 1480K rodata, 7672K init, 257K bss, 23416K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 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 10 jiffies.
[ 0.000000] NR_IRQS: 512
[ 0.000000] Local-64-bit-Ctr clocksource not detected
[ 0.000000] Failed to initialize '/rtc': -6
[ 0.000000] Failed to initialize '/timer1': -22
[ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
[ 0.000000] Calibrating delay loop... 1087.89 BogoMIPS (lpj=5439488)
[ 0.070000] pid_max: default: 32768 minimum: 301
[ 0.080000] Mount-cache hash table entries: 2048 (order: 0, 8192 bytes, linear)
[ 0.080000] Mountpoint-cache hash table entries: 2048 (order: 0, 8192 bytes, linear)
[ 0.080000] rcu: Hierarchical SRCU implementation.
[ 0.080000] smp: Bringing up secondary CPUs ...
[ 0.080000] Idle Task [1] (ptrval)
[ 0.080000] Trying to bring up CPU1 ...
[ 1.080000] Timeout: CPU1 FAILED to come up !!!
[ 1.080000] Idle Task [2] (ptrval)
[ 1.080000] Trying to bring up CPU2 ...
[ 2.080000] Timeout: CPU2 FAILED to come up !!!
[ 2.080000] Idle Task [3] (ptrval)
[ 2.080000] Trying to bring up CPU3 ...
[ 3.080000] Timeout: CPU3 FAILED to come up !!!
[ 3.080000] smp: Brought up 1 node, 1 CPU
[ 3.080000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 3.080000] futex hash table entries: 1024 (order: 4, 131072 bytes, linear)
[ 3.080000] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 3.080000] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 3.090000] SCSI subsystem initialized
[ 3.090000] pps_core: LinuxPPS API ver. 1 registered
[ 3.090000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 3.090000] PTP clock support registered
[ 3.090000] NET: Registered PF_INET protocol family
[ 3.090000] IP idents hash table entries: 16384 (order: 4, 131072 bytes, linear)
[ 3.090000] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 8192 bytes, linear)
[ 3.090000] Table-perturb hash table entries: 65536 (order: 5, 262144 bytes, linear)
[ 3.090000] TCP established hash table entries: 8192 (order: 2, 32768 bytes, linear)
[ 3.090000] TCP bind hash table entries: 8192 (order: 3, 65536 bytes, linear)
[ 3.100000] TCP: Hash tables configured (established 8192 bind 8192)
[ 3.100000] UDP hash table entries: 512 (order: 1, 16384 bytes, linear)
[ 3.100000] UDP-Lite hash table entries: 512 (order: 1, 16384 bytes, linear)
[ 3.100000] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 3.100000] RPC: Registered named UNIX socket transport module.
[ 3.100000] RPC: Registered udp transport module.
[ 3.100000] RPC: Registered tcp transport module.
[ 3.100000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.110000] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 3.110000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.110000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 3.110000] jitterentropy: Initialization failed with host not compliant with requirements: 2
[ 3.110000] simple-pm-bus fpga: use noncoherent DMA ops
[ 3.110000] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 3.110000] of_serial f0000000.serial: use noncoherent DMA ops
[ 3.110000] printk: console [ttyS0] disabled
[ 3.110000] f0000000.serial: ttyS0 at MMIO 0xf0000000 (irq = 24, base_baud = 3125000) is a 16550A
[ 3.110000] printk: console [ttyS0] enabled
[ 3.110000] printk: console [ttyS0] enabled
[ 3.110000] printk: bootconsole [uart8250] disabled
[ 3.110000] printk: bootconsole [uart8250] disabled
[ 3.130000] brd: module loaded
[ 3.130000] sdhci: Secure Digital Host Controller Interface driver
[ 3.130000] sdhci: Copyright(c) Pierre Ossman
[ 3.130000] Synopsys Designware Multimedia Card Interface Driver
[ 3.130000] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.130000] NET: Registered PF_INET6 protocol family
[ 3.140000] Segment Routing with IPv6
[ 3.140000] In-situ OAM (IOAM) with IPv6
[ 3.140000] NET: Registered PF_PACKET protocol family
[ 3.140000] 8021q: 802.1Q VLAN Support v1.8
[ 3.140000] Freeing unused kernel image (initmem) memory: 7672K
[ 3.140000] This architecture does not have kernel memory protection.
[ 3.140000] Run /init as init process
[ 3.140000] with arguments:
[ 3.140000] /init
[ 3.140000] with environment:
[ 3.140000] HOME=/
[ 3.140000] TERM=linux
[ 3.220000] init: Console is alive
[ 3.230000] kmodloader: failed to load the .modinfo section from /lib/modules/5.15.150/ath9k_common.ko
[ 3.230000] kmodloader: failed to load the .modinfo section from /lib/modules/5.15.150/ehci-fsl.ko
[ 3.230000] kmodloader: failed to load the .modinfo section from /lib/modules/5.15.150/ehci-platform.ko
[ 3.230000] kmodloader: failed to load the .modinfo section from /lib/modules/5.15.150/fsl-mph-dr-of.ko
[ 3.230000] potentially unexpected fatal signal 11.
[ 3.230000] Path: /sbin/kmodloader
[ 3.230000] CPU: 0 PID: 182 Comm: kmodloader Not tainted 5.15.150 #0
[ 3.230000] Invalid Read @ 0x641db063 by insn @ 0x200b62a8
[ 3.230000] @off 0x762a8 in [/lib/libc.so.6] VMA: 0x20040000 to 0x2014a000
[ 3.230000] ECR: 0x00050100 EFA: 0x641db063 ERET: 0x200b62a8
[ 3.230000] STAT: 0x802818c2 [IE U DE ] BTA: 0x200b629c
[ 3.230000] SP: 0x5fde7ac4 FP: 0x5fde7d50 BLK: 0x11fd0
[ 3.230000] LPS: 0x200b5818 LPE: 0x200b582a LPC: 0x00000000
[ 3.230000] r00: 0x00012ba1 r01: 0x641db063 r02: 0x0000002e
[ 3.230000] r03: 0x0000002c r04: 0x00000003 r05: 0x00000000
[ 3.230000] r06: 0x00000000 r07: 0x00000000 r08: 0x000000de
[ 3.230000] r09: 0x00000000 r10: 0x65f628fa r11: 0x00000000
[ 3.230000] r12: 0x00011120 r13: 0x2015a000 r14: 0x00018560
[ 3.230000] r15: 0x5fde7c60 r16: 0x00000003 r17: 0x2015bb98
[ 3.230000] r18: 0x5fde7c58 r19: 0x5fde7c5c r20: 0x00000002
[ 3.230000] r21: 0x2015bbe8 r22: 0x00000019 r23: 0x00000196
[ 3.230000] r24: 0x00000001 r25: 0x201564e0
[ 3.240000] init: - preinit -
QEMU is from today's master:
git l
76e0fa9053 - (HEAD -> qemu-arc, github-snps/master, github-snps/HEAD, master) Feature: Add FPUv2 instructions (5 months ago) <BrunoASMauricio>
e03e6a492e - Decoder: Remove DSP instructions from decoder (5 months ago) <BrunoASMauricio>
e3f0958ef9 - (github-snps/bruno_fpu) tests/tcg/arc64: add tests for {push,pop}dl_s (7 months ago) <Artemiy Volkov>
3fa3c2ceaa - target/arc: implement {push,pop}dl_s instructions (7 months ago) <Artemiy Volkov>
OpenWrt is from today's master as well:
git l
0dfc0495fc - (HEAD -> main, github-openwrt/master, github-openwrt/main, github-openwrt/HEAD) kirkwood: add support for Netgear Stora (MS2000/2110) NAS (14 hours ago) <Zoltan HERPAI>
afd5926e37 - hwmon: add TC654 fan-controller support (14 hours ago) <Zoltan HERPAI>
dea42f67ab - mac80211: fix a crash triggered by sta disconnect with per-sta VLANs (29 hours ago) <Felix Fietkau>
503d26fb24 - kernel: xt_FLOWOFFLOAD: fix use of uninitialized dir variable (30 hours ago) <Qingfang Deng>
fc9bde82f3 - mediatek: mt7622: simplify 02_network (30 hours ago) <Chukun Pan>
7d1145ecb9 - mediatek: fix build failure of mt7623/mt7629 using kernel 6.6 (30 hours ago) <Weijie Gao>
21eeb45420 - ds-lite: Add support for IPIP6(RFC2473) tunnel (32 hours ago) <Arayuki Mago>
Exactly the same image works in nSIM:
nsimdrv -prop=nsim_isa_family=av2hs -prop=nsim_isa_core=3 -prop=chipid=0xffff -prop=nsim_isa_atomic_option=1 -prop=nsim_isa_ll64_option=1 -prop=nsim_mmu=4 -prop=mmu_pagesize=8192 -prop=mmu_super_pagesize=2097152 -prop=mmu_stlb_entries=16 -prop=mmu_ntlb_ways=4 -prop=mmu_ntlb_sets=128 -prop=icache=32768,64,4,0 -prop=dcache=16384,64,2,0 -prop=nsim_isa_shift_option=2 -prop=nsim_isa_swap_option=1 -prop=nsim_isa_bitscan_option=1 -prop=nsim_isa_sat=1 -prop=nsim_isa_div_rem_option=1 -prop=nsim_isa_mpy_option=9 -prop=nsim_isa_enable_timer_0=1 -prop=nsim_isa_enable_timer_1=1 -prop=nsim_isa_number_of_interrupts=32 -prop=nsim_isa_number_of_external_interrupts=32 -prop=isa_counters=1 -prop=nsim_isa_pct_counters=8 -prop=nsim_isa_pct_size=48 -prop=nsim_isa_pct_interrupt=1 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24 -prop=nsim_isa_aps_feature=1 -prop=nsim_isa_num_actionpoints=4 -prop=nsim_isa_rtc_option=1 -prop=nsim_isa_fpud_option=1 bin/targets/archs38/generic-glibc/openwrt-archs38-generic-nsim_hs-initramfs.elf
Console now belongs to UART, hit CRTL-] to return to simulator.
[ 0.000000] Linux version 5.15.150 (abrodkin@SNPS-Ecl1TeCeXg) (arc-openwrt-linux-gnu-gcc (OpenWrt GCC 12.3.0 r25567-0dfc0495fc) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP PREEMPT Sat Mar 16 23:19:22 2024
[ 0.000000] Memory @ 80000000 [1024M]
[ 0.000000] Memory @ 100000000 [1024M] Not used
[ 0.000000] OF: fdt: Machine model: snps,zebu_hs
[ 0.000000] earlycon: uart8250 at MMIO32 0xf0000000 (options '115200n8')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] Failed to get possible-cpus from dtb, pretending all 4 cpus exist
[ 0.000000] archs-intc : 15 priority levels (default 1)
[ 0.000000]
[ 0.000000] IDENTITY : ARCVER [0x53] ARCNUM [0x0] CHIPID [0xffff]
[ 0.000000] processor [0] : HS38 R3.0 (ARCv2 ISA)
[ 0.000000] Timers : Timer0 Timer1 RTC [UP 64-bit]
[ 0.000000] ISA Extn : atomic ll64 unalign mpy[opt 9] div_rem
[ 0.000000] BPU : partial match, cache:2048, Predict Table:16384 Return stk: 8
[ 0.000000] MMU [v4] : 8k PAGE, 2M Super Page (not used) , swalk 2 lvl, JTLB 512 (128x4), uDTLB 8, uITLB 4
[ 0.000000] I-Cache : 32K, 4way/set, 64B Line, VIPT
[ 0.000000] D-Cache : 16K, 2way/set, 64B Line, PIPT
[ 0.000000] Peripherals : 0xc0000000
[ 0.000000] Vector Table : 0x90006000
[ 0.000000] FPU : SP DP
[ 0.000000] DEBUG : ActionPoint 4/full
[ 0.000000] Extn [SMP] : ARConnect (v0): 0 cores with
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] percpu: Embedded 6 pages/cpu s17280 r8192 d23680 u49152
[ 0.000000] pcpu-alloc: s17280 r8192 d23680 u49152 alloc=6*8192
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130432
[ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 debug print-fatal-signals=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 6, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 5, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1025160K/1048576K available (5760K kernel code, 659K rwdata, 1480K rodata, 7672K init, 257K bss, 23416K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 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 10 jiffies.
[ 0.000000] NR_IRQS: 512
[ 0.000000] Local-64-bit-Ctr not usable in SMP
[ 0.000000] Failed to initialize '/rtc': -22
[ 0.000000] Failed to initialize '/timer1': -22
[ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
[ 0.000000] Calibrating delay loop... 99.22 BogoMIPS (lpj=496128)
[ 0.090000] pid_max: default: 32768 minimum: 301
[ 0.090000] Mount-cache hash table entries: 2048 (order: 0, 8192 bytes, linear)
[ 0.090000] Mountpoint-cache hash table entries: 2048 (order: 0, 8192 bytes, linear)
[ 0.110000] rcu: Hierarchical SRCU implementation.
[ 0.110000] smp: Bringing up secondary CPUs ...
[ 0.120000] Idle Task [1] (ptrval)
[ 0.120000] Trying to bring up CPU1 ...
[ 1.120000] Timeout: CPU1 FAILED to come up !!!
[ 1.120000] Idle Task [2] (ptrval)
[ 1.120000] Trying to bring up CPU2 ...
[ 2.120000] Timeout: CPU2 FAILED to come up !!!
[ 2.120000] Idle Task [3] (ptrval)
[ 2.120000] Trying to bring up CPU3 ...
[ 3.120000] Timeout: CPU3 FAILED to come up !!!
[ 3.120000] smp: Brought up 1 node, 1 CPU
[ 3.130000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 3.130000] futex hash table entries: 1024 (order: 4, 131072 bytes, linear)
[ 3.140000] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 3.140000] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 3.220000] SCSI subsystem initialized
[ 3.220000] pps_core: LinuxPPS API ver. 1 registered
[ 3.220000] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 3.220000] PTP clock support registered
[ 3.240000] NET: Registered PF_INET protocol family
[ 3.240000] IP idents hash table entries: 16384 (order: 4, 131072 bytes, linear)
[ 3.260000] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 8192 bytes, linear)
[ 3.260000] Table-perturb hash table entries: 65536 (order: 5, 262144 bytes, linear)
[ 3.260000] TCP established hash table entries: 8192 (order: 2, 32768 bytes, linear)
[ 3.260000] TCP bind hash table entries: 8192 (order: 3, 65536 bytes, linear)
[ 3.270000] TCP: Hash tables configured (established 8192 bind 8192)
[ 3.270000] UDP hash table entries: 512 (order: 1, 16384 bytes, linear)
[ 3.270000] UDP-Lite hash table entries: 512 (order: 1, 16384 bytes, linear)
[ 3.270000] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 3.270000] RPC: Registered named UNIX socket transport module.
[ 3.270000] RPC: Registered udp transport module.
[ 3.270000] RPC: Registered tcp transport module.
[ 3.270000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.300000] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 3.400000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.420000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 3.440000] jitterentropy: Initialization failed with host not compliant with requirements: 2
[ 3.440000] simple-pm-bus fpga: use noncoherent DMA ops
[ 3.480000] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 3.480000] of_serial f0000000.serial: use noncoherent DMA ops
[ 3.490000] printk: console [ttyS0] disabled
[ 3.490000] f0000000.serial: ttyS0 at MMIO 0xf0000000 (irq = 24, base_baud = 3125000) is a 16550A
[ 3.490000] printk: console [ttyS0] enabled
[ 3.490000] printk: console [ttyS0] enabled
[ 3.490000] printk: bootconsole [uart8250] disabled
[ 3.490000] printk: bootconsole [uart8250] disabled
[ 3.620000] brd: module loaded
[ 3.650000] sdhci: Secure Digital Host Controller Interface driver
[ 3.650000] sdhci: Copyright(c) Pierre Ossman
[ 3.650000] Synopsys Designware Multimedia Card Interface Driver
[ 3.650000] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.670000] NET: Registered PF_INET6 protocol family
[ 3.680000] Segment Routing with IPv6
[ 3.680000] In-situ OAM (IOAM) with IPv6
[ 3.680000] NET: Registered PF_PACKET protocol family
[ 3.680000] 8021q: 802.1Q VLAN Support v1.8
[ 3.990000] Freeing unused kernel image (initmem) memory: 7672K
[ 3.990000] This architecture does not have kernel memory protection.
[ 3.990000] Run /init as init process
[ 3.990000] with arguments:
[ 3.990000] /init
[ 3.990000] with environment:
[ 3.990000] HOME=/
[ 3.990000] TERM=linux
[ 5.010000] init: Console is alive
[ 5.040000] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 5.080000] usbcore: registered new interface driver usbfs
[ 5.080000] usbcore: registered new interface driver hub
[ 5.080000] usbcore: registered new device driver usb
[ 5.090000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.090000] fsl-ehci: Freescale EHCI Host controller driver
[ 5.100000] ehci-platform: EHCI generic platform driver
[ 5.100000] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 5.120000] init: - preinit -
[ 255.050000] random: crng init done
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 258.270000] procd: - early -
[ 259.010000] procd: - ubus -
[ 259.070000] procd: - init -
Please press Enter to activate this console.
[ 263.100000] kmodloader: loading kernel modules from /etc/modules.d/*
[ 263.130000] Loading modules backported from Linux version v6.6.15-0-g51f354b815c4
[ 263.130000] Backport generated by backports.git 193becf2
[ 263.720000] usbcore: registered new interface driver ath9k_htc
[ 263.720000] kmodloader: done loading kernel modules from /etc/modules.d/*
BusyBox v1.36.1 (2024-03-16 23:19:22 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r25567-0dfc0495fc
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@(none):/#
Metadata
Metadata
Assignees
Labels
No labels