Re: Debian on ReadyNas RN2120 March 14, 2024 02:02PM |
Admin Registered: 14 years ago Posts: 19,231 |
Quote
I. Mirabox Intsallation
Updated 06 Sept 2020
II. Netgear RN102 Intsallation
Updated 06 Sept 2020
Updated 19 Dec 2022 (added Section C)
Re: Debian on ReadyNas RN2120 March 14, 2024 04:55PM |
Admin Registered: 14 years ago Posts: 19,231 |
Quote
NOTE: After uploading, I relalized that I forgot to include the patch for this kernel. Here is linux-6.7.5-mvebu-370xp-tld-3.patch if you want to build your own kernel.
Re: Debian on ReadyNas RN2120 March 14, 2024 06:12PM |
Admin Registered: 14 years ago Posts: 19,231 |
[ 69.099838][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.188522][ T1] pci 0000:00:05.0: ASPM: current common clock configuration is inconsistent, reconfiguring
setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"'to
setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts pcie_aspm=off earlyprintk=serial"'and
boot
setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts pcie_aspm=force earlyprintk=serial"'Note that forcing it should be OK. But make sure you don't have anything important on the HDDs. The worse case, just disconnect power and reconnect.
Re: Debian on ReadyNas RN2120 March 14, 2024 07:00PM |
Admin Registered: 14 years ago Posts: 19,231 |
echo performance > /sys/module/pcie_aspm/parameters/policy
Re: Debian on ReadyNas RN2120 December 02, 2024 01:27AM |
Registered: 8 weeks ago Posts: 4 |
Re: Debian on ReadyNas RN2120 December 02, 2024 01:55AM |
Registered: 8 weeks ago Posts: 4 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000000780000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 10 0 Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 pcie_aspm=off earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' 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 Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5238129 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5254550 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.7.5-mvebu-370xp-tld-3 Created: 2024-12-01 14:05:41 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5238065 Bytes = 5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.7.5-mvebu-370xp-tld- Created: 2024-12-01 14:05:57 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5254486 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.7.5-mvebu-370xp-tld-3 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Feb 29 19:03:59 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [562f5842] revision 2 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: div instructions available: patching division code [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 2120 [ 0.000000][ T0] printk: legacy bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writealloc [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] percpu: Embedded 29 pages/cpu s25364 r8192 d85228 u118784 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 pcie_aspm=off earlyprintk=serial mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn2120 [ 0.000000][ T0] PCIe ASPM is disabled [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn2120", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 2053672K/2097152K available (10240K kernel code, 873K rwdata, 3536K rodata, 1024K init, 318K bss, 43480K reserved, 0K cma-reserved, 1310708K highmem) [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 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: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] Aurora cache controller enabled, 32 ways, 2048 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a69ef12 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 40ns [ 0.000001][ T0] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008497][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.020735][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.030502][ T0] Console: colour dummy device 80x30 [ 0.035666][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.046687][ T0] CPU: Testing write buffer coherency: ok [ 0.052295][ T0] pid_max: default: 32768 minimum: 301 [ 0.062118][ T0] LSM: initializing lsm=capability,integrity [ 0.069355][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.077353][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.091712][ T1] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.099685][ T1] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.107686][ T1] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.116100][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.123332][ T1] mvebu-soc-id: MVEBU SoC ID=0x7823, Rev=0x2 [ 0.129279][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.136346][ T1] rcu: Hierarchical SRCU implementation. [ 0.141846][ T1] rcu: Max phase no-delay instances is 1000. [ 0.148804][ T1] smp: Bringing up secondary CPUs ... [ 0.154811][ T1] Booting CPU 1 [ 0.158500][ T0] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.168570][ T1] smp: Brought up 1 node, 2 CPUs [ 0.179689][ T1] SMP: Total of 2 processors activated (100.00 BogoMIPS). [ 0.186659][ T1] CPU: All CPU(s) started in SVC mode. [ 0.193711][ T1] devtmpfs: initialized [ 0.205112][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.213925][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.224587][ T1] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.235098][ T1] prandom: seed boundary self test passed [ 0.243173][ T1] prandom: 100 self tests passed [ 0.247948][ T1] pinctrl core: initialized pinctrl subsystem [ 0.255857][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.263004][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.273933][ T1] audit: initializing netlink subsys (disabled) [ 0.280328][ T30] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.281235][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.288810][ T1] cpuidle: using governor ladder [ 0.300324][ T1] cpuidle: using governor menu [ 0.305163][ T19] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.314866][ T19] hw-breakpoint: CPU 0 failed to disable vector catch [ 0.321513][ T20] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1 [ 0.335207][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.520131][ T1] raid6: int32x8 gen() 227 MB/s [ 0.690136][ T1] raid6: int32x4 gen() 243 MB/s [ 0.860098][ T1] raid6: int32x2 gen() 378 MB/s [ 1.030105][ T1] raid6: int32x1 gen() 391 MB/s [ 1.035054][ T1] raid6: using algorithm int32x1 gen() 391 MB/s [ 1.210104][ T1] raid6: .... xor() 190 MB/s, rmw enabled [ 1.215659][ T1] raid6: using intx1 recovery algorithm [ 1.222758][ T1] SCSI subsystem initialized [ 1.227680][ T1] usbcore: registered new interface driver usbfs [ 1.233963][ T1] usbcore: registered new interface driver hub [ 1.240032][ T1] usbcore: registered new device driver usb [ 1.246163][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.251822][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.261643][ T1] PTP clock support registered [ 1.268597][ T1] vgaarb: loaded [ 1.272711][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.285303][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.290157][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.314089][ T1] NET: Registered PF_INET protocol family [ 1.319868][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.329682][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.338896][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.347422][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.355943][ T1] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 1.363958][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.371427][ T1] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 1.379770][ T1] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.387106][ T1] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.395375][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.402531][ T1] RPC: Registered named UNIX socket transport module. [ 1.409161][ T1] RPC: Registered udp transport module. [ 1.414558][ T1] RPC: Registered tcp transport module. [ 1.419936][ T1] RPC: Registered tcp-with-tls transport module. [ 1.426105][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.433243][ T1] PCI: CLS 0 bytes, default 64 [ 1.438645][ T29] Trying to unpack rootfs image as initramfs... [ 1.444875][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.456694][ T1] Initialise system trusted keyrings [ 1.461884][ T1] Key type blacklist registered [ 1.468221][ T1] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.475496][ T1] zbud: loaded [ 1.488169][ T1] NFS: Registering the id_resolver key type [ 1.493981][ T1] Key type id_resolver registered [ 1.498845][ T1] Key type id_legacy registered [ 1.503729][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.511111][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.667453][ T1] xor: measuring software checksum speed [ 1.673849][ T29] Freeing initrd memory: 5132K [ 1.681755][ T1] arm4regs : 1210 MB/sec [ 1.697886][ T1] 8regs : 888 MB/sec [ 1.711815][ T1] 32regs : 1108 MB/sec [ 1.716865][ T1] xor: using function: arm4regs (1210 MB/sec) [ 1.722788][ T1] async_tx: api initialized (async) [ 1.727829][ T1] Key type asymmetric registered [ 1.732603][ T1] Asymmetric key parser 'x509' registered [ 1.738546][ T1] bounce: pool size: 64 pages [ 1.743499][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.752036][ T1] io scheduler bfq registered [ 1.759783][ T1] armada-xp-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.770897][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.781187][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.790658][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.800830][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.811015][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.819198][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.828440][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0044000..0x00d0045fff -> 0x0000044000 [ 1.837671][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0048000..0x00d0049fff -> 0x0000048000 [ 1.846899][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d004c000..0x00d004dfff -> 0x000004c000 [ 1.856127][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 1.865354][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.875103][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.884855][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.894599][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.904342][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 1.914084][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 1.923830][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 1.933582][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 1.943341][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 1.953075][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 1.963928][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 1.971306][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.977500][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 1.988359][ T1] pci_bus 0000:00: root bus resource [mem 0xd0044000-0xd0045fff] (bus address [0x00044000-0x00045fff]) [ 1.999243][ T1] pci_bus 0000:00: root bus resource [mem 0xd0048000-0xd0049fff] (bus address [0x00048000-0x00049fff]) [ 2.010099][ T1] pci_bus 0000:00: root bus resource [mem 0xd004c000-0xd004dfff] (bus address [0x0004c000-0x0004dfff]) [ 2.020945][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.031786][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.039342][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 3.332766][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.422759][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.502742][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.662736][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.062743][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.702735][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.982742][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up [ 68.989562][ T1] pci 0000:00:02.0: [11ab:7823] type 01 class 0x060400 [ 68.997148][ T1] pci 0000:00:05.0: [11ab:7823] type 01 class 0x060400 [ 69.006526][ T1] PCI: bus0: Fast back to back transfers disabled [ 69.012830][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.021517][ T1] pci 0000:00:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.030575][ T1] pci 0000:01:00.0: [1b4b:9170] type 00 class 0x010601 [ 69.037308][ T1] pci 0000:01:00.0: reg 0x10: [io 0xfffffff8-0xffffffff] [ 69.044304][ T1] pci 0000:01:00.0: reg 0x14: [io 0xfffffffc-0xffffffff] [ 69.051253][ T1] pci 0000:01:00.0: reg 0x18: [io 0xfffffff8-0xffffffff] [ 69.058219][ T1] pci 0000:01:00.0: reg 0x1c: [io 0xfffffffc-0xffffffff] [ 69.065185][ T1] pci 0000:01:00.0: reg 0x20: [io 0xfffffff0-0xffffffff] [ 69.072133][ T1] pci 0000:01:00.0: reg 0x24: [mem 0x42000000-0x420001ff] [ 69.079098][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref] [ 69.086506][ T1] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1 [ 69.093086][ T1] pci 0000:01:00.0: PME# supported from D3hot [ 69.099504][ T1] PCI: bus1: Fast back to back transfers disabled [ 69.105805][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 69.113494][ T1] pci 0000:02:00.0: [1b73:1009] type 00 class 0x0c0330 [ 69.120199][ T1] pci 0000:02:00.0: reg 0x10: [mem 0x48000000-0x4800ffff 64bit] [ 69.127703][ T1] pci 0000:02:00.0: reg 0x18: [mem 0x48010000-0x48010fff 64bit] [ 69.135202][ T1] pci 0000:02:00.0: reg 0x20: [mem 0x48011000-0x48011fff 64bit] [ 69.142772][ T1] pci 0000:02:00.0: supports D1 [ 69.147464][ T1] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 69.155046][ T1] PCI: bus2: Fast back to back transfers disabled [ 69.161303][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 69.168667][ T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff] [ 69.176240][ T1] pci 0000:00:05.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff] [ 69.183805][ T1] pci 0000:00:02.0: BAR 13: assigned [io 0x10000-0x10fff] [ 69.190839][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf8000000-0xf800ffff pref] [ 69.198761][ T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xf8010000-0xf80101ff] [ 69.206249][ T1] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 69.213220][ T1] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 69.220164][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 69.227135][ T1] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 69.234101][ T1] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 69.241047][ T1] pci 0000:00:02.0: PCI bridge to [bus 01] [ 69.246709][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 69.253678][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff] [ 69.261191][ T1] pci 0000:02:00.0: BAR 0: assigned [mem 0xf8100000-0xf810ffff 64bit] [ 69.269204][ T1] pci 0000:02:00.0: BAR 2: assigned [mem 0xf8110000-0xf8110fff 64bit] [ 69.277210][ T1] pci 0000:02:00.0: BAR 4: assigned [mem 0xf8111000-0xf8111fff 64bit] [ 69.285250][ T1] pci 0000:00:05.0: PCI bridge to [bus 02] [ 69.290897][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff] [ 69.298538][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 69.305478][ T1] pcieport 0000:00:05.0: enabling device (0140 -> 0142) [ 69.314055][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 69.384551][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.397068][ T1] mv_xor d00f0900.xor: Marvell shared XOR driver [ 69.464579][ T1] mv_xor d00f0900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.644044][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 69.658248][ T1] printk: legacy console [ttyS0] disabled [ 69.685256][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 38, base_baud = 15625000) is a 16550A [ 69.694959][ T1] printk: legacy console [ttyS0] enabled [ 69.694959][ T1] printk: legacy console [ttyS0] enabled [ 69.705998][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.705998][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.746063][ T1] ahci 0000:01:00.0: enabling device (0146 -> 0147) [ 69.753592][ T1] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 69.762420][ T1] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 69.774173][ T1] scsi host0: ahci [ 69.779513][ T1] scsi host1: ahci [ 69.783745][ T1] ata1: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010100 irq 40 lpm-pol 0 [ 69.792656][ T1] ata2: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010180 irq 40 lpm-pol 0 [ 69.803085][ T1] sata_mv d00a0000.sata: slots 32 ports 2 [ 69.811528][ T1] scsi host2: sata_mv [ 69.816540][ T1] scsi host3: sata_mv [ 69.820974][ T1] ata3: SATA max UDMA/133 irq 41 lpm-pol 0 [ 69.826735][ T1] ata4: SATA max UDMA/133 irq 41 lpm-pol 0 [ 69.834723][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 69.841806][ T1] nand: Hynix H27U1G8F2BTR-BC [ 69.846428][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 69.855205][ T1] Bad block table found at page 65472, version 0x01 [ 69.862008][ T1] Bad block table found at page 65408, version 0x01 [ 69.868708][ T1] nand_read_bbt: bad block at 0x000000780000 [ 69.874716][ T1] 5 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 69.882413][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 69.888616][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 69.896776][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 69.905108][ T1] 0x000000200000-0x000000800000 : "uImage" [ 69.913222][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 69.921610][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 69.931613][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 69.940235][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 70.000956][ T1] mvneta d0070000.ethernet eth0: Using random mac address ba:dd:51:0c:51:e7 [ 70.011946][ T1] mvneta d0074000.ethernet eth1: Using random mac address 52:62:cb:22:ed:06 [ 70.021604][ T1] usbcore: registered new interface driver smsc75xx [ 70.028698][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 70.034944][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 70.043662][ T1] orion-ehci d0050000.usb: irq 45, io mem 0xd0050000 [ 70.082744][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 70.089748][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07 [ 70.098780][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 70.106843][ T1] usb usb1: Product: EHCI Host Controller [ 70.112444][ T1] usb usb1: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 ehci_hcd [ 70.120060][ T1] usb usb1: SerialNumber: d0050000.usb [ 70.126488][ T1] hub 1-0:1.0: USB hub found [ 70.131002][ T1] hub 1-0:1.0: 1 port detected [ 70.134676][ T685] ata1: SATA link down (SStatus 0 SControl 300) [ 70.138573][ T1] usbcore: registered new interface driver usblp [ 70.142870][ T695] ata2: SATA link down (SStatus 0 SControl 300) [ 70.148174][ T1] usbcore: registered new interface driver usb-storage [ 70.161727][ T1] mousedev: PS/2 mouse device common for all mice [ 70.164275][ T711] ata3: SATA link down (SStatus 0 SControl F300) [ 70.172470][ T1] i2c_dev: i2c /dev entries driver [ 70.179710][ T1] mv64xxx_i2c d0011000.i2c: can't get pinctrl, bus recovery not supported [ 70.191562][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 70.202669][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 70.208421][ T1] rtc-ds1307 0-0068: setting system clock to 2000-01-01T00:06:48 UTC (946685208) [ 70.322752][ T1] orion_wdt: Initial timeout 171 sec [ 70.329385][ T1] device-mapper: uevent: version 1.0.3 [ 70.335332][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 70.345006][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 70.352262][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 70.359789][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 70.367270][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 70.375408][ T1] debugfs: Directory 'cpu1' with parent 'opp' already present! [ 70.384520][ T1] sdhci: Secure Digital Host Controller Interface driver [ 70.391427][ T1] sdhci: Copyright(c) Pierre Ossman [ 70.396765][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 70.407498][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 70.415887][ T1] hid: raw HID events driver (C) Jiri Kosina [ 70.422237][ T1] usbcore: registered new interface driver usbhid [ 70.428591][ T10] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 70.436054][ T1] usbhid: USB HID core driver [ 70.442408][ T1] NET: Registered PF_INET6 protocol family [ 70.449816][ T1] Segment Routing with IPv6 [ 70.454229][ T1] RPL Segment Routing with IPv6 [ 70.459012][ T1] In-situ OAM (IOAM) with IPv6 [ 70.463745][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 70.472837][ T1] NET: Registered PF_PACKET protocol family [ 70.478857][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 70.483849][ T1] Key type dns_resolver registered [ 70.489142][ T1] ThumbEE CPU extension supported. [ 70.494156][ T1] Registering SWP/SWPB emulation handler [ 70.513507][ T716] ata4: SATA link down (SStatus 0 SControl F300) [ 70.568710][ T1] registered taskstats version 1 [ 70.574167][ T1] Loading compiled-in X.509 certificates [ 70.605969][ T1] Key type .fscrypt registered [ 70.610625][ T1] Key type fscrypt-provisioning registered [ 70.616483][ T1] Key type big_key registered [ 70.650655][ T10] usb 1-1: New USB device found, idVendor=18a5, idProduct=0302, bcdDevice= 1.00 [ 70.659631][ T10] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 70.667695][ T10] usb 1-1: Product: STORE N GO [ 70.672355][ T10] usb 1-1: Manufacturer: Verbatim [ 70.677304][ T10] usb 1-1: SerialNumber: 070126746F196C39 [ 70.684501][ T10] usb-storage 1-1:1.0: USB Mass Storage device detected [ 70.692974][ T10] scsi host4: usb-storage 1-1:1.0 [ 70.784686][ T1] Key type encrypted registered [ 70.795827][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 70.805811][ T1] clk: Disabling unused clocks [ 70.813074][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 70.854866][ T1] Checked W+X mappings: passed, no W+X pages found [ 70.861261][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 71.704850][ T975] scsi 4:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 4 [ 71.718418][ T29] sd 4:0:0:0: [sda] 120795136 512-byte logical blocks: (61.8 GB/57.6 GiB) [ 71.732403][ T29] sd 4:0:0:0: [sda] Write Protect is off [ 71.740179][ T29] sd 4:0:0:0: [sda] No Caching mode page found [ 71.746282][ T29] sd 4:0:0:0: [sda] Assuming drive cache: write through [ 71.766821][ T29] sda: sda1 [ 71.772421][ T29] sd 4:0:0:0: [sda] Attached SCSI removable disk [ 74.989774][ T1345] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 74.996864][ T1342] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 75.002675][ T1341] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 75.021101][ T1331] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 75.032149][ T1347] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 75.060503][ T1345] usbcore: registered new interface driver uas 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/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 28888/3776512 files, 678890/15099136 blocks done. [ 87.341549][ T1366] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 87.630910][ T1366] EXT4-fs (sda1): mounted filesystem c4c7102b-3eaf-4700-b737-8eb67b960d18 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)...done. Waiting for /dev to be fully populated...[ 97.838343][ T1555] lm75 0-004c: supply vs not found, using dummy regulator [ 97.967331][ T1555] hwmon hwmon4: temp1_input not attached to any thermal zone [ 97.988160][ T1555] lm75 0-004c: hwmon4: sensor 'g751' [ 98.005761][ T1555] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 98.030142][ T1550] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 98.034679][ T1555] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 98.063063][ T1560] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 98.135415][ T1554] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 98.242041][ T1558] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 98.279029][ T1558] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 98.302837][ T1558] xhci_hcd 0000:02:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 98.344001][ T1558] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 98.360265][ T1558] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 98.368661][ T1558] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed [ 98.403216][ T1558] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07 [ 98.436854][ T1558] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 98.448401][ T1558] usb usb2: Product: xHCI Host Controller [ 98.456825][ T1558] usb usb2: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 xhci-hcd [ 98.466143][ T1558] usb usb2: SerialNumber: 0000:02:00.0 [ 98.472477][ T1558] hub 2-0:1.0: USB hub found [ 98.477110][ T1558] hub 2-0:1.0: 2 ports detected [ 98.486064][ T1558] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 98.498691][ T1558] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07 [ 98.514266][ T1558] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 98.522448][ T1558] usb usb3: Product: xHCI Host Controller [ 98.544811][ T1554] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ 98.549921][ T1558] usb usb3: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 xhci-hcd [ 98.558621][ T1558] usb usb3: SerialNumber: 0000:02:00.0 [ 98.578961][ T1558] hub 3-0:1.0: USB hub found [ 98.592488][ T1558] hub 3-0:1.0: 2 ports detected done. Activating swap:. [ 99.831844][ T1709] EXT4-fs (sda1): re-mounted c4c7102b-3eaf-4700-b737-8eb67b960d18 r/w. Quota mode: none. [ 106.832766][ C0] random: crng init done 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. [ 111.860276][ T2099] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 111.870954][ T2099] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 [ 116.023017][ T10] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPOFFER of 192.168.48.231 from 192.168.48.2 DHCPREQUEST for 192.168.48.231 on eth0 to 255.255.255.255 port 67 DHCPACK of 192.168.48.231 from 192.168.48.2 bound to 192.168.48.231 -- renewal in 279 seconds. done. 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. Not starting NFS kernel daemon: no exports ... (warning). Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 2254 (syslogd) . Starting periodic command scheduler: cron. Starting NTP server: ntpd1999-12-31T16:07:43 ntpd[2308]: INIT: ntpd ntpsec-1.2.2: Starting 1999-12-31T16:07:43 ntpd[2308]: INIT: Command line: /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N -u ntpsec:ntpsec . Starting NTP server: ntpd1999-12-31T16:07:43 ntpd[2318]: INIT: ntpd ntpsec-1.2.2: Starting 1999-12-31T16:07:43 ntpd[2318]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting system message bus: dbus. Starting OpenBSD Secure Shell server: sshd. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2269 (klogd) . Running local boot scripts (/etc/rc.local) Cannot read environment, using default Cannot read default environment from file <13>Dec 31 16:07:45 root[2344]: Cannot read u-boot env ethaddr . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.7.5-mvebu-370xp-tld-3 #1 SMP PREEMPT Thu Feb 29 19:03:59 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: Fri Dec 31 16:00:58 PST 1999 on ttyS0 debian 192.168.48.23 NETGEAR ReadyNAS 2120 Linux version 6.7.5-mvebu-370xp-tld-3 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Feb 29 19:03:59 PST 2024 Debian 12.4 Fri Dec 31 16:08:13 PST 1999 up 2 minutes root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 57.6G 0 disk `-sda1 8:1 1 57.6G 0 part / mtdblock0 31:0 0 1.5M 1 disk mtdblock1 31:1 0 128K 1 disk mtdblock2 31:2 0 6M 0 disk mtdblock3 31:3 0 4M 0 disk mtdblock4 31:4 0 116M 0 disk root@debian:~#
Re: Debian on ReadyNas RN2120 December 02, 2024 01:57AM |
Registered: 8 weeks ago Posts: 4 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000000780000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 10 9 0 Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 pcie_aspm=force earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' 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 Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5238129 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5254550 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.7.5-mvebu-370xp-tld-3 Created: 2024-12-01 14:05:41 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5238065 Bytes = 5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.7.5-mvebu-370xp-tld- Created: 2024-12-01 14:05:57 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5254486 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.7.5-mvebu-370xp-tld-3 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Feb 29 19:03:59 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [562f5842] revision 2 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: div instructions available: patching division code [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 2120 [ 0.000000][ T0] printk: legacy bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writealloc [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] percpu: Embedded 29 pages/cpu s25364 r8192 d85228 u118784 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 pcie_aspm=force earlyprintk=serial mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn2120 [ 0.000000][ T0] PCIe ASPM is forcibly enabled [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn2120", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 2053672K/2097152K available (10240K kernel code, 873K rwdata, 3536K rodata, 1024K init, 318K bss, 43480K reserved, 0K cma-reserved, 1310708K highmem) [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 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: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] Aurora cache controller enabled, 32 ways, 2048 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a69ef12 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 40ns [ 0.000001][ T0] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008497][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.020735][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.030516][ T0] Console: colour dummy device 80x30 [ 0.035680][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.046700][ T0] CPU: Testing write buffer coherency: ok [ 0.052308][ T0] pid_max: default: 32768 minimum: 301 [ 0.062130][ T0] LSM: initializing lsm=capability,integrity [ 0.069367][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.077365][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.091707][ T1] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.099661][ T1] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.107667][ T1] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.116081][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.123313][ T1] mvebu-soc-id: MVEBU SoC ID=0x7823, Rev=0x2 [ 0.129260][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.136325][ T1] rcu: Hierarchical SRCU implementation. [ 0.141826][ T1] rcu: Max phase no-delay instances is 1000. [ 0.148775][ T1] smp: Bringing up secondary CPUs ... [ 0.154781][ T1] Booting CPU 1 [ 0.158469][ T0] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.168538][ T1] smp: Brought up 1 node, 2 CPUs [ 0.179658][ T1] SMP: Total of 2 processors activated (100.00 BogoMIPS). [ 0.186628][ T1] CPU: All CPU(s) started in SVC mode. [ 0.193630][ T1] devtmpfs: initialized [ 0.205016][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.213885][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.224548][ T1] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.235075][ T1] prandom: seed boundary self test passed [ 0.243149][ T1] prandom: 100 self tests passed [ 0.247925][ T1] pinctrl core: initialized pinctrl subsystem [ 0.255876][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.263016][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.273940][ T1] audit: initializing netlink subsys (disabled) [ 0.280336][ T30] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1 [ 0.281223][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.288817][ T1] cpuidle: using governor ladder [ 0.300332][ T1] cpuidle: using governor menu [ 0.305162][ T19] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.314865][ T19] hw-breakpoint: CPU 0 failed to disable vector catch [ 0.321513][ T20] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1 [ 0.335165][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.520126][ T1] raid6: int32x8 gen() 227 MB/s [ 0.690147][ T1] raid6: int32x4 gen() 243 MB/s [ 0.860110][ T1] raid6: int32x2 gen() 378 MB/s [ 1.030075][ T1] raid6: int32x1 gen() 392 MB/s [ 1.035023][ T1] raid6: using algorithm int32x1 gen() 392 MB/s [ 1.210103][ T1] raid6: .... xor() 190 MB/s, rmw enabled [ 1.215658][ T1] raid6: using intx1 recovery algorithm [ 1.222764][ T1] SCSI subsystem initialized [ 1.227716][ T1] usbcore: registered new interface driver usbfs [ 1.233981][ T1] usbcore: registered new interface driver hub [ 1.240069][ T1] usbcore: registered new device driver usb [ 1.246179][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.251838][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.261660][ T1] PTP clock support registered [ 1.268567][ T1] vgaarb: loaded [ 1.272649][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.285204][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.290059][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.313721][ T1] NET: Registered PF_INET protocol family [ 1.319497][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.329422][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.338558][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.347083][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.355605][ T1] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 1.363619][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.371087][ T1] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 1.379429][ T1] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.386762][ T1] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.395048][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.402250][ T1] RPC: Registered named UNIX socket transport module. [ 1.408880][ T1] RPC: Registered udp transport module. [ 1.414278][ T1] RPC: Registered tcp transport module. [ 1.419656][ T1] RPC: Registered tcp-with-tls transport module. [ 1.425825][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.432963][ T1] PCI: CLS 0 bytes, default 64 [ 1.438385][ T29] Trying to unpack rootfs image as initramfs... [ 1.444615][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.456407][ T1] Initialise system trusted keyrings [ 1.461598][ T1] Key type blacklist registered [ 1.467951][ T1] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.475227][ T1] zbud: loaded [ 1.487961][ T1] NFS: Registering the id_resolver key type [ 1.493776][ T1] Key type id_resolver registered [ 1.498639][ T1] Key type id_legacy registered [ 1.503543][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.510925][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.667742][ T1] xor: measuring software checksum speed [ 1.673750][ T29] Freeing initrd memory: 5132K [ 1.682049][ T1] arm4regs : 1211 MB/sec [ 1.698180][ T1] 8regs : 888 MB/sec [ 1.712109][ T1] 32regs : 1108 MB/sec [ 1.717159][ T1] xor: using function: arm4regs (1211 MB/sec) [ 1.723081][ T1] async_tx: api initialized (async) [ 1.728122][ T1] Key type asymmetric registered [ 1.732915][ T1] Asymmetric key parser 'x509' registered [ 1.738855][ T1] bounce: pool size: 64 pages [ 1.743810][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.752367][ T1] io scheduler bfq registered [ 1.760170][ T1] armada-xp-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.771122][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.781374][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.790928][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.801104][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.811266][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.819425][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.828672][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0044000..0x00d0045fff -> 0x0000044000 [ 1.837903][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0048000..0x00d0049fff -> 0x0000048000 [ 1.847132][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d004c000..0x00d004dfff -> 0x000004c000 [ 1.856359][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 1.865586][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.875333][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.885085][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.894829][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.904571][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 1.914313][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 1.924055][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 1.933801][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 1.943559][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 1.953301][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 1.964189][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 1.971567][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.977761][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 1.988615][ T1] pci_bus 0000:00: root bus resource [mem 0xd0044000-0xd0045fff] (bus address [0x00044000-0x00045fff]) [ 1.999496][ T1] pci_bus 0000:00: root bus resource [mem 0xd0048000-0xd0049fff] (bus address [0x00048000-0x00049fff]) [ 2.010352][ T1] pci_bus 0000:00: root bus resource [mem 0xd004c000-0xd004dfff] (bus address [0x0004c000-0x0004dfff]) [ 2.021198][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.032039][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.039596][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 3.332704][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.422696][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.502680][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.662672][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.062680][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.702673][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.982679][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up [ 68.989500][ T1] pci 0000:00:02.0: [11ab:7823] type 01 class 0x060400 [ 68.997080][ T1] pci 0000:00:05.0: [11ab:7823] type 01 class 0x060400 [ 69.006474][ T1] PCI: bus0: Fast back to back transfers disabled [ 69.012776][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.021462][ T1] pci 0000:00:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.030546][ T1] pci 0000:01:00.0: [1b4b:9170] type 00 class 0x010601 [ 69.037280][ T1] pci 0000:01:00.0: reg 0x10: [io 0xfffffff8-0xffffffff] [ 69.044278][ T1] pci 0000:01:00.0: reg 0x14: [io 0xfffffffc-0xffffffff] [ 69.051228][ T1] pci 0000:01:00.0: reg 0x18: [io 0xfffffff8-0xffffffff] [ 69.058195][ T1] pci 0000:01:00.0: reg 0x1c: [io 0xfffffffc-0xffffffff] [ 69.065160][ T1] pci 0000:01:00.0: reg 0x20: [io 0xfffffff0-0xffffffff] [ 69.072108][ T1] pci 0000:01:00.0: reg 0x24: [mem 0x42000000-0x420001ff] [ 69.079073][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref] [ 69.086515][ T1] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1 [ 69.093100][ T1] pci 0000:01:00.0: PME# supported from D3hot [ 69.099516][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.132772][ T1] PCI: bus1: Fast back to back transfers disabled [ 69.139030][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 69.146691][ T1] pci 0000:02:00.0: [1b73:1009] type 00 class 0x0c0330 [ 69.153423][ T1] pci 0000:02:00.0: reg 0x10: [mem 0x48000000-0x4800ffff 64bit] [ 69.160896][ T1] pci 0000:02:00.0: reg 0x18: [mem 0x48010000-0x48010fff 64bit] [ 69.168387][ T1] pci 0000:02:00.0: reg 0x20: [mem 0x48011000-0x48011fff 64bit] [ 69.175953][ T1] pci 0000:02:00.0: supports D1 [ 69.180643][ T1] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 69.188216][ T1] pci 0000:00:05.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.222734][ T1] PCI: bus2: Fast back to back transfers disabled [ 69.228990][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 69.236377][ T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff] [ 69.243947][ T1] pci 0000:00:05.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff] [ 69.251494][ T1] pci 0000:00:02.0: BAR 13: assigned [io 0x10000-0x10fff] [ 69.258568][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf8000000-0xf800ffff pref] [ 69.266478][ T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xf8010000-0xf80101ff] [ 69.273957][ T1] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 69.280900][ T1] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 69.287866][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 69.294826][ T1] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 69.301769][ T1] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 69.308729][ T1] pci 0000:00:02.0: PCI bridge to [bus 01] [ 69.314386][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 69.321337][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff] [ 69.328826][ T1] pci 0000:02:00.0: BAR 0: assigned [mem 0xf8100000-0xf810ffff 64bit] [ 69.336830][ T1] pci 0000:02:00.0: BAR 2: assigned [mem 0xf8110000-0xf8110fff 64bit] [ 69.344844][ T1] pci 0000:02:00.0: BAR 4: assigned [mem 0xf8111000-0xf8111fff 64bit] [ 69.352856][ T1] pci 0000:00:05.0: PCI bridge to [bus 02] [ 69.358501][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff] [ 69.366164][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 69.373098][ T1] pcieport 0000:00:05.0: enabling device (0140 -> 0142) [ 69.381632][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 69.464467][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.476959][ T1] mv_xor d00f0900.xor: Marvell shared XOR driver [ 69.544483][ T1] mv_xor d00f0900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.716296][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 69.729780][ T1] printk: legacy console [ttyS0] disabled [ 69.756794][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 38, base_baud = 15625000) is a 16550A [ 69.766548][ T1] printk: legacy console [ttyS0] enabled [ 69.766548][ T1] printk: legacy console [ttyS0] enabled [ 69.777587][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.777587][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.816989][ T1] ahci 0000:01:00.0: enabling device (0146 -> 0147) [ 69.823840][ T1] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 69.832702][ T1] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 69.844250][ T1] scsi host0: ahci [ 69.849355][ T1] scsi host1: ahci [ 69.853604][ T1] ata1: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010100 irq 40 lpm-pol 0 [ 69.862517][ T1] ata2: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010180 irq 40 lpm-pol 0 [ 69.872362][ T1] sata_mv d00a0000.sata: slots 32 ports 2 [ 69.881175][ T1] scsi host2: sata_mv [ 69.886145][ T1] scsi host3: sata_mv [ 69.890336][ T1] ata3: SATA max UDMA/133 irq 41 lpm-pol 0 [ 69.896087][ T1] ata4: SATA max UDMA/133 irq 41 lpm-pol 0 [ 69.903810][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 69.910893][ T1] nand: Hynix H27U1G8F2BTR-BC [ 69.915496][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 69.924250][ T1] Bad block table found at page 65472, version 0x01 [ 69.931052][ T1] Bad block table found at page 65408, version 0x01 [ 69.937712][ T1] nand_read_bbt: bad block at 0x000000780000 [ 69.943714][ T1] 5 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 69.951410][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 69.957551][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 69.965584][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 69.974137][ T1] 0x000000200000-0x000000800000 : "uImage" [ 69.982156][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 69.990576][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 70.000568][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 70.009166][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 70.066728][ T1] mvneta d0070000.ethernet eth0: Using random mac address 7a:d4:a0:fa:b8:07 [ 70.085307][ T1] mvneta d0074000.ethernet eth1: Using random mac address 2a:25:e4:27:5e:3e [ 70.094572][ T1] usbcore: registered new interface driver smsc75xx [ 70.101467][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 70.107769][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 70.116277][ T1] orion-ehci d0050000.usb: irq 45, io mem 0xd0050000 [ 70.152677][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 70.159696][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07 [ 70.168759][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 70.176762][ T1] usb usb1: Product: EHCI Host Controller [ 70.182391][ T1] usb usb1: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 ehci_hcd [ 70.190034][ T1] usb usb1: SerialNumber: d0050000.usb [ 70.194345][ T690] ata1: SATA link down (SStatus 0 SControl 300) [ 70.196884][ T1] hub 1-0:1.0: USB hub found [ 70.206059][ T1] hub 1-0:1.0: 1 port detected [ 70.206622][ T695] ata2: SATA link down (SStatus 0 SControl 300) [ 70.214628][ T1] usbcore: registered new interface driver usblp [ 70.223260][ T1] usbcore: registered new interface driver usb-storage [ 70.230709][ T1] mousedev: PS/2 mouse device common for all mice [ 70.237166][ T711] ata3: SATA link down (SStatus 0 SControl F300) [ 70.238104][ T1] i2c_dev: i2c /dev entries driver [ 70.248949][ T1] mv64xxx_i2c d0011000.i2c: can't get pinctrl, bus recovery not supported [ 70.260790][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 70.271824][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 70.277586][ T1] rtc-ds1307 0-0068: setting system clock to 2000-01-01T00:12:50 UTC (946685570) [ 70.392481][ T1] orion_wdt: Initial timeout 171 sec [ 70.398972][ T1] device-mapper: uevent: version 1.0.3 [ 70.404859][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 70.414506][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 70.421760][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 70.429136][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 70.436657][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 70.444802][ T1] debugfs: Directory 'cpu1' with parent 'opp' already present! [ 70.453901][ T1] sdhci: Secure Digital Host Controller Interface driver [ 70.460808][ T1] sdhci: Copyright(c) Pierre Ossman [ 70.466225][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 70.477172][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 70.485432][ T1] hid: raw HID events driver (C) Jiri Kosina [ 70.492709][ T1] usbcore: registered new interface driver usbhid [ 70.492983][ T23] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 70.499038][ T1] usbhid: USB HID core driver [ 70.512721][ T1] NET: Registered PF_INET6 protocol family [ 70.520208][ T1] Segment Routing with IPv6 [ 70.524658][ T1] RPL Segment Routing with IPv6 [ 70.529469][ T1] In-situ OAM (IOAM) with IPv6 [ 70.534218][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 70.543232][ T1] NET: Registered PF_PACKET protocol family [ 70.549306][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 70.554296][ T1] Key type dns_resolver registered [ 70.559582][ T1] ThumbEE CPU extension supported. [ 70.564607][ T1] Registering SWP/SWPB emulation handler [ 70.575734][ T715] ata4: SATA link down (SStatus 0 SControl F300) [ 70.642287][ T1] registered taskstats version 1 [ 70.647424][ T1] Loading compiled-in X.509 certificates [ 70.679484][ T1] Key type .fscrypt registered [ 70.684232][ T1] Key type fscrypt-provisioning registered [ 70.690034][ T1] Key type big_key registered [ 70.730544][ T23] usb 1-1: New USB device found, idVendor=18a5, idProduct=0302, bcdDevice= 1.00 [ 70.739559][ T23] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 70.747499][ T23] usb 1-1: Product: STORE N GO [ 70.752145][ T23] usb 1-1: Manufacturer: Verbatim [ 70.757084][ T23] usb 1-1: SerialNumber: 070126746F196C39 [ 70.764810][ T23] usb-storage 1-1:1.0: USB Mass Storage device detected [ 70.772469][ T23] scsi host4: usb-storage 1-1:1.0 [ 70.855783][ T1] Key type encrypted registered [ 70.866700][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 70.875686][ T1] clk: Disabling unused clocks [ 70.883067][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 70.914855][ T1] Checked W+X mappings: passed, no W+X pages found [ 70.921306][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 71.784872][ T700] scsi 4:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 4 [ 71.797553][ T702] sd 4:0:0:0: [sda] 120795136 512-byte logical blocks: (61.8 GB/57.6 GiB) [ 71.809819][ T702] sd 4:0:0:0: [sda] Write Protect is off [ 71.817567][ T702] sd 4:0:0:0: [sda] No Caching mode page found [ 71.823670][ T702] sd 4:0:0:0: [sda] Assuming drive cache: write through [ 71.843486][ T702] sda: sda1 [ 71.847156][ T702] sd 4:0:0:0: [sda] Attached SCSI removable disk [ 75.089036][ T1335] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 75.089489][ T1342] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 75.100271][ T1340] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 75.122214][ T1338] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 75.134238][ T1339] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 75.146259][ T1347] usbcore: registered new interface driver uas 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/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 28889/3776512 files, 678894/15099136 blocks done. [ 87.449701][ T1365] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 87.739354][ T1365] EXT4-fs (sda1): mounted filesystem c4c7102b-3eaf-4700-b737-8eb67b960d18 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)...done. Waiting for /dev to be fully populated...[ 97.983137][ T1546] lm75 0-004c: supply vs not found, using dummy regulator [ 98.030076][ T1546] hwmon hwmon2: temp1_input not attached to any thermal zone [ 98.064729][ T1546] lm75 0-004c: hwmon2: sensor 'g751' [ 98.145283][ T1547] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 98.156604][ T1558] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 98.172546][ T1548] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 98.185890][ T1558] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 98.201210][ T1558] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 98.586944][ T1546] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ 98.603820][ T1559] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 98.618440][ T1559] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 98.685458][ T1559] xhci_hcd 0000:02:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 98.781653][ T1559] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 98.821146][ T1559] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 98.873511][ T1559] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed [ 98.892182][ T1559] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07 [ 98.927054][ T1559] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 98.935072][ T1559] usb usb2: Product: xHCI Host Controller [ 98.942199][ T1559] usb usb2: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 xhci-hcd [ 98.959570][ T1559] usb usb2: SerialNumber: 0000:02:00.0 [ 98.986276][ T1559] hub 2-0:1.0: USB hub found [ 99.004117][ T1559] hub 2-0:1.0: 2 ports detected [ 99.024929][ T1559] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 99.043005][ T1559] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07 [ 99.064242][ T1559] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 99.075414][ T1559] usb usb3: Product: xHCI Host Controller [ 99.089527][ T1559] usb usb3: Manufacturer: Linux 6.7.5-mvebu-370xp-tld-3 xhci-hcd [ 99.104836][ T1559] usb usb3: SerialNumber: 0000:02:00.0 [ 99.115450][ T1559] hub 3-0:1.0: USB hub found [ 99.129811][ T1559] hub 3-0:1.0: 2 ports detected done. Activating swap:. [ 99.881535][ T1709] EXT4-fs (sda1): re-mounted c4c7102b-3eaf-4700-b737-8eb67b960d18 r/w. Quota mode: none. Will now check all file systems. [ 107.616022][ T1286] random: crng init done 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. [ 111.882191][ T2099] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 111.892881][ T2099] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 [ 115.062960][ T23] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13 DHCPOFFER of 192.168.48.232 from 192.168.48.2 DHCPREQUEST for 192.168.48.232 on eth0 to 255.255.255.255 port 67 DHCPACK of 192.168.48.232 from 192.168.48.2 bound to 192.168.48.232 -- renewal in 227 seconds. done. 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. Not starting NFS kernel daemon: no exports ... (warning). Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 2254 (syslogd) . Starting periodic command scheduler: cron. Starting NTP server: ntpd1999-12-31T16:13:44 ntpd[2297]: INIT: ntpd ntpsec-1.2.2: Starting 1999-12-31T16:13:44 ntpd[2297]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting NTP server: ntpd1999-12-31T16:13:44 ntpd[2283]: INIT: ntpd ntpsec-1.2.2: Starting 1999-12-31T16:13:44 ntpd[2283]: INIT: Command line: /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N -u ntpsec:ntpsec . Starting OpenBSD Secure Shell server: sshd. Starting system message bus: dbus. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2302 (klogd) . Running local boot scripts (/etc/rc.local) Cannot read environment, using default Cannot read default environment from file <13>Dec 31 16:13:46 root[2345]: Cannot read u-boot env ethaddr . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.7.5-mvebu-370xp-tld-3 #1 SMP PREEMPT Thu Feb 29 19:03:59 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: Fri Dec 31 16:08:13 PST 1999 on ttyS0 debian 192.168.48.23 NETGEAR ReadyNAS 2120 Linux version 6.7.5-mvebu-370xp-tld-3 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Thu Feb 29 19:03:59 PST 2024 Debian 12.4 Fri Dec 31 16:13:54 PST 1999 up 2 minutes root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 57.6G 0 disk `-sda1 8:1 1 57.6G 0 part / mtdblock0 31:0 0 1.5M 1 disk mtdblock1 31:1 0 128K 1 disk mtdblock2 31:2 0 6M 0 disk mtdblock3 31:3 0 4M 0 disk mtdblock4 31:4 0 116M 0 disk root@debian:
Re: Debian on ReadyNas RN2120 December 02, 2024 11:53AM |
Admin Registered: 14 years ago Posts: 19,231 |
Re: Debian on ReadyNas RN2120 December 05, 2024 03:18PM |
Registered: 8 weeks ago Posts: 4 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000000780000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 10 0 Marvell>> Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 pcie_aspm=force earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' 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 Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5077889 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5254427 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.11.6-mvebu-370xp-tld-1 Created: 2024-12-05 21:07:34 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5077825 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.11.6-mvebu-370xp-tld Created: 2024-12-05 21:07:53 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5254363 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.11.6-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 PREEMPT Fri Nov 8 14:40:25 PST 2024 [ 0.000000][ T0] CPU: ARMv7 Processor [562f5842] revision 2 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: div instructions available: patching division code [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 2120 [ 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-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] ------------[ cut here ]------------ [ 0.000000][ T0] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:129 arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] DT /cpu 2 nodes greater than max cores 1, capping them [ 0.000000][ T0] Modules linked in: [ 0.000000][ T0] CPU: 0 UID: 0 PID: 0 Comm: swapper Not tainted 6.11.6-mvebu-370xp-tld-1 #1 [ 0.000000][ T0] Hardware name: Marvell Armada 370/XP (Device Tree) [ 0.000000][ T0] Call trace: [ 0.000000][ T0] unwind_backtrace from show_stack+0x10/0x14 [ 0.000000][ T0] show_stack from dump_stack_lvl+0x50/0x58 [ 0.000000][ T0] dump_stack_lvl from __warn+0x68/0xc4 [ 0.000000][ T0] __warn from warn_slowpath_fmt+0x88/0x114 [ 0.000000][ T0] warn_slowpath_fmt from arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] arm_dt_init_cpu_maps from setup_arch+0x28c/0x4c8 [ 0.000000][ T0] setup_arch from start_kernel+0x4c/0x8b4 [ 0.000000][ T0] start_kernel from 0x0 [ 0.000000][ T0] ---[ end trace 0000000000000000 ]--- [ 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 pcie_aspm=force earlyprintk=serial mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn2120 [ 0.000000][ T0] PCIe ASPM is forcibly enabled [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn2120", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 524288 [ 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] Aurora cache controller enabled, 32 ways, 2048 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a69ef12 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 40ns [ 0.000001][ T0] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008515][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.020668][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.030370][ T0] Console: colour dummy device 80x30 [ 0.035533][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.046547][ T0] CPU: Testing write buffer coherency: ok [ 0.052150][ T0] pid_max: default: 32768 minimum: 301 [ 0.061396][ T0] LSM: initializing lsm=capability [ 0.067150][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.075143][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.089609][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.096815][ T1] mvebu-soc-id: MVEBU SoC ID=0x7823, Rev=0x2 [ 0.102772][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.109807][ T1] rcu: Hierarchical SRCU implementation. [ 0.115300][ T1] rcu: Max phase no-delay instances is 1000. [ 0.122020][ T1] Memory: 2051808K/2097152K available (10240K kernel code, 836K rwdata, 3476K rodata, 1024K init, 323K bss, 43352K reserved, 0K cma-reserved, 1310708K highmem) [ 0.138724][ T1] devtmpfs: initialized [ 0.148803][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.157557][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.168059][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.179174][ T1] prandom: seed boundary self test passed [ 0.187247][ T1] prandom: 100 self tests passed [ 0.192053][ T1] pinctrl core: initialized pinctrl subsystem [ 0.199822][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.207149][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.215404][ T1] audit: initializing netlink subsys (disabled) [ 0.222361][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.222434][ T22] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1 [ 0.237526][ T1] cpuidle: using governor ladder [ 0.242327][ T1] cpuidle: using governor menu [ 0.247117][ T1] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.256819][ T1] hw-breakpoint: CPU 0 failed to disable vector catch [ 0.268094][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.460090][ T1] raid6: int32x8 gen() 230 MB/s [ 0.630102][ T1] raid6: int32x4 gen() 248 MB/s [ 0.800121][ T1] raid6: int32x2 gen() 390 MB/s [ 0.970117][ T1] raid6: int32x1 gen() 374 MB/s [ 0.975067][ T1] raid6: using algorithm int32x2 gen() 390 MB/s [ 1.150114][ T1] raid6: .... xor() 220 MB/s, rmw enabled [ 1.155668][ T1] raid6: using intx1 recovery algorithm [ 1.162236][ T1] SCSI subsystem initialized [ 1.167141][ T1] usbcore: registered new interface driver usbfs [ 1.173374][ T1] usbcore: registered new interface driver hub [ 1.179401][ T1] usbcore: registered new device driver usb [ 1.185469][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.191120][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.200932][ T1] PTP clock support registered [ 1.207498][ T1] vgaarb: loaded [ 1.211391][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.223303][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.228102][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.248177][ T1] NET: Registered PF_INET protocol family [ 1.253929][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.263807][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.272998][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.281945][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.290407][ T1] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.298277][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.305650][ T1] MPTCP token hash table entries: 1024 (order: 1, 12288 bytes, linear) [ 1.313877][ T1] UDP hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.321090][ T1] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.329241][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.336150][ T1] RPC: Registered named UNIX socket transport module. [ 1.342789][ T1] RPC: Registered udp transport module. [ 1.348169][ T1] RPC: Registered tcp transport module. [ 1.353557][ T1] RPC: Registered tcp-with-tls transport module. [ 1.359712][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.366834][ T1] PCI: CLS 0 bytes, default 64 [ 1.371728][ T11] Trying to unpack rootfs image as initramfs... [ 1.403085][ T1] Initialise system trusted keyrings [ 1.408275][ T1] Key type blacklist registered [ 1.422270][ T1] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.429424][ T1] zbud: loaded [ 1.462864][ T1] NFS: Registering the id_resolver key type [ 1.468617][ T1] Key type id_resolver registered [ 1.481440][ T1] Key type id_legacy registered [ 1.486273][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.511426][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.765144][ T11] Freeing initrd memory: 5132K [ 1.795448][ T1] xor: measuring software checksum speed [ 1.803583][ T1] arm4regs : 1236 MB/sec [ 1.812267][ T1] 8regs : 902 MB/sec [ 1.820182][ T1] 32regs : 1139 MB/sec [ 1.825247][ T1] xor: using function: arm4regs (1236 MB/sec) [ 1.831152][ T1] async_tx: api initialized (async) [ 1.836205][ T1] Key type asymmetric registered [ 1.840980][ T1] Asymmetric key parser 'x509' registered [ 1.846927][ T1] bounce: pool size: 64 pages [ 1.852011][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.860335][ T1] io scheduler bfq registered [ 1.869598][ T1] armada-xp-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.879579][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.889831][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.899255][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.909483][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.919598][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.927853][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.937160][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0044000..0x00d0045fff -> 0x0000044000 [ 1.946406][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0048000..0x00d0049fff -> 0x0000048000 [ 1.955635][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d004c000..0x00d004dfff -> 0x000004c000 [ 1.964875][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 1.974096][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.983830][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.993563][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.003296][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 2.013028][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 2.022760][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 2.032517][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.042255][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.051988][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.061713][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.072442][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.079820][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.086021][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.096883][ T1] pci_bus 0000:00: root bus resource [mem 0xd0044000-0xd0045fff] (bus address [0x00044000-0x00045fff]) [ 2.107757][ T1] pci_bus 0000:00: root bus resource [mem 0xd0048000-0xd0049fff] (bus address [0x00048000-0x00049fff]) [ 2.118639][ T1] pci_bus 0000:00: root bus resource [mem 0xd004c000-0xd004dfff] (bus address [0x0004c000-0x0004dfff]) [ 2.129502][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.140347][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.147957][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 3.431407][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.511406][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.591406][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.751406][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.071407][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.711406][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.991410][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up [ 68.998221][ T1] pci 0000:00:02.0: [11ab:7823] type 01 class 0x060400 PCIe Root Port [ 69.006247][ T1] pci 0000:00:02.0: PCI bridge to [bus 00] [ 69.011907][ T1] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff] [ 69.018673][ T1] pci 0000:00:02.0: bridge window [mem 0x00000000-0x000fffff] [ 69.026881][ T1] pci 0000:00:02.0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@2,0/interrupt-controller [ 69.037648][ T1] pci 0000:00:05.0: [11ab:7823] type 01 class 0x060400 PCIe Root Port [ 69.045676][ T1] pci 0000:00:05.0: PCI bridge to [bus 00] [ 69.051322][ T1] pci 0000:00:05.0: bridge window [io 0x0000-0x0fff] [ 69.058134][ T1] pci 0000:00:05.0: bridge window [mem 0x00000000-0x000fffff] [ 69.066284][ T1] pci 0000:00:05.0: Fixed dependency cycle(s) with /soc/pcie@82000000/pcie@5,0/interrupt-controller [ 69.078065][ T1] PCI: bus0: Fast back to back transfers disabled [ 69.084366][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.093099][ T1] pci 0000:00:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.102139][ T1] pci 0000:01:00.0: [1b4b:9170] type 00 class 0x010601 PCIe Legacy Endpoint [ 69.110649][ T1] pci 0000:01:00.0: BAR 0 [io 0xfffffff8-0xffffffff] [ 69.117292][ T1] pci 0000:01:00.0: BAR 1 [io 0xfffffffc-0xffffffff] [ 69.123927][ T1] pci 0000:01:00.0: BAR 2 [io 0xfffffff8-0xffffffff] [ 69.130527][ T1] pci 0000:01:00.0: BAR 3 [io 0xfffffffc-0xffffffff] [ 69.137168][ T1] pci 0000:01:00.0: BAR 4 [io 0xfffffff0-0xffffffff] [ 69.143813][ T1] pci 0000:01:00.0: BAR 5 [mem 0x42000000-0x420001ff] [ 69.150414][ T1] pci 0000:01:00.0: ROM [mem 0xd0000000-0xd000ffff pref] [ 69.157349][ T1] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1 [ 69.163917][ T1] pci 0000:01:00.0: PME# supported from D3hot [ 69.170285][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.201456][ T1] PCI: bus1: Fast back to back transfers disabled [ 69.207712][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 69.215344][ T1] pci 0000:02:00.0: [1b73:1009] type 00 class 0x0c0330 PCIe Endpoint [ 69.223292][ T1] pci 0000:02:00.0: BAR 0 [mem 0x48000000-0x4800ffff 64bit] [ 69.230416][ T1] pci 0000:02:00.0: BAR 2 [mem 0x48010000-0x48010fff 64bit] [ 69.237571][ T1] pci 0000:02:00.0: BAR 4 [mem 0x48011000-0x48011fff 64bit] [ 69.244833][ T1] pci 0000:02:00.0: supports D1 [ 69.249526][ T1] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 69.257113][ T1] pci 0000:00:05.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.291457][ T1] PCI: bus2: Fast back to back transfers disabled [ 69.297713][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 69.305068][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff]: assigned [ 69.313253][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff]: assigned [ 69.321424][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff]: assigned [ 69.329062][ T1] pci 0000:01:00.0: ROM [mem 0xf8000000-0xf800ffff pref]: assigned [ 69.336793][ T1] pci 0000:01:00.0: BAR 5 [mem 0xf8010000-0xf80101ff]: assigned [ 69.344265][ T1] pci 0000:01:00.0: BAR 4 [io 0x10000-0x1000f]: assigned [ 69.351207][ T1] pci 0000:01:00.0: BAR 0 [io 0x10010-0x10017]: assigned [ 69.358183][ T1] pci 0000:01:00.0: BAR 2 [io 0x10018-0x1001f]: assigned [ 69.365141][ T1] pci 0000:01:00.0: BAR 1 [io 0x10020-0x10023]: assigned [ 69.372094][ T1] pci 0000:01:00.0: BAR 3 [io 0x10024-0x10027]: assigned [ 69.379037][ T1] pci 0000:00:02.0: PCI bridge to [bus 01] [ 69.384689][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 69.391647][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff] [ 69.399153][ T1] pci 0000:02:00.0: BAR 0 [mem 0xf8100000-0xf810ffff 64bit]: assigned [ 69.407152][ T1] pci 0000:02:00.0: BAR 2 [mem 0xf8110000-0xf8110fff 64bit]: assigned [ 69.415148][ T1] pci 0000:02:00.0: BAR 4 [mem 0xf8111000-0xf8111fff 64bit]: assigned [ 69.423172][ T1] pci 0000:00:05.0: PCI bridge to [bus 02] [ 69.428818][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff] [ 69.436296][ T1] pci_bus 0000:00: resource 4 [mem 0xd0040000-0xd0041fff] [ 69.443246][ T1] pci_bus 0000:00: resource 5 [mem 0xd0044000-0xd0045fff] [ 69.450185][ T1] pci_bus 0000:00: resource 6 [mem 0xd0048000-0xd0049fff] [ 69.457132][ T1] pci_bus 0000:00: resource 7 [mem 0xd004c000-0xd004dfff] [ 69.464103][ T1] pci_bus 0000:00: resource 8 [mem 0xd0080000-0xd0081fff] [ 69.471044][ T1] pci_bus 0000:00: resource 9 [mem 0xf8000000-0xffdfffff] [ 69.477993][ T1] pci_bus 0000:00: resource 10 [io 0x1000-0xeffff] [ 69.484423][ T1] pci_bus 0000:01: resource 0 [io 0x10000-0x10fff] [ 69.490843][ T1] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xf80fffff] [ 69.497790][ T1] pci_bus 0000:02: resource 1 [mem 0xf8100000-0xf81fffff] [ 69.504869][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 69.511778][ T1] pcieport 0000:00:05.0: enabling device (0140 -> 0142) [ 69.520127][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 69.582435][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.593312][ T1] mv_xor d00f0900.xor: Marvell shared XOR driver [ 69.662428][ T1] mv_xor d00f0900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.816001][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 69.828901][ T1] printk: legacy console [ttyS0] disabled [ 69.856036][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 29, base_baud = 15625000) is a 16550A [ 69.865819][ T1] printk: legacy console [ttyS0] enabled [ 69.865819][ T1] printk: legacy console [ttyS0] enabled [ 69.876861][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.876861][ T1] printk: legacy bootconsole [earlycon0] disabled [ 69.892784][ T1] ahci 0000:01:00.0: enabling device (0146 -> 0147) [ 69.899504][ T1] ahci 0000:01:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode [ 69.909763][ T1] ahci 0000:01:00.0: 2/2 ports implemented (port mask 0x3) [ 69.916886][ T1] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 69.928089][ T1] scsi host0: ahci [ 69.933115][ T1] scsi host1: ahci [ 69.937261][ T1] ata1: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010100 irq 31 lpm-pol 0 [ 69.946307][ T1] ata2: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010180 irq 31 lpm-pol 0 [ 69.956668][ T1] sata_mv d00a0000.sata: slots 32 ports 2 [ 69.965127][ T1] scsi host2: sata_mv [ 69.969927][ T1] scsi host3: sata_mv [ 69.974380][ T1] ata3: SATA max UDMA/133 irq 32 lpm-pol 0 [ 69.980069][ T1] ata4: SATA max UDMA/133 irq 32 lpm-pol 0 [ 69.987691][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 69.994856][ T1] nand: Hynix H27U1G8F2BTR-BC [ 69.999409][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 70.008091][ T1] Bad block table found at page 65472, version 0x01 [ 70.014939][ T1] Bad block table found at page 65408, version 0x01 [ 70.021591][ T1] nand_read_bbt: bad block at 0x000000780000 [ 70.027585][ T1] 5 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 70.035292][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 70.041423][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 70.048043][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 70.055065][ T1] 0x000000200000-0x000000800000 : "uImage" [ 70.061699][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 70.068675][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 70.077640][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 70.086291][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 70.135832][ T1] usbcore: registered new interface driver smsc75xx [ 70.143618][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 70.149761][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 70.158353][ T1] orion-ehci d0050000.usb: irq 34, io mem 0xd0050000 [ 70.191408][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 70.198351][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 70.207403][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 70.215398][ T1] usb usb1: Product: EHCI Host Controller [ 70.221030][ T1] usb usb1: Manufacturer: Linux 6.11.6-mvebu-370xp-tld-1 ehci_hcd [ 70.228759][ T1] usb usb1: SerialNumber: d0050000.usb [ 70.235121][ T1] hub 1-0:1.0: USB hub found [ 70.239662][ T1] hub 1-0:1.0: 1 port detected [ 70.246169][ T1] usbcore: registered new interface driver usblp [ 70.252644][ T1] usbcore: registered new interface driver usb-storage [ 70.260187][ T1] mousedev: PS/2 mouse device common for all mice [ 70.268415][ T1] i2c_dev: i2c /dev entries driver [ 70.274009][ T1] mv64xxx_i2c d0011000.i2c: can't get pinctrl, bus recovery not supported [ 70.282475][ T679] ata2: SATA link down (SStatus 0 SControl 300) [ 70.288715][ T674] ata1: SATA link down (SStatus 0 SControl 300) [ 70.297420][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 70.308481][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 70.313962][ T695] ata3: SATA link down (SStatus 0 SControl F300) [ 70.320477][ T1] rtc-ds1307 0-0068: setting system clock to 2024-12-05T21:11:05 UTC (1733433065) [ 70.434655][ T1] orion_wdt: Initial timeout 171 sec [ 70.440750][ T1] device-mapper: uevent: version 1.0.3 [ 70.446589][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev [ 70.456610][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 70.464059][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 70.471437][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 70.478869][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 70.487749][ T1] sdhci: Secure Digital Host Controller Interface driver [ 70.494802][ T1] sdhci: Copyright(c) Pierre Ossman [ 70.500106][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 70.510274][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 70.518939][ T1] hid: raw HID events driver (C) Jiri Kosina [ 70.525742][ T1] usbcore: registered new interface driver usbhid [ 70.532104][ T8] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 70.539615][ T1] usbhid: USB HID core driver [ 70.545165][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 70.555451][ T1] NET: Registered PF_INET6 protocol family [ 70.562460][ T1] Segment Routing with IPv6 [ 70.566867][ T1] RPL Segment Routing with IPv6 [ 70.571720][ T1] In-situ OAM (IOAM) with IPv6 [ 70.576479][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 70.585056][ T1] NET: Registered PF_PACKET protocol family [ 70.590999][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 70.596012][ T1] Key type dns_resolver registered [ 70.601311][ T1] ThumbEE CPU extension supported. [ 70.606354][ T1] Registering SWP/SWPB emulation handler [ 70.663270][ T700] ata4: SATA link down (SStatus 0 SControl F300) [ 70.672803][ T1] registered taskstats version 1 [ 70.677713][ T1] Loading compiled-in X.509 certificates [ 70.705932][ T1] Key type .fscrypt registered [ 70.710588][ T1] Key type fscrypt-provisioning registered [ 70.716400][ T1] Key type big_key registered [ 70.749367][ T8] usb 1-1: New USB device found, idVendor=18a5, idProduct=0302, bcdDevice= 1.00 [ 70.767380][ T8] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 70.781451][ T8] usb 1-1: Product: STORE N GO [ 70.786098][ T8] usb 1-1: Manufacturer: Verbatim [ 70.790997][ T8] usb 1-1: SerialNumber: 070126746F196C39 [ 70.812550][ T8] usb-storage 1-1:1.0: USB Mass Storage device detected [ 70.831990][ T8] scsi host4: usb-storage 1-1:1.0 [ 70.887523][ T1] Key type encrypted registered [ 70.896854][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 70.905821][ T1] clk: Disabling unused clocks [ 70.910492][ T1] PM: genpd: Disabling unused power domains [ 70.918616][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 70.927222][ T1] Checked W+X mappings: passed, no W+X pages found [ 70.933706][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 71.873428][ T13] scsi 4:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 4 [ 71.901009][ T763] sd 4:0:0:0: [sda] 120795136 512-byte logical blocks: (61.8 GB/57.6 GiB) [ 71.914500][ T763] sd 4:0:0:0: [sda] Write Protect is off [ 71.931423][ T763] sd 4:0:0:0: [sda] No Caching mode page found [ 71.937479][ T763] sd 4:0:0:0: [sda] Assuming drive cache: write through [ 71.996680][ T763] sda: sda1 [ 72.002532][ T763] sd 4:0:0:0: [sda] Attached SCSI removable disk [ 75.330516][ T1247] usbcore: registered new interface driver uas 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/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 31886/3776512 files, 712379/15099136 blocks done. [ 87.665259][ T1275] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 87.973009][ T1275] EXT4-fs (sda1): mounted filesystem c4c7102b-3eaf-4700-b737-8eb67b960d18 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)...done. Waiting for /dev to be fully populated...[ 98.464308][ T1468] lm75 0-004c: supply vs not found, using dummy regulator [ 98.542908][ T1468] hwmon hwmon2: temp1_input not attached to any thermal zone [ 98.632895][ T1468] lm75 0-004c: hwmon2: sensor 'g751' [ 99.035622][ T1456] mvneta d0070000.ethernet eth0: Using random mac address 9a:55:6f:90:28:10 [ 99.124051][ T1456] mvneta d0074000.ethernet eth1: Using random mac address 56:24:47:51:6a:51 [ 99.378501][ T1461] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 99.425310][ T1467] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ 99.459517][ T1461] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 99.564319][ T1461] xhci_hcd 0000:02:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 99.638813][ T1461] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 99.676220][ T1461] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 99.785439][ T1461] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed [ 99.817653][ T1461] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11 [ 99.871277][ T1461] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 99.947284][ T1461] usb usb2: Product: xHCI Host Controller [ 99.979695][ T1461] usb usb2: Manufacturer: Linux 6.11.6-mvebu-370xp-tld-1 xhci-hcd [ 100.033309][ T1461] usb usb2: SerialNumber: 0000:02:00.0 [ 100.083527][ T1461] hub 2-0:1.0: USB hub found [ 100.106789][ T1461] hub 2-0:1.0: 2 ports detected [ 100.136096][ T1461] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 100.227974][ T1461] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11 [ 100.303774][ T1461] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 100.358073][ T1461] usb usb3: Product: xHCI Host Controller [ 100.435321][ T1461] usb usb3: Manufacturer: Linux 6.11.6-mvebu-370xp-tld-1 xhci-hcd [ 100.528859][ T1461] usb usb3: SerialNumber: 0000:02:00.0 [ 100.570413][ T1461] hub 3-0:1.0: USB hub found [ 100.606338][ T1461] hub 3-0:1.0: 2 ports detected done. Activating swap:. [ 101.540493][ T1612] EXT4-fs (sda1): re-mounted c4c7102b-3eaf-4700-b737-8eb67b960d18 r/w. Quota mode: none. [ 108.531454][ C0] random: crng init done 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. [ 113.621489][ T2002] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 113.637348][ T2002] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 [ 116.751750][ T8] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 DHCPOFFER of 192.168.48.232 from 192.168.48.3 DHCPREQUEST for 192.168.48.232 on eth0 to 255.255.255.255 port 67 DHCPACK of 192.168.48.232 from 192.168.48.3 bound to 192.168.48.232 -- renewal in 253 seconds. done. 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... 2148 (syslogd) . Not starting NFS kernel daemon: no exports ... (warning). Starting periodic command scheduler: cron. Starting system message bus: dbus. Starting NTP server: ntpd2024-12-05T13:11:56 ntpd[2212]: INIT: ntpd ntpsec-1.2.2: Starting 2024-12-05T13:11:56 ntpd[2212]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting NTP server: ntpd. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2159 (klogd) . Starting OpenBSD Secure Shell server: sshd. Running local boot scripts (/etc/rc.local) Cannot read environment, using default Cannot read default environment from file <13>Dec 5 13:11:57 root[2247]: Cannot read u-boot env ethaddr . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.11.6-mvebu-370xp-tld-1 #1 PREEMPT Fri Nov 8 14:40:25 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: Fri Dec 31 16:04:51 PST 1999 on ttyS0 debian 192.168.48.23 NETGEAR ReadyNAS 2120 Linux version 6.11.6-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 PREEMPT Fri Nov 8 14:40:25 PST 2024 Debian 12.4 Thu Dec 5 13:12:08 PST 2024 up 2 minutes root@debian:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 2 (v7l) BogoMIPS : 50.00 Features : half thumb fastmult vfp edsp thumbee vfpv3 tls idiva idivt vfpd32 lpae CPU implementer : 0x56 CPU architecture: 7 CPU variant : 0x2 CPU part : 0x584 CPU revision : 2 Hardware : Marvell Armada 370/XP (Device Tree) Revision : 0000 Serial : 0000000000000000 root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 57.6G 0 disk `-sda1 8:1 1 57.6G 0 part / root@debian:~#
Re: Debian on ReadyNas RN2120 December 05, 2024 04:39PM |
Admin Registered: 14 years ago Posts: 19,231 |
Re: Debian on ReadyNas RN2120 December 06, 2024 01:46AM |
Registered: 9 years ago Posts: 466 |
Re: Debian on ReadyNas RN2120 December 06, 2024 01:24PM |
Admin Registered: 14 years ago Posts: 19,231 |