Debian install on RN104 Help March 09, 2025 07:22AM |
Registered: 5 days ago Posts: 7 |
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage' Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' Marvell>> setenv fdt_skip_update yes
Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5084347 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5257173 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.12.6-mvebu-370xp-tld-1 Created: 2025-03-09 9:45:13 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5084283 Bytes = 4.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.6.2-mvebu-tld-1 Created: 2023-12-12 22:03:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5257109 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.12.6-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 PREEMPT Sun Dec 22 16:34:11 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104 [ 0.000000][ T0] printk: legacy bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] HighMem empty [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] CPU: All CPU(s) started in SVC mode. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104 [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn104", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 131072 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302 [ 0.000000][ T0] Aurora cache controller enabled, 4 ways, 256 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 53ns [ 0.000001][ T0] sched_clock: 32 bits at 19MHz, resolution 53ns, wraps every 114537122277ns [ 0.007901][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns [ 0.019196][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.028199][ T0] Console: colour dummy device 80x30 [ 0.033013][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492) [ 0.043120][ T0] CPU: Testing write buffer coherency: ok [ 0.048263][ T0] pid_max: default: 32768 minimum: 301 [ 0.057047][ T0] LSM: initializing lsm=capability [ 0.062546][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.069885][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089866][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.096548][ T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1 [ 0.102072][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.108601][ T1] rcu: Hierarchical SRCU implementation. [ 0.113621][ T1] rcu: Max phase no-delay instances is 1000. [ 0.120169][ T1] Memory: 493936K/524288K available (10240K kernel code, 837K rwdata, 3504K rodata, 1024K init, 333K bss, 29136K reserved, 0K cma-reserved, 0K highmem) [ 0.135232][ T1] devtmpfs: initialized [ 0.145539][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.153717][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.163374][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.173942][ T1] prandom: seed boundary self test passed [ 0.181565][ T1] prandom: 100 self tests passed [ 0.185944][ T1] pinctrl core: initialized pinctrl subsystem [ 0.193899][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.201261][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.209064][ T1] audit: initializing netlink subsys (disabled) [ 0.215002][ T22] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 [ 0.223659][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.223767][ T1] cpuidle: using governor ladder [ 0.234324][ T1] cpuidle: using governor menu [ 0.238800][ T1] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.244877][ T1] mvebu-pmsu: CPU idle is currently broken: disabling [ 0.255188][ T1] /soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.448657][ T1] raid6: int32x8 gen() 211 MB/s [ 0.618688][ T1] raid6: int32x4 gen() 232 MB/s [ 0.788616][ T1] raid6: int32x2 gen() 360 MB/s [ 0.958604][ T1] raid6: int32x1 gen() 380 MB/s [ 0.963145][ T1] raid6: using algorithm int32x1 gen() 380 MB/s [ 1.138650][ T1] raid6: .... xor() 182 MB/s, rmw enabled [ 1.143745][ T1] raid6: using intx1 recovery algorithm [ 1.150362][ T1] SCSI subsystem initialized [ 1.155178][ T1] usbcore: registered new interface driver usbfs [ 1.160918][ T1] usbcore: registered new interface driver hub [ 1.166498][ T1] usbcore: registered new device driver usb [ 1.172190][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.177366][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.186381][ T1] PTP clock support registered [ 1.193207][ T1] vgaarb: loaded [ 1.197087][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.208759][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.213202][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.235788][ T1] NET: Registered PF_INET protocol family [ 1.241270][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.250161][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.258947][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.267367][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.275149][ T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 1.282378][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 1.289279][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.296668][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.303316][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.310927][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.317784][ T1] RPC: Registered named UNIX socket transport module. [ 1.323844][ T1] RPC: Registered udp transport module. [ 1.328846][ T1] RPC: Registered tcp transport module. [ 1.333781][ T1] RPC: Registered tcp-with-tls transport module. [ 1.339438][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.345972][ T1] PCI: CLS 0 bytes, default 64 [ 1.350638][ T13] Trying to unpack rootfs image as initramfs... [ 1.379275][ T1] Initialise system trusted keyrings [ 1.384049][ T1] Key type blacklist registered [ 1.397518][ T1] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 1.404118][ T1] zbud: loaded [ 1.438883][ T1] NFS: Registering the id_resolver key type [ 1.444194][ T1] Key type id_resolver registered [ 1.457184][ T1] Key type id_legacy registered [ 1.461681][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.487260][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.785333][ T1] xor: measuring software checksum speed [ 1.810227][ T1] arm4regs : 1136 MB/sec [ 1.827156][ T1] 8regs : 944 MB/sec [ 1.834782][ T1] 32regs : 1103 MB/sec [ 1.849930][ T13] Freeing initrd memory: 5136K [ 1.854259][ T1] xor: using function: arm4regs (1136 MB/sec) [ 1.860523][ T1] async_tx: api initialized (async) [ 1.865175][ T1] Key type asymmetric registered [ 1.869635][ T1] Asymmetric key parser 'x509' registered [ 1.875381][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.883163][ T1] io scheduler bfq registered [ 1.891603][ T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.905689][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.915671][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.924890][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.935068][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.944083][ T1] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.968150][ T1] ledtrig-cpu: registered to indicate activity on CPUs [ 1.974623][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.988824][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.997520][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 2.005970][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.015005][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.023976][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.032932][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.043125][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.049996][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.055656][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.065720][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.075695][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.082656][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 2.089230][ T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.096569][ T1] pci 0000:00:01.0: PCI bridge to [bus 00] [ 2.101781][ T1] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 2.108046][ T1] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 2.115982][ T1] /soc/pcie@82000000/pcie@1,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@1,0/interrupt-controller [ 2.126735][ T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.134126][ T1] pci 0000:00:02.0: PCI bridge to [bus 00] [ 2.139379][ T1] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff] [ 2.145588][ T1] pci 0000:00:02.0: bridge window [mem 0x00000000-0x000fffff] [ 2.153477][ T1] /soc/pcie@82000000/pcie@2,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@2,0/interrupt-controller [ 2.165178][ T1] PCI: bus0: Fast back to back transfers disabled [ 2.171010][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.179047][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.187659][ T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330 PCIe Endpoint [ 2.194920][ T1] pci 0000:01:00.0: BAR 0 [mem 0x40000000-0x4000ffff 64bit] [ 2.201540][ T1] pci 0000:01:00.0: BAR 2 [mem 0x40010000-0x40010fff 64bit] [ 2.208116][ T1] pci 0000:01:00.0: BAR 4 [mem 0x40011000-0x40011fff 64bit] [ 2.214729][ T1] pci 0000:01:00.0: supports D1 [ 2.219063][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.226210][ T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.247185][ T1] PCI: bus1: Fast back to back transfers disabled [ 2.252932][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.260179][ T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint [ 2.268055][ T1] pci 0000:02:00.0: BAR 0 [io 0xfffffff8-0xffffffff] [ 2.274112][ T1] pci 0000:02:00.0: BAR 1 [io 0xfffffffc-0xffffffff] [ 2.280234][ T1] pci 0000:02:00.0: BAR 2 [io 0xfffffff8-0xffffffff] [ 2.286289][ T1] pci 0000:02:00.0: BAR 3 [io 0xfffffffc-0xffffffff] [ 2.292372][ T1] pci 0000:02:00.0: BAR 4 [io 0xffffffe0-0xffffffff] [ 2.298464][ T1] pci 0000:02:00.0: BAR 5 [mem 0x42000000-0x420007ff] [ 2.304518][ T1] pci 0000:02:00.0: ROM [mem 0xd0000000-0xd000ffff pref] [ 2.310927][ T1] pci 0000:02:00.0: Enabling fixed DMA alias to 00.1 [ 2.316952][ T1] pci 0000:02:00.0: PME# supported from D3hot [ 2.323077][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.347182][ T1] PCI: bus2: Fast back to back transfers disabled [ 2.352928][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.359698][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff]: assigned [ 2.367217][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff]: assigned [ 2.374693][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff]: assigned [ 2.381735][ T1] pci 0000:01:00.0: BAR 0 [mem 0xf8000000-0xf800ffff 64bit]: assigned [ 2.389117][ T1] pci 0000:01:00.0: BAR 2 [mem 0xf8010000-0xf8010fff 64bit]: assigned [ 2.396442][ T1] pci 0000:01:00.0: BAR 4 [mem 0xf8011000-0xf8011fff 64bit]: assigned [ 2.403782][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.408975][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff] [ 2.415891][ T1] pci 0000:02:00.0: ROM [mem 0xf8100000-0xf810ffff pref]: assigned [ 2.422996][ T1] pci 0000:02:00.0: BAR 5 [mem 0xf8110000-0xf81107ff]: assigned [ 2.429853][ T1] pci 0000:02:00.0: BAR 4 [io 0x10000-0x1001f]: assigned [ 2.436220][ T1] pci 0000:02:00.0: BAR 0 [io 0x10020-0x10027]: assigned [ 2.442599][ T1] pci 0000:02:00.0: BAR 2 [io 0x10028-0x1002f]: assigned [ 2.448978][ T1] pci 0000:02:00.0: BAR 1 [io 0x10030-0x10033]: assigned [ 2.455344][ T1] pci 0000:02:00.0: BAR 3 [io 0x10034-0x10037]: assigned [ 2.461767][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.466944][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 2.473331][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff] [ 2.480192][ T1] pci_bus 0000:00: resource 4 [mem 0xd0040000-0xd0041fff] [ 2.486555][ T1] pci_bus 0000:00: resource 5 [mem 0xd0080000-0xd0081fff] [ 2.492929][ T1] pci_bus 0000:00: resource 6 [mem 0xf8000000-0xffdfffff] [ 2.499337][ T1] pci_bus 0000:00: resource 7 [io 0x1000-0xeffff] [ 2.505149][ T1] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xf80fffff] [ 2.511526][ T1] pci_bus 0000:02: resource 0 [io 0x10000-0x10fff] [ 2.517425][ T1] pci_bus 0000:02: resource 1 [mem 0xf8100000-0xf81fffff] [ 2.523991][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.530394][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.539175][ T1] mv_xor d0060800.xor: Marvell shared XOR driver [ 2.588822][ T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.600310][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 2.648832][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.878912][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.893979][ T1] printk: legacy console [ttyS0] disabled [ 2.921828][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 30, base_baud = 12500000) is a 16550A [ 2.931000][ T1] printk: legacy console [ttyS0] enabled [ 2.931000][ T1] printk: legacy console [ttyS0] enabled [ 2.941279][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.941279][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.981833][ T1] ahci 0000:02:00.0: enabling device (0146 -> 0147) [ 2.998422][ T1] ahci 0000:02:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode [ 3.006462][ T1] ahci 0000:02:00.0: 4/4 ports implemented (port mask 0xf) [ 3.013104][ T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 3.028309][ T1] scsi host0: ahci [ 3.033397][ T1] scsi host1: ahci [ 3.038323][ T1] scsi host2: ahci [ 3.043274][ T1] scsi host3: ahci [ 3.047781][ T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 32 lpm-pol 0 [ 3.056066][ T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 32 lpm-pol 0 [ 3.064453][ T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 32 lpm-pol 0 [ 3.072829][ T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 32 lpm-pol 0 [ 3.083874][ T1] sata_mv d00a0000.sata: slots 32 ports 1 [ 3.092114][ T1] scsi host4: sata_mv [ 3.096464][ T1] ata5: SATA max UDMA/133 irq 33 lpm-pol 0 [ 3.104581][ T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1 [ 3.111259][ T1] nand: Micron MT29F1G08ABADAWP [ 3.115606][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 3.123787][ T1] Bad block table found at page 65472, version 0x01 [ 3.130127][ T1] Bad block table found at page 65408, version 0x01 [ 3.136286][ T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0 [ 3.143010][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 3.148661][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 3.155404][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 3.162629][ T1] 0x000000200000-0x000000800000 : "uImage" [ 3.169383][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 3.176288][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 3.186261][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 3.194301][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 3.253575][ T1] usbcore: registered new interface driver smsc75xx [ 3.260460][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 3.266127][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 3.274410][ T1] orion-ehci d0050000.usb: irq 35, io mem 0xd0050000 [ 3.297171][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 3.303662][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.312114][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.319498][ T1] usb usb1: Product: EHCI Host Controller [ 3.324701][ T1] usb usb1: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 ehci_hcd [ 3.331831][ T1] usb usb1: SerialNumber: d0050000.usb [ 3.338341][ T1] hub 1-0:1.0: USB hub found [ 3.342656][ T1] hub 1-0:1.0: 1 port detected [ 3.349204][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.354814][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 3.363211][ T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 3.373607][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.379604][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3 [ 3.387221][ T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 3.393981][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.402432][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.409823][ T1] usb usb2: Product: xHCI Host Controller [ 3.415029][ T1] usb usb2: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.422129][ T724] ata5: SATA link down (SStatus 0 SControl F300) [ 3.427854][ T1] usb usb2: SerialNumber: 0000:01:00.0 [ 3.434208][ T1] hub 2-0:1.0: USB hub found [ 3.438472][ T1] hub 2-0:1.0: 2 ports detected [ 3.444067][ T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.452453][ T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 3.460797][ T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.468331][ T1] usb usb3: Product: xHCI Host Controller [ 3.473482][ T1] usb usb3: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.480595][ T1] usb usb3: SerialNumber: 0000:01:00.0 [ 3.486859][ T1] hub 3-0:1.0: USB hub found [ 3.491789][ T1] hub 3-0:1.0: 2 ports detected [ 3.499076][ T1] usbcore: registered new interface driver usblp [ 3.505126][ T1] usbcore: registered new interface driver usb-storage [ 3.512967][ T1] mousedev: PS/2 mouse device common for all mice [ 3.521551][ T1] i2c_dev: i2c /dev entries driver [ 3.531445][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 3.544759][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 3.551826][ T1] rtc-ds1307 0-0068: setting system clock to 2025-03-09T09:50:10 UTC (1741513810) [ 3.562124][ T1] pca953x 0-0023: supply vcc not found, using dummy regulator [ 3.569034][ T709] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.575435][ T703] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.582721][ T1] pca953x 0-0023: using no AI [ 3.587142][ T699] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.593603][ T694] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.600851][ T703] ata3.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.607826][ T699] ata2.00: ATA-9: WDC WD10EFRX-68FYTN0, 82.00A82, max UDMA/133 [ 3.614914][ T709] ata4.00: ATA-8: WDC WD10EFRX-68JCSN0, 01.01A01, max UDMA/133 [ 3.621839][ T8] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 3.632586][ T694] ata1.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.639667][ T703] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.646714][ T699] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.655848][ T1] orion_wdt: Initial timeout 229 sec [ 3.662395][ T694] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.670781][ T1] device-mapper: uevent: version 1.0.3 [ 3.676646][ T709] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.684110][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev [ 3.693655][ T703] ata3.00: configured for UDMA/133 [ 3.698562][ T699] ata2.00: configured for UDMA/133 [ 3.703198][ T709] ata4.00: configured for UDMA/133 [ 3.708533][ T694] ata1.00: configured for UDMA/133 [ 3.713762][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 3.720522][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 3.728074][ T38] scsi 0:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.737660][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 3.744607][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 3.752728][ T38] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.761024][ T13] scsi 1:0:0:0: Direct-Access ATA WDC WD10EFRX-68F 0A82 PQ: 0 ANSI: 5 [ 3.772205][ T1] sdhci: Secure Digital Host Controller Interface driver [ 3.780690][ T715] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.789592][ T38] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.795168][ T38] sd 0:0:0:0: [sda] Write Protect is off [ 3.801274][ T11] scsi 2:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.810269][ T715] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.815907][ T1] sdhci: Copyright(c) Pierre Ossman [ 3.821526][ T715] sd 1:0:0:0: [sdb] Write Protect is off [ 3.826640][ T8] usb 1-1: New USB device found, idVendor=0bc2, idProduct=ab26, bcdDevice= 1.08 [ 3.836149][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.843494][ T796] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.852419][ T714] scsi 3:0:0:0: Direct-Access ATA WDC WD10EFRX-68J 1A01 PQ: 0 ANSI: 5 [ 3.860955][ T38] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.870727][ T8] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.878197][ T715] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.887962][ T796] sd 2:0:0:0: [sdc] 4096-byte physical blocks [ 3.893528][ T796] sd 2:0:0:0: [sdc] Write Protect is off [ 3.900868][ T11] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.909323][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 3.916984][ T38] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 3.923974][ T8] usb 1-1: Product: BUP Slim [ 3.928507][ T715] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes [ 3.935393][ T8] usb 1-1: Manufacturer: Seagate [ 3.940162][ T1] hid: raw HID events driver (C) Jiri Kosina [ 3.946594][ T11] sd 3:0:0:0: [sdd] 4096-byte physical blocks [ 3.953927][ T796] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.963140][ T8] usb 1-1: SerialNumber: 00000000 [ 3.969077][ T11] sd 3:0:0:0: [sdd] Write Protect is off [ 3.974244][ T11] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.983588][ T1] usbcore: registered new interface driver usbhid [ 3.993195][ T796] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes [ 4.000708][ T1] usbhid: USB HID core driver [ 4.006499][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 (8000003f) counters available [ 4.019150][ T11] sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes [ 4.028210][ T1] NET: Registered PF_INET6 protocol family [ 4.037002][ T1] Segment Routing with IPv6 [ 4.041233][ T1] RPL Segment Routing with IPv6 [ 4.046549][ T38] sda: sda1 sda2 sda3 [ 4.052543][ T38] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.058918][ T715] sdb: sdb1 sdb2 sdb3 [ 4.063049][ T1] In-situ OAM (IOAM) with IPv6 [ 4.069407][ T715] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.076108][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.085421][ T1] NET: Registered PF_PACKET protocol family [ 4.091675][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 4.096291][ T1] Key type dns_resolver registered [ 4.101825][ T796] sdc: sdc1 sdc2 sdc3 [ 4.107771][ T796] sd 2:0:0:0: [sdc] Attached SCSI disk [ 4.113159][ T1] ThumbEE CPU extension supported. [ 4.118790][ T1] Registering SWP/SWPB emulation handler [ 4.119075][ T11] sdd: sdd1 sdd2 sdd3 [ 4.159484][ T11] sd 3:0:0:0: [sdd] Attached SCSI disk [ 4.210085][ T1] registered taskstats version 1 [ 4.214753][ T1] Loading compiled-in X.509 certificates [ 4.244609][ T1] Key type .fscrypt registered [ 4.248943][ T1] Key type fscrypt-provisioning registered [ 4.254293][ T1] Key type big_key registered [ 4.412932][ T1] Key type encrypted registered [ 4.439777][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.451984][ T1] clk: Disabling unused clocks [ 4.456291][ T1] PM: genpd: Disabling unused power domains [ 4.464527][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 4.472996][ T1] Checked W+X mappings: passed, no W+X pages found [ 4.479173][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. [ 26.707186][ C0] random: crng init done Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. Begin: Running /scripts/local-block ... done. done. Gave up waiting for root file system device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Missing modules (cat /proc/modules; ls /dev) ALERT! LABEL=rootfs does not exist. Dropping to a shell! BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs)
Re: Debian install on RN104 Help March 10, 2025 12:07AM |
Admin Registered: 14 years ago Posts: 19,413 |
Re: Debian install on RN104 Help March 11, 2025 01:43PM |
Registered: 5 days ago Posts: 7 |
Re: Debian install on RN104 Help March 11, 2025 04:06PM |
Registered: 5 days ago Posts: 7 |
Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5084347 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5257173 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.12.6-mvebu-370xp-tld-1 Created: 2025-03-11 18:02:47 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5084283 Bytes = 4.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.6.2-mvebu-tld-1 Created: 2023-12-12 22:03:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5257109 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.12.6-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 PREEMPT Sun Dec 22 16:34:11 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104 [ 0.000000][ T0] printk: legacy bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] HighMem empty [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] CPU: All CPU(s) started in SVC mode. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104 [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn104", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 131072 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302 [ 0.000000][ T0] Aurora cache controller enabled, 4 ways, 256 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 53ns [ 0.000001][ T0] sched_clock: 32 bits at 19MHz, resolution 53ns, wraps every 114537122277ns [ 0.007901][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns [ 0.019195][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.028197][ T0] Console: colour dummy device 80x30 [ 0.033009][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492) [ 0.043115][ T0] CPU: Testing write buffer coherency: ok [ 0.048260][ T0] pid_max: default: 32768 minimum: 301 [ 0.057065][ T0] LSM: initializing lsm=capability [ 0.062569][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.069908][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.089870][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.096554][ T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1 [ 0.102077][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.108609][ T1] rcu: Hierarchical SRCU implementation. [ 0.113629][ T1] rcu: Max phase no-delay instances is 1000. [ 0.120187][ T1] Memory: 493936K/524288K available (10240K kernel code, 837K rwdata, 3504K rodata, 1024K init, 333K bss, 29136K reserved, 0K cma-reserved, 0K highmem) [ 0.135258][ T1] devtmpfs: initialized [ 0.145576][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.153745][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.163402][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.173970][ T1] prandom: seed boundary self test passed [ 0.181592][ T1] prandom: 100 self tests passed [ 0.185973][ T1] pinctrl core: initialized pinctrl subsystem [ 0.193924][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.201317][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.209115][ T1] audit: initializing netlink subsys (disabled) [ 0.215051][ T22] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 [ 0.223713][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.223821][ T1] cpuidle: using governor ladder [ 0.234377][ T1] cpuidle: using governor menu [ 0.238855][ T1] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.244932][ T1] mvebu-pmsu: CPU idle is currently broken: disabling [ 0.255254][ T1] /soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.448667][ T1] raid6: int32x8 gen() 211 MB/s [ 0.618688][ T1] raid6: int32x4 gen() 232 MB/s [ 0.788614][ T1] raid6: int32x2 gen() 360 MB/s [ 0.958596][ T1] raid6: int32x1 gen() 388 MB/s [ 0.963138][ T1] raid6: using algorithm int32x1 gen() 388 MB/s [ 1.138646][ T1] raid6: .... xor() 182 MB/s, rmw enabled [ 1.143741][ T1] raid6: using intx1 recovery algorithm [ 1.150357][ T1] SCSI subsystem initialized [ 1.155176][ T1] usbcore: registered new interface driver usbfs [ 1.160917][ T1] usbcore: registered new interface driver hub [ 1.166497][ T1] usbcore: registered new device driver usb [ 1.172190][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.177364][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.186390][ T1] PTP clock support registered [ 1.193225][ T1] vgaarb: loaded [ 1.197109][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.208800][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.213243][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.235828][ T1] NET: Registered PF_INET protocol family [ 1.241311][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.250221][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.259004][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.267429][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.275211][ T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 1.282451][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 1.289357][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.296745][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.303396][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.311010][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.317874][ T1] RPC: Registered named UNIX socket transport module. [ 1.323932][ T1] RPC: Registered udp transport module. [ 1.328936][ T1] RPC: Registered tcp transport module. [ 1.333872][ T1] RPC: Registered tcp-with-tls transport module. [ 1.339530][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.346063][ T1] PCI: CLS 0 bytes, default 64 [ 1.350727][ T13] Trying to unpack rootfs image as initramfs... [ 1.379296][ T1] Initialise system trusted keyrings [ 1.384086][ T1] Key type blacklist registered [ 1.397676][ T1] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 1.404275][ T1] zbud: loaded [ 1.438902][ T1] NFS: Registering the id_resolver key type [ 1.444216][ T1] Key type id_resolver registered [ 1.457198][ T1] Key type id_legacy registered [ 1.461694][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.487286][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.786227][ T1] xor: measuring software checksum speed [ 1.810381][ T1] arm4regs : 1136 MB/sec [ 1.827177][ T1] 8regs : 944 MB/sec [ 1.834801][ T1] 32regs : 1103 MB/sec [ 1.850991][ T13] Freeing initrd memory: 5136K [ 1.855955][ T1] xor: using function: arm4regs (1136 MB/sec) [ 1.861678][ T1] async_tx: api initialized (async) [ 1.866325][ T1] Key type asymmetric registered [ 1.870768][ T1] Asymmetric key parser 'x509' registered [ 1.876505][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.884461][ T1] io scheduler bfq registered [ 1.894256][ T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.903989][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.916429][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.925680][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.935652][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.944828][ T1] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.968169][ T1] ledtrig-cpu: registered to indicate activity on CPUs [ 1.974639][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.989854][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.998541][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 2.006990][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.015998][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 2.025036][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.033993][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.044185][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.051057][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.056717][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.066786][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.076762][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.083724][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 2.090292][ T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.097663][ T1] pci 0000:00:01.0: PCI bridge to [bus 00] [ 2.102844][ T1] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff] [ 2.109108][ T1] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff] [ 2.117049][ T1] /soc/pcie@82000000/pcie@1,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@1,0/interrupt-controller [ 2.127820][ T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400 PCIe Root Port [ 2.135157][ T1] pci 0000:00:02.0: PCI bridge to [bus 00] [ 2.140387][ T1] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff] [ 2.146595][ T1] pci 0000:00:02.0: bridge window [mem 0x00000000-0x000fffff] [ 2.154491][ T1] /soc/pcie@82000000/pcie@2,0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@2,0/interrupt-controller [ 2.166183][ T1] PCI: bus0: Fast back to back transfers disabled [ 2.172021][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.180060][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.188672][ T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330 PCIe Endpoint [ 2.195935][ T1] pci 0000:01:00.0: BAR 0 [mem 0x40000000-0x4000ffff 64bit] [ 2.202555][ T1] pci 0000:01:00.0: BAR 2 [mem 0x40010000-0x40010fff 64bit] [ 2.209131][ T1] pci 0000:01:00.0: BAR 4 [mem 0x40011000-0x40011fff 64bit] [ 2.215743][ T1] pci 0000:01:00.0: supports D1 [ 2.220077][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.227295][ T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.247206][ T1] PCI: bus1: Fast back to back transfers disabled [ 2.252951][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.260200][ T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint [ 2.268091][ T1] pci 0000:02:00.0: BAR 0 [io 0xfffffff8-0xffffffff] [ 2.274150][ T1] pci 0000:02:00.0: BAR 1 [io 0xfffffffc-0xffffffff] [ 2.280276][ T1] pci 0000:02:00.0: BAR 2 [io 0xfffffff8-0xffffffff] [ 2.286332][ T1] pci 0000:02:00.0: BAR 3 [io 0xfffffffc-0xffffffff] [ 2.292440][ T1] pci 0000:02:00.0: BAR 4 [io 0xffffffe0-0xffffffff] [ 2.298536][ T1] pci 0000:02:00.0: BAR 5 [mem 0x42000000-0x420007ff] [ 2.304590][ T1] pci 0000:02:00.0: ROM [mem 0xd0000000-0xd000ffff pref] [ 2.310979][ T1] pci 0000:02:00.0: Enabling fixed DMA alias to 00.1 [ 2.317003][ T1] pci 0000:02:00.0: PME# supported from D3hot [ 2.323129][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 2.347206][ T1] PCI: bus2: Fast back to back transfers disabled [ 2.352951][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.359723][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff]: assigned [ 2.367241][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff]: assigned [ 2.374717][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff]: assigned [ 2.381759][ T1] pci 0000:01:00.0: BAR 0 [mem 0xf8000000-0xf800ffff 64bit]: assigned [ 2.389143][ T1] pci 0000:01:00.0: BAR 2 [mem 0xf8010000-0xf8010fff 64bit]: assigned [ 2.396470][ T1] pci 0000:01:00.0: BAR 4 [mem 0xf8011000-0xf8011fff 64bit]: assigned [ 2.403809][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.409003][ T1] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xf80fffff] [ 2.415922][ T1] pci 0000:02:00.0: ROM [mem 0xf8100000-0xf810ffff pref]: assigned [ 2.423021][ T1] pci 0000:02:00.0: BAR 5 [mem 0xf8110000-0xf81107ff]: assigned [ 2.429878][ T1] pci 0000:02:00.0: BAR 4 [io 0x10000-0x1001f]: assigned [ 2.436244][ T1] pci 0000:02:00.0: BAR 0 [io 0x10020-0x10027]: assigned [ 2.442626][ T1] pci 0000:02:00.0: BAR 2 [io 0x10028-0x1002f]: assigned [ 2.449006][ T1] pci 0000:02:00.0: BAR 1 [io 0x10030-0x10033]: assigned [ 2.455372][ T1] pci 0000:02:00.0: BAR 3 [io 0x10034-0x10037]: assigned [ 2.461800][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.466975][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 2.473361][ T1] pci 0000:00:02.0: bridge window [mem 0xf8100000-0xf81fffff] [ 2.480222][ T1] pci_bus 0000:00: resource 4 [mem 0xd0040000-0xd0041fff] [ 2.486586][ T1] pci_bus 0000:00: resource 5 [mem 0xd0080000-0xd0081fff] [ 2.492963][ T1] pci_bus 0000:00: resource 6 [mem 0xf8000000-0xffdfffff] [ 2.499373][ T1] pci_bus 0000:00: resource 7 [io 0x1000-0xeffff] [ 2.505184][ T1] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xf80fffff] [ 2.511561][ T1] pci_bus 0000:02: resource 0 [io 0x10000-0x10fff] [ 2.517461][ T1] pci_bus 0000:02: resource 1 [mem 0xf8100000-0xf81fffff] [ 2.524029][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.530433][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.539217][ T1] mv_xor d0060800.xor: Marvell shared XOR driver [ 2.588865][ T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.600336][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 2.648859][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 2.878075][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.893154][ T1] printk: legacy console [ttyS0] disabled [ 2.921000][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 30, base_baud = 12500000) is a 16550A [ 2.930048][ T1] printk: legacy console [ttyS0] enabled [ 2.930048][ T1] printk: legacy console [ttyS0] enabled [ 2.940237][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.940237][ T1] printk: legacy bootconsole [earlycon0] disabled [ 2.979662][ T1] ahci 0000:02:00.0: enabling device (0146 -> 0147) [ 2.996160][ T1] ahci 0000:02:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode [ 3.004280][ T1] ahci 0000:02:00.0: 4/4 ports implemented (port mask 0xf) [ 3.011040][ T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 3.026120][ T1] scsi host0: ahci [ 3.031425][ T1] scsi host1: ahci [ 3.036257][ T1] scsi host2: ahci [ 3.041424][ T1] scsi host3: ahci [ 3.045584][ T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 32 lpm-pol 0 [ 3.054072][ T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 32 lpm-pol 0 [ 3.062450][ T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 32 lpm-pol 0 [ 3.070760][ T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 32 lpm-pol 0 [ 3.081861][ T1] sata_mv d00a0000.sata: slots 32 ports 1 [ 3.090031][ T1] scsi host4: sata_mv [ 3.094388][ T1] ata5: SATA max UDMA/133 irq 33 lpm-pol 0 [ 3.102486][ T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1 [ 3.109216][ T1] nand: Micron MT29F1G08ABADAWP [ 3.113564][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 3.121766][ T1] Bad block table found at page 65472, version 0x01 [ 3.128054][ T1] Bad block table found at page 65408, version 0x01 [ 3.134211][ T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0 [ 3.140907][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 3.146535][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 3.153282][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 3.160503][ T1] 0x000000200000-0x000000800000 : "uImage" [ 3.167099][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 3.174149][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 3.184276][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 3.192503][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 3.249377][ T1] usbcore: registered new interface driver smsc75xx [ 3.255789][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 3.262942][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 3.270976][ T1] orion-ehci d0050000.usb: irq 35, io mem 0xd0050000 [ 3.287370][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 3.293870][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.302260][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.309675][ T1] usb usb1: Product: EHCI Host Controller [ 3.314884][ T1] usb usb1: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 ehci_hcd [ 3.322024][ T1] usb usb1: SerialNumber: d0050000.usb [ 3.328545][ T1] hub 1-0:1.0: USB hub found [ 3.332865][ T1] hub 1-0:1.0: 1 port detected [ 3.339375][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.344988][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 3.353421][ T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 3.363823][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 3.369699][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3 [ 3.377394][ T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 3.384119][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 3.392507][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.399954][ T1] usb usb2: Product: xHCI Host Controller [ 3.405167][ T1] usb usb2: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.412304][ T1] usb usb2: SerialNumber: 0000:01:00.0 [ 3.417357][ T724] ata5: SATA link down (SStatus 0 SControl F300) [ 3.424446][ T1] hub 2-0:1.0: USB hub found [ 3.428705][ T1] hub 2-0:1.0: 2 ports detected [ 3.434366][ T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.442739][ T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 3.451090][ T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.458639][ T1] usb usb3: Product: xHCI Host Controller [ 3.463789][ T1] usb usb3: Manufacturer: Linux 6.12.6-mvebu-370xp-tld-1 xhci-hcd [ 3.470902][ T1] usb usb3: SerialNumber: 0000:01:00.0 [ 3.477819][ T1] hub 3-0:1.0: USB hub found [ 3.482004][ T1] hub 3-0:1.0: 2 ports detected [ 3.489301][ T1] usbcore: registered new interface driver usblp [ 3.495349][ T1] usbcore: registered new interface driver usb-storage [ 3.503159][ T1] mousedev: PS/2 mouse device common for all mice [ 3.511778][ T1] i2c_dev: i2c /dev entries driver [ 3.521713][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 3.535628][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 3.542015][ T1] rtc-ds1307 0-0068: setting system clock to 2025-03-11T18:05:19 UTC (1741716319) [ 3.551819][ T1] pca953x 0-0023: supply vcc not found, using dummy regulator [ 3.559949][ T1] pca953x 0-0023: using no AI [ 3.567257][ T699] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.573677][ T694] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.580400][ T709] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.586803][ T704] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 3.595489][ T694] ata1.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.602729][ T699] ata2.00: ATA-9: WDC WD10EFRX-68FYTN0, 82.00A82, max UDMA/133 [ 3.609671][ T8] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 3.619635][ T1] orion_wdt: Initial timeout 229 sec [ 3.625507][ T709] ata4.00: ATA-8: WDC WD10EFRX-68JCSN0, 01.01A01, max UDMA/133 [ 3.633267][ T1] device-mapper: uevent: version 1.0.3 [ 3.638876][ T704] ata3.00: ATA-9: WDC WD10EFRX-68PJCN0, 82.00A82, max UDMA/133 [ 3.646585][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev [ 3.655589][ T699] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.663107][ T694] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.670760][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 3.677808][ T709] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.684886][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 3.691974][ T704] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 3.699287][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 3.706233][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 3.712873][ T699] ata2.00: configured for UDMA/133 [ 3.717953][ T704] ata3.00: configured for UDMA/133 [ 3.722625][ T709] ata4.00: configured for UDMA/133 [ 3.727310][ T694] ata1.00: configured for UDMA/133 [ 3.733590][ T1] sdhci: Secure Digital Host Controller Interface driver [ 3.740433][ T1] sdhci: Copyright(c) Pierre Ossman [ 3.745986][ T11] scsi 0:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.754394][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.761955][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 3.771681][ T776] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.781396][ T38] scsi 1:0:0:0: Direct-Access ATA WDC WD10EFRX-68F 0A82 PQ: 0 ANSI: 5 [ 3.790308][ T776] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.795875][ T776] sd 0:0:0:0: [sda] Write Protect is off [ 3.801562][ T1] hid: raw HID events driver (C) Jiri Kosina [ 3.810919][ T11] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.818876][ T8] usb 1-1: New USB device found, idVendor=0bc2, idProduct=5020, bcdDevice= 1.48 [ 3.828211][ T13] scsi 2:0:0:0: Direct-Access ATA WDC WD10EFRX-68P 0A82 PQ: 0 ANSI: 5 [ 3.838363][ T1] usbcore: registered new interface driver usbhid [ 3.844186][ T1] usbhid: USB HID core driver [ 3.849322][ T8] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.856564][ T8] usb 1-1: Product: USB 2.0 Cable [ 3.861332][ T776] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.870414][ T11] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.875937][ T11] sd 1:0:0:0: [sdb] Write Protect is off [ 3.882217][ T38] sd 2:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.891116][ T714] scsi 3:0:0:0: Direct-Access ATA WDC WD10EFRX-68J 1A01 PQ: 0 ANSI: 5 [ 3.900238][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 (8000003f) counters available [ 3.910511][ T776] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 3.917327][ T11] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.926425][ T11] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes [ 3.932918][ T8] usb 1-1: Manufacturer: Seagate [ 3.937573][ T38] sd 2:0:0:0: [sdc] 4096-byte physical blocks [ 3.943145][ T38] sd 2:0:0:0: [sdc] Write Protect is off [ 3.951069][ T1] NET: Registered PF_INET6 protocol family [ 3.957245][ T8] usb 1-1: SerialNumber: 2HC015KJ [ 3.962789][ T729] sd 3:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.974473][ T8] usb-storage 1-1:1.0: USB Mass Storage device detected [ 3.981886][ T38] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.991004][ T729] sd 3:0:0:0: [sdd] 4096-byte physical blocks [ 3.996528][ T729] sd 3:0:0:0: [sdd] Write Protect is off [ 4.002534][ T1] Segment Routing with IPv6 [ 4.006574][ T1] RPL Segment Routing with IPv6 [ 4.014358][ T8] scsi host5: usb-storage 1-1:1.0 [ 4.019236][ T38] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes [ 4.026268][ T729] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.035453][ T1] In-situ OAM (IOAM) with IPv6 [ 4.041997][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.049841][ T729] sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes [ 4.059647][ T1] NET: Registered PF_PACKET protocol family [ 4.066692][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 4.071923][ T1] Key type dns_resolver registered [ 4.076905][ T1] ThumbEE CPU extension supported. [ 4.082024][ T1] Registering SWP/SWPB emulation handler [ 4.134967][ T729] sdd: sdd1 sdd2 sdd3 [ 4.142112][ T729] sd 3:0:0:0: [sdd] Attached SCSI disk [ 4.173791][ T1] registered taskstats version 1 [ 4.181857][ T1] Loading compiled-in X.509 certificates [ 4.210494][ T1] Key type .fscrypt registered [ 4.214786][ T1] Key type fscrypt-provisioning registered [ 4.220158][ T1] Key type big_key registered [ 4.379557][ T1] Key type encrypted registered [ 4.407313][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.418661][ T1] clk: Disabling unused clocks [ 4.422967][ T1] PM: genpd: Disabling unused power domains [ 4.519553][ T11] sdb: sdb1 sdb2 sdb3 [ 4.524240][ T11] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.635851][ T776] sda: sda1 sda2 sda3 [ 4.640554][ T776] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.667963][ T38] sdc: sdc1 sdc2 sdc3 [ 4.672686][ T38] sd 2:0:0:0: [sdc] Attached SCSI disk [ 4.680890][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 4.689397][ T1] Checked W+X mappings: passed, no W+X pages found [ 4.695298][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 5.068307][ T38] scsi 5:0:0:0: Direct-Access Seagate USB 2.0 Cable 0148 PQ: 0 ANSI: 4 [ 5.092893][ T13] sd 5:0:0:0: [sde] 250069679 512-byte logical blocks: (128 GB/119 GiB) [ 5.112022][ T13] sd 5:0:0:0: [sde] Write Protect is off [ 5.133546][ T13] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.191384][ T13] sde: sde1 [ 5.199582][ T13] sd 5:0:0:0: [sde] Attached SCSI disk Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.38.1 [/sbin/fsck.ext3 (1) -- /dev/sde1] fsck.ext3 -a -C0 /dev/sde1 rootfs: clean, 25887/7815168 files, 938093/31258453 blocks done. [ 18.826547][ T1361] EXT4-fs (sde1): mounting ext3 file system using the ext4 subsystem [ 18.997994][ T1361] EXT4-fs (sde1): mounted filesystem 90c689f2-e1ed-4fc9-be57-402362cb5c98 ro with ordered data mode. Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 3.06 booting INIT: No inittab.d directory found Using makefile-style concurrent boot in runlevel S. Setting hostname to 'debian'...done. Starting hotplug events dispatcher: systemd-udevd. Synthesizing the initial hotplug events (subsystems)...done. Synthesizing the initial hotplug events (devices)...[ 21.423861][ T951] random: crng init done done. Waiting for /dev to be fully populated...done. Activating swap:. [ 26.069351][ T1637] EXT4-fs (sde1): re-mounted 90c689f2-e1ed-4fc9-be57-402362cb5c98 r/w. Quota mode: none. Will now check all file systems. Checking all file systems. LABEL=rootfs is mounted Done checking file systems. Log is being saved in /var/log/fsck/checkfs if that location is writable. Cleaning up temporary files...Cleaning /tmp...done. /tmp. Will now mount local filesystems:. Will now activate swapfile swap, if any:done. Checking minimum space in /tmp...done. Cleaning up temporary files.... Starting Setting kernel variables: sysctl. Initializing random number generator...done. Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.3-P1 Copyright 2004-2022 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Cannot find device "eth0" Failed to get interface index: No such device If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting. ifup: failed to bring up eth0 failed. Starting RPC port mapper daemon: rpcbind. Starting NFS common utilities: statd idmapd. Cleaning up temporary files.... INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 2120 (syslogd) . Not starting NFS kernel daemon: no exports ... (warning). Starting periodic command scheduler: cron. Starting system message bus: dbus. Starting NTP server: ntpd2025-03-11T11:05:58 ntpd[2173]: INIT: ntpd ntpsec-1.2.2: Starting 2025-03-11T11:05:58 ntpd[2173]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting NTP server: ntpd. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2132 (klogd) . Starting OpenBSD Secure Shell server: sshdsshd: no hostkeys available -- exiting. failed! Running local boot scripts (/etc/rc.local) ssh-keygen: generating new host keys: RSA ECDSA ED25519 Starting OpenBSD Secure Shell server: sshd . Cannot read environment, using default Cannot read default environment from file <13>Mar 11 11:06:29 root[2214]: Cannot read u-boot env ethaddr . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.12.6-mvebu-370xp-tld-1 #1 PREEMPT Sun Dec 22 16:34:11 PST 2024 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Dec 12 15:13:34 PST 2023 from fe80::4f8:63a5:4900:ad47%eth0 on pts/0 debian NETGEAR ReadyNAS 104 Linux version 6.12.6-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 PREEMPT Sun Dec 22 16:34:11 PST 2024 Debian 12.4 Tue Mar 11 11:16:53 PDT 2025 up 11 minutes root@debian:~# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/sit 0.0.0.0 brd 0.0.0.0 3: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default qlen 1000 link/tunnel6 :: brd :: permaddr debb:1095:b048::
Re: Debian install on RN104 Help March 12, 2025 04:10AM |
Admin Registered: 14 years ago Posts: 19,413 |
dmesg | tail -50 ifconfig -a
Re: Debian install on RN104 Help March 12, 2025 04:35PM |
Registered: 5 days ago Posts: 7 |
root@debian:~# dmesg | tail -50 [ 4.001488] scsi host5: usb-storage 1-1:1.0 [ 4.009327] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 (8000003f) counters available [ 4.022257] NET: Registered PF_INET6 protocol family [ 4.030078] Segment Routing with IPv6 [ 4.034125] RPL Segment Routing with IPv6 [ 4.039306] In-situ OAM (IOAM) with IPv6 [ 4.044105] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 4.053354] NET: Registered PF_PACKET protocol family [ 4.059568] sdc: sdc1 sdc2 sdc3 [ 4.065072] sd 2:0:0:0: [sdc] Attached SCSI disk [ 4.070434] 8021q: 802.1Q VLAN Support v1.8 [ 4.075042] Key type dns_resolver registered [ 4.080980] ThumbEE CPU extension supported. [ 4.085779] Registering SWP/SWPB emulation handler [ 4.091489] sdd: sdd1 sdd2 sdd3 [ 4.096258] sd 3:0:0:0: [sdd] Attached SCSI disk [ 4.175314] registered taskstats version 1 [ 4.181757] Loading compiled-in X.509 certificates [ 4.210673] Key type .fscrypt registered [ 4.214966] Key type fscrypt-provisioning registered [ 4.220401] Key type big_key registered [ 4.379629] Key type encrypted registered [ 4.409474] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.419556] clk: Disabling unused clocks [ 4.423862] PM: genpd: Disabling unused power domains [ 4.453836] sdb: sdb1 sdb2 sdb3 [ 4.459393] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.571794] sda: sda1 sda2 sda3 [ 4.576470] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.584612] Freeing unused kernel image (initmem) memory: 1024K [ 4.593085] Checked W+X mappings: passed, no W+X pages found [ 4.599068] Run /init as init process [ 4.603094] with arguments: [ 4.603105] /init [ 4.603114] with environment: [ 4.603123] HOME=/ [ 4.603131] TERM=linux [ 4.603140] reason=normal [ 4.603148] bdtype=rn104 [ 5.068315] scsi 5:0:0:0: Direct-Access Seagate USB 2.0 Cable 0148 PQ: 0 ANSI: 4 [ 5.099775] sd 5:0:0:0: [sde] 250069679 512-byte logical blocks: (128 GB/119 GiB) [ 5.123832] sd 5:0:0:0: [sde] Write Protect is off [ 5.137227] sd 5:0:0:0: [sde] Mode Sense: 1c 00 00 00 [ 5.137924] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.201346] sde: sde1 [ 5.207431] sd 5:0:0:0: [sde] Attached SCSI disk [ 18.725385] EXT4-fs (sde1): mounting ext3 file system using the ext4 subsystem [ 18.889998] EXT4-fs (sde1): mounted filesystem 90c689f2-e1ed-4fc9-be57-402362cb5c98 ro with ordered data mode. Quota mode: none. [ 21.727485] random: crng init done [ 25.889111] EXT4-fs (sde1): re-mounted 90c689f2-e1ed-4fc9-be57-402362cb5c98 r/w. Quota mode: none.
root@debian:~# ifconfig -a ip6tnl0: flags=128<NOARP> mtu 1452 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 12 bytes 1710 (1.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 12 bytes 1710 (1.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 sit0: flags=128<NOARP> mtu 1480 sit txqueuelen 1000 (IPv6-in-IPv4) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@debian:~# ^C root@debian:~#
. Running local boot scripts (/etc/rc.local) Cannot read environment, using default Cannot read default environment from file <13>Mar 12 02:35:52 root[2219]: Cannot read u-boot env ethaddr .
Re: Debian install on RN104 Help March 13, 2025 12:14AM |
Admin Registered: 14 years ago Posts: 19,413 |
chmod -x /root/set_persistent_mac_address
Quote
https://forum.doozan.com/read.php?2,32146
Note 6. Persistent MAC address (Optional):
To enable the network dynamic IP to stay consistent after each reboot, and also for faster boot. In this rootfs, a script is executed during kernel booting (in /etc/rc.local), to detect if a local MAC address was assigned during boot, and then set the persistent MAC address to what is currently defined in u-boot env ethaddr.
/root/set_persistent_mac_address
To keep using the kernel generated local MAC address (if local MAC address was generated in your box) then chmod this script to non-executable.
chmod -x /root/set_persistent_mac_address
lsmod modprobe mvnetaSee if dmesg shows anything.
Re: Debian install on RN104 Help March 13, 2025 03:41PM |
Registered: 5 days ago Posts: 7 |
Re: Debian install on RN104 Help March 13, 2025 11:37PM |
Admin Registered: 14 years ago Posts: 19,413 |
Re: Debian install on RN104 Help March 14, 2025 07:13AM |
Admin Registered: 14 years ago Posts: 19,413 |
Quote
root@debian:~# modprobe mvneta
modprobe: FATAL: Module mvneta not found in directory /lib/modules/6.12.6-mvebu-370xp-tld-1
dpkg -l | grep linux-image
Re: Debian install on RN104 Help March 14, 2025 01:55PM |
Registered: 5 days ago Posts: 7 |
Re: Debian install on RN104 Help March 14, 2025 08:21PM |
Registered: 5 days ago Posts: 7 |