Re: Install Debian on Synology DS413J March 16, 2023 03:24AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target...- Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> sleep 3 NSA325> usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found NSA325> boot Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1002 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-nsa325.dtb ... 14014 bytes read in 1676 ms (7.8 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cd000, end 1f1d36bd ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: ZyXEL NSA325 [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490944K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33344K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000050][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000766][ T0] Console: colour dummy device 80x30 [ 0.000830][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000867][ T0] pid_max: default: 32768 minimum: 301 [ 0.001201][ T0] LSM: Security Framework initializing [ 0.001347][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001387][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002584][ T0] CPU: Testing write buffer coherency: ok [ 0.004631][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004905][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005198][ T1] rcu: Hierarchical SRCU implementation. [ 0.006408][ T1] devtmpfs: initialized [ 0.012403][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012450][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.040609][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.040647][ T1] prandom: seed boundary self test passed [ 0.043806][ T1] prandom: 100 self tests passed [ 0.043822][ T1] pinctrl core: initialized pinctrl subsystem [ 0.045216][ T1] NET: Registered protocol family 16 [ 0.045838][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.046627][ T1] audit: initializing netlink subsys (disabled) [ 0.047816][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.048139][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.048298][ T1] cpuidle: using governor ladder [ 0.048382][ T1] cpuidle: using governor menu [ 0.048806][ T1] Feroceon L2: Enabling L2 [ 0.048850][ T1] Feroceon L2: Cache support initialised. [ 0.057614][ T1] No ATAGs? [ 2.560056][ C0] random: fast init done [ 3.703671][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.723350][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910161][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080164][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250152][ T1] raid6: int32x4 gen() 146 MB/s [ 4.420090][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590078][ T1] raid6: int32x2 gen() 187 MB/s [ 4.760175][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930104][ T1] raid6: int32x1 gen() 130 MB/s [ 5.100180][ T1] raid6: int32x1 xor() 78 MB/s [ 5.100194][ T1] raid6: using algorithm int32x2 gen() 187 MB/s [ 5.100205][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100214][ T1] raid6: using intx1 recovery algorithm [ 5.100445][ T1] vgaarb: loaded [ 5.100913][ T1] SCSI subsystem initialized [ 5.101346][ T1] usbcore: registered new interface driver usbfs [ 5.101405][ T1] usbcore: registered new interface driver hub [ 5.101451][ T1] usbcore: registered new device driver usb [ 5.101626][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101639][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101667][ T1] PTP clock support registered [ 5.103162][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183721][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183816][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197448][ T1] NET: Registered protocol family 2 [ 5.197617][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198668][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198721][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198791][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198850][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199048][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199113][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199147][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199350][ T1] NET: Registered protocol family 1 [ 5.203678][ T1] RPC: Registered named UNIX socket transport module. [ 5.203698][ T1] RPC: Registered udp transport module. [ 5.203708][ T1] RPC: Registered tcp transport module. [ 5.203718][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203732][ T1] PCI: CLS 0 bytes, default 32 [ 5.203877][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213464][ T58] Trying to unpack rootfs image as initramfs... [ 6.532523][ T58] Freeing initrd memory: 9448K [ 6.983903][ T1] Initialise system trusted keyrings [ 6.983962][ T1] Key type blacklist registered [ 6.984188][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.984291][ T1] zbud: loaded [ 6.985490][ T1] NFS: Registering the id_resolver key type [ 6.985549][ T1] Key type id_resolver registered [ 6.985561][ T1] Key type id_legacy registered [ 6.985597][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.985617][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.985629][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.985862][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.986253][ T1] fuse: init (API version 7.34) [ 6.986610][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.986780][ T1] orangefs_init: module version upstream loaded [ 6.986796][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.064464][ T1] xor: measuring software checksum speed [ 7.071121][ T1] arm4regs : 1485 MB/sec [ 7.082228][ T1] 8regs : 890 MB/sec [ 7.089861][ T1] 32regs : 1296 MB/sec [ 7.089875][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.089894][ T1] async_tx: api initialized (async) [ 7.089910][ T1] Key type asymmetric registered [ 7.089921][ T1] Asymmetric key parser 'x509' registered [ 7.089974][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.090044][ T1] io scheduler bfq registered [ 7.239867][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.241437][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.241511][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.241547][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.241582][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.241616][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.241649][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.241680][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.241705][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.241965][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.241985][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.242004][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.242023][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.242040][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.242057][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.242072][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.242188][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.242221][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.243473][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.243503][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.243687][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.243723][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.243747][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.243878][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.244062][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.245062][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.245087][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.245267][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.245290][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.245310][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.245332][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.245359][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.245379][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.245394][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.245411][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.245514][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.245972][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.304021][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306039][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.364019][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366298][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367498][ T1] printk: console [ttyS0] disabled [ 7.367580][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 8.527517][ T1] printk: console [ttyS0] enabled [ 8.539430][ T1] loop: module loaded [ 8.543739][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.550612][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.564796][ T1] scsi host0: sata_mv [ 8.569194][ T1] scsi host1: sata_mv [ 8.573608][ T1] scsi host2: sata_mv [ 8.577947][ T1] scsi host3: sata_mv [ 8.582005][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 35 [ 8.590455][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 35 [ 8.598864][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 35 [ 8.607277][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 35 [ 8.616942][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.625846][ T1] scsi host4: sata_mv [ 8.630210][ T1] scsi host5: sata_mv [ 8.634337][ T1] ata5: SATA max UDMA/133 irq 32 [ 8.639161][ T1] ata6: SATA max UDMA/133 irq 32 [ 8.893191][ T1] nand: No NAND device found [ 8.898098][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.906732][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.918042][ T1] libphy: Fixed MDIO Bus: probed [ 8.924104][ T1] libphy: orion_mdio_bus: probed [ 8.942415][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.950058][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 8.957777][ T1] mv643xx_eth: Set the PHY to fix link down [ 8.958325][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.974332][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.981676][ T1] ehci-pci: EHCI PCI platform driver [ 8.986896][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 8.993292][ T1] ehci-orion: EHCI orion driver [ 8.998199][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 9.004516][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 9.013055][ T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 9.043184][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 9.050178][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 9.059209][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.067180][ T1] usb usb1: Product: EHCI Host Controller [ 9.072779][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 9.080223][ T1] usb usb1: SerialNumber: f1050000.ehci [ 9.086244][ T1] hub 1-0:1.0: USB hub found [ 9.090751][ T1] hub 1-0:1.0: 1 port detected [ 9.096078][ T1] usbcore: registered new interface driver usb-storage [ 9.103142][ T1] mousedev: PS/2 mouse device common for all mice [ 9.109741][ T1] i2c /dev entries driver [ 9.114973][ T1] rtc-pcf8563 0-0051: pcf8563_write_block_data: err=-6 addr=0e, data=03 [ 9.123337][ T1] rtc-pcf8563 0-0051: pcf8563_probe: write error [ 9.129624][ T1] rtc-pcf8563: probe of 0-0051 failed with error -5 [ 9.136912][ T1] device-mapper: uevent: version 1.0.3 [ 9.142494][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.152068][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.159384][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.166751][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.174169][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.180995][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.189697][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.196137][ T1] drop_monitor: Initializing network drop monitor service [ 9.203579][ T1] NET: Registered protocol family 10 [ 9.209855][ T1] Segment Routing with IPv6 [ 9.214338][ T1] RPL Segment Routing with IPv6 [ 9.219156][ T1] NET: Registered protocol family 17 [ 9.224559][ T1] Key type dns_resolver registered [ 9.230033][ T1] registered taskstats version 1 [ 9.235054][ T1] Loading compiled-in X.509 certificates [ 9.240921][ T1] zswap: loaded using pool lzo/zbud [ 9.246358][ T1] Key type ._fscrypt registered [ 9.251095][ T1] Key type .fscrypt registered [ 9.255824][ T1] Key type fscrypt-provisioning registered [ 9.263091][ T1] Key type big_key registered [ 9.292389][ T1] Key type encrypted registered [ 9.307400][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.383191][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.584936][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.593910][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.601815][ T117] usb 1-1: Product: USB2.0 Hub [ 9.607220][ T117] hub 1-1:1.0: USB hub found [ 9.612063][ T117] hub 1-1:1.0: 4 ports detected [ 9.657617][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.004715][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 10.333183][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.345900][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 10.365301][ T1] Freeing unused kernel memory: 1024K [ 10.371342][ T1] Checked W+X mappings: passed, no W+X pages found [ 10.377823][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 10.503471][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.512601][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.543258][ T117] usb 1-1.2: Product: Ultra [ 10.547656][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.552641][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.583648][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.607590][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 10.624512][ T147] usbcore: registered new interface driver uas [ 11.138564][ T153] input: gpio_keys as /devices/platform/gpio_keys/input/input0 Begin: Loading essential drivers ... done. [ 11.684148][ T103] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.697621][ T108] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.711480][ T108] sd 6:0:0:0: [sda] Write Protect is off [ 11.717840][ T108] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.757441][ T108] sda: sda1 [ 11.773726][ T108] sd 6:0:0:0: [sda] Attached SCSI removable disk 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 26690/1900544 files, 575281/7591244 blocks done. [ 23.279772][ T180] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 23.437327][ T180] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 24.251102][ T1] systemd[1]: System time before build time, advancing clock. [ 24.330010][ T1] systemd[1]: Inserted module 'autofs4' [ 24.414089][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 24.438687][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 24.485334][ T1] systemd[1]: Set hostname to <debian>. [ 26.253702][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 26.264107][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 26.271745][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 26.284979][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 26.295938][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 26.333429][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 26.341770][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 26.383408][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 26.391735][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 26.434175][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 26.473876][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 26.513804][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 26.554501][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 26.593707][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 26.633951][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 26.673667][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 26.705146][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 26.744129][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 26.783814][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 26.824543][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 26.864212][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 26.904338][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 26.944377][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 26.984076][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 27.024258][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 27.037037][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 27.086688][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 27.136902][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 27.187280][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 27.237263][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 27.283717][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 27.299093][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 27.347542][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 27.397685][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 27.447500][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 27.506939][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 27.517218][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 27.531403][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 27.584181][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 27.616479][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 27.665216][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 27.750991][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 27.844477][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 27.872708][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 27.904231][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 27.924301][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK 27.930745][ T221] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. 0m] Mounted Kernel Trace File System. [ 27.965170][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 28.030684][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 28.073551][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 28.095384][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 28.105498][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 28.125697][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 28.143528][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 28.184260][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... [ 28.503546][ T224] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Startin[ 28.558412][ C0] random: crng init done g Flush[ 28.563314][ C0] random: 7 urandom warning(s) missed due to ratelimiting Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Activated swap /swapfile1. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ 28.864517][ T217] systemd-journald[217]: Received client request to flush runtime journal. [ OK ] Reached target Swap. [ OK ] Finished Apply Kernel Variables. [ 28.970032][ T217] systemd-journald[217]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Create System Users. Starting Helper to synchronize boot up for ifupdown... Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ 31.541724][ T248] orion_wdt: Initial timeout 21 sec [ OK ] Found device /dev/ttyS0. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started User Login Management. [ 32.366705][ T253] marvell-cesa f1030000.crypto: CESA device successfully registered [ 32.457473][ T244] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. [ OK ] Started ifup for eth0. Starting Raise network interfaces... [*** ] A start job is running for Raise network interfaces (10s / 5min 7s) [ 33.690543][ T325] mv643xx_eth: Set the PHY back to auto-negotiation mode [ 36.820672][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 43.677698][ T397] NFSD: Using UMH upcall client tracking operations. [ 43.684389][ T397] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:39 CEST 2022 on ttyS0 debian 192.168.10.18 ZyXEL NSA325 Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:41 CEST 2022 up 0 minutes root@debian:~#
root@debian:~# df -h Filesystem Size Used Avail Use% Mounted on udev 240M 0 240M 0% /dev tmpfs 49M 416K 49M 1% /run /dev/sda1 29G 1.7G 26G 7% / tmpfs 245M 0 245M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 245M 0 245M 0% /tmp tmpfs 49M 0 49M 0% /run/user/0 root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part / root@debian:~#
Re: Install Debian on Synology DS413J March 16, 2023 01:59PM |
Admin Registered: 13 years ago Posts: 18,997 |
mw.l 0xF1010100 0x40008000 mw.l 0xF1010140 0x00003AA4 setenv dtb_file /boot/dts/kirkwood-ds413j.dtb sleep 3 usb start boot
Re: Install Debian on Synology DS413J March 17, 2023 02:57AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target...| Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> setenv dtb_file /boot/dts/kirkwood-ds413j.dtb NSA325> sleep 3 NSA325> usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found NSA325> boot Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1069 ms (4.8 MiB/s) loading uInitrd ... 9672316 bytes read in 1003 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043110][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043148][ T1] prandom: seed boundary self test passed [ 0.046306][ T1] prandom: 100 self tests passed [ 0.046322][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047679][ T1] NET: Registered protocol family 16 [ 0.048303][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049099][ T1] audit: initializing netlink subsys (disabled) [ 0.050362][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050716][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050874][ T1] cpuidle: using governor ladder [ 0.050960][ T1] cpuidle: using governor menu [ 0.051400][ T1] Feroceon L2: Enabling L2 [ 0.051444][ T1] Feroceon L2: Cache support initialised. [ 0.061614][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707815][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727411][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910261][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080116][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250237][ T1] raid6: int32x4 gen() 146 MB/s [ 4.420076][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590082][ T1] raid6: int32x2 gen() 188 MB/s [ 4.760166][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930121][ T1] raid6: int32x1 gen() 131 MB/s [ 5.100096][ T1] raid6: int32x1 xor() 78 MB/s [ 5.100110][ T1] raid6: using algorithm int32x2 gen() 188 MB/s [ 5.100121][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100130][ T1] raid6: using intx1 recovery algorithm [ 5.100372][ T1] vgaarb: loaded [ 5.100835][ T1] SCSI subsystem initialized [ 5.101271][ T1] usbcore: registered new interface driver usbfs [ 5.101330][ T1] usbcore: registered new interface driver hub [ 5.101376][ T1] usbcore: registered new device driver usb [ 5.101541][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101554][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101582][ T1] PTP clock support registered [ 5.103089][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183649][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183745][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197355][ T1] NET: Registered protocol family 2 [ 5.197525][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198570][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198621][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198691][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198750][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.198948][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199013][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199048][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199243][ T1] NET: Registered protocol family 1 [ 5.203616][ T1] RPC: Registered named UNIX socket transport module. [ 5.203637][ T1] RPC: Registered udp transport module. [ 5.203647][ T1] RPC: Registered tcp transport module. [ 5.203656][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203671][ T1] PCI: CLS 0 bytes, default 32 [ 5.203815][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213385][ T58] Trying to unpack rootfs image as initramfs... [ 6.527927][ T58] Freeing initrd memory: 9448K [ 6.979351][ T1] Initialise system trusted keyrings [ 6.979416][ T1] Key type blacklist registered [ 6.979655][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.979758][ T1] zbud: loaded [ 6.980959][ T1] NFS: Registering the id_resolver key type [ 6.980998][ T1] Key type id_resolver registered [ 6.981010][ T1] Key type id_legacy registered [ 6.981046][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.981067][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.981080][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.981310][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.981695][ T1] fuse: init (API version 7.34) [ 6.982030][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.982207][ T1] orangefs_init: module version upstream loaded [ 6.982223][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.060085][ T1] xor: measuring software checksum speed [ 7.066801][ T1] arm4regs : 1485 MB/sec [ 7.077911][ T1] 8regs : 890 MB/sec [ 7.085595][ T1] 32regs : 1296 MB/sec [ 7.085611][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.085630][ T1] async_tx: api initialized (async) [ 7.085646][ T1] Key type asymmetric registered [ 7.085657][ T1] Asymmetric key parser 'x509' registered [ 7.085720][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.085790][ T1] io scheduler bfq registered [ 7.235522][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.237148][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.237219][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.237256][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.237290][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.237324][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237357][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237388][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237413][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237756][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.237776][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.237797][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.237815][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.237833][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.237849][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.237864][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.238017][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.238050][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.238397][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.238429][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.240154][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.240183][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240214][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240408][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.240443][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.240467][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.240596][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.240776][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.242401][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.242426][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.244223][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.244247][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.244422][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.244444][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.244463][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.244484][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.244506][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.244533][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.244553][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.244568][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.244586][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.244606][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.244712][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.245274][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.303944][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.305983][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363931][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366229][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367450][ T1] printk: console [ttyS0] disabled [ 7.367534][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577830][ T1] printk: console [ttyS0] enabled [ 8.583459][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600180][ T1] loop: module loaded [ 8.604511][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611387][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625605][ T1] scsi host0: sata_mv [ 8.629997][ T1] scsi host1: sata_mv [ 8.634403][ T1] scsi host2: sata_mv [ 8.638743][ T1] scsi host3: sata_mv [ 8.642800][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651247][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659657][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668069][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677827][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686722][ T1] scsi host4: sata_mv [ 8.691115][ T1] scsi host5: sata_mv [ 8.695235][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700057][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706528][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713033][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718553][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725659][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731181][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738283][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745172][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.751954][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758838][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766436][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774329][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.782905][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794206][ T1] libphy: Fixed MDIO Bus: probed [ 8.800242][ T1] libphy: orion_mdio_bus: probed [ 8.805263][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.826916][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836483][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846162][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853528][ T1] ehci-pci: EHCI PCI platform driver [ 8.858743][ T1] ehci-orion: EHCI orion driver [ 8.863681][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.869928][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878534][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913107][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920123][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929187][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937186][ T1] usb usb1: Product: EHCI Host Controller [ 8.942817][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950289][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956359][ T1] hub 1-0:1.0: USB hub found [ 8.960905][ T1] hub 1-0:1.0: 1 port detected [ 8.966268][ T1] usbcore: registered new interface driver usb-storage [ 8.973432][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980007][ T1] i2c /dev entries driver [ 8.985878][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992130][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999408][ T1] device-mapper: uevent: version 1.0.3 [ 9.005073][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014335][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020884][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028218][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035636][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042402][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049850][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056708][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065423][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071628][ T1] drop_monitor: Initializing network drop monitor service [ 9.079052][ T1] NET: Registered protocol family 10 [ 9.085381][ T1] Segment Routing with IPv6 [ 9.089771][ T1] RPL Segment Routing with IPv6 [ 9.094655][ T1] NET: Registered protocol family 17 [ 9.100021][ T1] Key type dns_resolver registered [ 9.105637][ T1] registered taskstats version 1 [ 9.110459][ T1] Loading compiled-in X.509 certificates [ 9.116349][ T1] zswap: loaded using pool lzo/zbud [ 9.121720][ T1] Key type ._fscrypt registered [ 9.126517][ T1] Key type .fscrypt registered [ 9.131156][ T1] Key type fscrypt-provisioning registered [ 9.138418][ T1] Key type big_key registered [ 9.167350][ T1] Key type encrypted registered [ 9.253115][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374650][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454792][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463737][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471627][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477093][ T117] hub 1-1:1.0: USB hub found [ 9.481919][ T117] hub 1-1:1.0: 4 ports detected [ 9.714644][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.054615][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 10.203110][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.354290][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.363429][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.371507][ T117] usb 1-1.2: Product: Ultra [ 10.375923][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.380939][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.387833][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.394899][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 10.401628][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 10.414256][ T1] Freeing unused kernel memory: 1024K [ 10.420306][ T1] Checked W+X mappings: passed, no W+X pages found [ 10.426733][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 11.355292][ T156] usbcore: registered new interface driver uas [ 11.444139][ T108] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.462221][ T103] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.478596][ T103] sd 6:0:0:0: [sda] Write Protect is off [ 11.490221][ T103] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.537074][ T103] sda: sda1 [ 11.545843][ T103] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 17.773139][ T94] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 17.784893][ T94] ata1.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 17.792208][ T94] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 17.806780][ T94] ata1.00: configured for UDMA/133 [ 17.812228][ T117] scsi 0:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 17.825416][ T103] sd 0:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 17.838568][ T103] sd 0:0:0:0: [sdb] 4096-byte physical blocks [ 17.844786][ T103] sd 0:0:0:0: [sdb] Write Protect is off [ 17.850489][ T103] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 17.884145][ T103] sdb: sdb1 sdb2 [ 17.894343][ T103] sd 0:0:0:0: [sdb] Attached SCSI disk [ 21.211043][ C0] random: crng init done [ 21.443566][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 26.484704][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sdb1] fsck.ext3 -a -C0 /dev/sdb1 rootfs: recovering journal rootfs: clean, 17638/6553600 files, 868219/26214400 blocks done. [ 43.085224][ T181] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem [ 43.366797][ T181] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 44.652409][ T1] systemd[1]: System time before build time, advancing clock. [ 44.805846][ T1] systemd[1]: Inserted module 'autofs4' [ 44.958544][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 44.983299][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 45.067991][ T1] systemd[1]: Set hostname to <faucon>. [ 46.824117][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 46.834707][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 46.847941][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 46.858868][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 46.894303][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 46.934278][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 46.974091][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 47.013754][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 47.053683][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 47.094362][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 47.133566][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 47.173660][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 47.203834][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 47.244890][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 47.284042][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 47.323742][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 47.365691][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 47.404134][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 47.444276][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 47.484404][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 47.525473][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 47.564202][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 47.577057][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 47.626754][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 47.667375][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 47.707425][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 47.747202][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 47.783608][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 47.799061][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 47.847686][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 47.934413][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 47.951251][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 48.067939][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 48.078442][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 48.095119][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 48.253248][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 48.297635][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 48.347322][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 48.437402][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 48.504151][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 48.524272][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 48.564135][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 48.604434][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 48.656798][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current[ 48.673523][ T222] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro. Quota mode: none. kernel. [ 48.705461][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 48.733706][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 48.761333][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 48.794205][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 48.815403][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 48.843659][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 48.865355][ T1] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 48.885243][ T1] systemd[1]: Finished Remount Root and Kernel File Systems. [ OK ] Finished Remount Root and Kernel File Systems. [ 48.945448][ T1] systemd[1]: Activating swap /swapfile1... Activating swap /swapfile1... [ 48.975306][ T1] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System... [ 49.048196][ T1] systemd[1]: Mounting Kernel Configuration File System... Mounting Kernel Configuration File System... [ 49.133078][ T1] systemd[1]: Starting pNFS block layout mapping daemon... Starting pNFS block layout mapping daemon... [ 49.242294][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 49.277178][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 49.326984][ T1] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed... [ 49.398985][ T1] systemd[1]: Starting Apply Kernel Variables... [ 49.413328][ T224] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Apply Kernel Variables... [ 49.477312][ T1] systemd[1]: Starting Create System Users... Starting Create System Users... [ 49.529060][ T1] systemd[1]: Activated swap /swapfile1. [ OK ] Activated swap /swapfile1. [ 49.605470][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Reached target Swap. Starting Flush Journal to Persistent Storage... [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create System Users. [ 49.958731][ T218] systemd-journald[218]: Received client request to flush runtime journal. Starting Helper to synchronize boot up for ifupdown... Starting Create Static Device Nodes in /dev... [ 50.045052][ T218] systemd-journald[218]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Started NFSv4 ID-name mapping service. [ 54.109587][ T249] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized [ OK ] Found device /dev/ttyS0. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files[ 55.093639][ T248] orion_wdt: Initial timeout 21 sec and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ 55.597489][ T246] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ 55.723435][ T246] sd 0:0:0:0: Attached scsi generic sg1 type 0 [ 55.832073][ T245] marvell-cesa f1030000.crypto: CESA device successfully registered [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Finished Helper to synchronize boot up for ifupdown. [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started User Login Management. [ OK ] Started ifup for eth0. Starting Raise network interfaces... [*** ] A start job is running for Raise network interfaces (13s / 5min 10s) [ 60.900248][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 66.475393][ T396] NFSD: Using UMH upcall client tracking operations. [ 66.482037][ T396] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 faucon ttyS0 faucon login: root Password: Linux faucon 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Wed Mar 15 13:37:12 CET 2023 on ttyS0 faucon 192.168.10.18 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:26:02 CEST 2022 up 1 minute root@faucon:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part sdb 8:16 0 931.5G 0 disk |-sdb1 8:17 0 100G 0 part / `-sdb2 8:18 0 831.5G 0 part mtdblock0 31:0 0 512K 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 1.3M 0 disk mtdblock3 31:3 0 64K 0 disk mtdblock4 31:4 0 128K 0 disk mtdblock5 31:5 0 64K 0 disk root@faucon:~# df -h Filesystem Size Used Avail Use% Mounted on udev 240M 0 240M 0% /dev tmpfs 49M 464K 49M 1% /run /dev/sdb1 99G 1.7G 93G 2% / tmpfs 245M 0 245M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 245M 0 245M 0% /tmp tmpfs 49M 0 49M 0% /run/user/0 root@faucon:~#
Re: Install Debian on Synology DS413J March 17, 2023 10:25AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target.../ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> setenv dtb_file /boot/dts/kirkwood-ds413j.dtb NSA325> sleep 3 NSA325> usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found NSA325> boot Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1003 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000791][ T0] Console: colour dummy device 80x30 [ 0.000853][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000888][ T0] pid_max: default: 32768 minimum: 301 [ 0.001222][ T0] LSM: Security Framework initializing [ 0.001369][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001408][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006444][ T1] devtmpfs: initialized [ 0.014913][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014959][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043121][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043160][ T1] prandom: seed boundary self test passed [ 0.046318][ T1] prandom: 100 self tests passed [ 0.046333][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047687][ T1] NET: Registered protocol family 16 [ 0.048311][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049103][ T1] audit: initializing netlink subsys (disabled) [ 0.050368][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050720][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050877][ T1] cpuidle: using governor ladder [ 0.050959][ T1] cpuidle: using governor menu [ 0.051397][ T1] Feroceon L2: Enabling L2 [ 0.051442][ T1] Feroceon L2: Cache support initialised. [ 0.061612][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707799][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727355][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910244][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080099][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250182][ T1] raid6: int32x4 gen() 146 MB/s [ 4.420110][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590072][ T1] raid6: int32x2 gen() 189 MB/s [ 4.760137][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930175][ T1] raid6: int32x1 gen() 130 MB/s [ 5.100144][ T1] raid6: int32x1 xor() 79 MB/s [ 5.100158][ T1] raid6: using algorithm int32x2 gen() 189 MB/s [ 5.100169][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100178][ T1] raid6: using intx1 recovery algorithm [ 5.100416][ T1] vgaarb: loaded [ 5.100879][ T1] SCSI subsystem initialized [ 5.101308][ T1] usbcore: registered new interface driver usbfs [ 5.101366][ T1] usbcore: registered new interface driver hub [ 5.101413][ T1] usbcore: registered new device driver usb [ 5.101576][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101590][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101618][ T1] PTP clock support registered [ 5.103122][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183680][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183777][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197488][ T1] NET: Registered protocol family 2 [ 5.197660][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198706][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198759][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198830][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198889][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199090][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199156][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199190][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199381][ T1] NET: Registered protocol family 1 [ 5.203651][ T1] RPC: Registered named UNIX socket transport module. [ 5.203671][ T1] RPC: Registered udp transport module. [ 5.203681][ T1] RPC: Registered tcp transport module. [ 5.203690][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203705][ T1] PCI: CLS 0 bytes, default 32 [ 5.203849][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213419][ T58] Trying to unpack rootfs image as initramfs... [ 6.529523][ T58] Freeing initrd memory: 9448K [ 6.981008][ T1] Initialise system trusted keyrings [ 6.981066][ T1] Key type blacklist registered [ 6.981302][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.981406][ T1] zbud: loaded [ 6.982610][ T1] NFS: Registering the id_resolver key type [ 6.982650][ T1] Key type id_resolver registered [ 6.982661][ T1] Key type id_legacy registered [ 6.982697][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.982718][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.982730][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.982956][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.983404][ T1] fuse: init (API version 7.34) [ 6.983760][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.983940][ T1] orangefs_init: module version upstream loaded [ 6.983957][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.060469][ T1] xor: measuring software checksum speed [ 7.067152][ T1] arm4regs : 1485 MB/sec [ 7.078252][ T1] 8regs : 890 MB/sec [ 7.085929][ T1] 32regs : 1296 MB/sec [ 7.085944][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.085963][ T1] async_tx: api initialized (async) [ 7.085980][ T1] Key type asymmetric registered [ 7.085991][ T1] Asymmetric key parser 'x509' registered [ 7.086053][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.086118][ T1] io scheduler bfq registered [ 7.235865][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.237492][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.237564][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.237601][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.237635][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.237669][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237702][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237734][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237758][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.238101][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.238122][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.238142][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.238160][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.238178][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.238194][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.238209][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.238361][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.238395][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.238743][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.238776][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.240499][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.240529][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240560][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240752][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.240787][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.240811][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.240939][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.241122][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.242749][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.242776][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.244577][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.244602][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.244776][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.244799][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.244818][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.244839][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.244861][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.244888][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.244908][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.244923][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.244941][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.244961][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.245067][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.245627][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.303978][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306021][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363980][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366294][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367511][ T1] printk: console [ttyS0] disabled [ 7.367594][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577912][ T1] printk: console [ttyS0] enabled [ 8.583540][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600250][ T1] loop: module loaded [ 8.604573][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611445][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625669][ T1] scsi host0: sata_mv [ 8.630062][ T1] scsi host1: sata_mv [ 8.634457][ T1] scsi host2: sata_mv [ 8.638788][ T1] scsi host3: sata_mv [ 8.642846][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651287][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659696][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668101][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677867][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686777][ T1] scsi host4: sata_mv [ 8.691152][ T1] scsi host5: sata_mv [ 8.695270][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700090][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706554][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713054][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718577][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725681][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731204][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738315][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745208][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.751973][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758863][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766460][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774367][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.782945][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794242][ T1] libphy: Fixed MDIO Bus: probed [ 8.800262][ T1] libphy: orion_mdio_bus: probed [ 8.805287][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.826853][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836377][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846058][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853424][ T1] ehci-pci: EHCI PCI platform driver [ 8.858644][ T1] ehci-orion: EHCI orion driver [ 8.863581][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.869828][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878434][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913141][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920159][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929226][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937226][ T1] usb usb1: Product: EHCI Host Controller [ 8.942856][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950329][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956399][ T1] hub 1-0:1.0: USB hub found [ 8.960942][ T1] hub 1-0:1.0: 1 port detected [ 8.966312][ T1] usbcore: registered new interface driver usb-storage [ 8.973473][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980050][ T1] i2c /dev entries driver [ 8.985913][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992160][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999434][ T1] device-mapper: uevent: version 1.0.3 [ 9.005110][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014375][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020910][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028238][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035650][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042417][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049863][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056720][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065428][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071632][ T1] drop_monitor: Initializing network drop monitor service [ 9.079061][ T1] NET: Registered protocol family 10 [ 9.085380][ T1] Segment Routing with IPv6 [ 9.089768][ T1] RPL Segment Routing with IPv6 [ 9.094649][ T1] NET: Registered protocol family 17 [ 9.100007][ T1] Key type dns_resolver registered [ 9.105641][ T1] registered taskstats version 1 [ 9.110465][ T1] Loading compiled-in X.509 certificates [ 9.116369][ T1] zswap: loaded using pool lzo/zbud [ 9.121736][ T1] Key type ._fscrypt registered [ 9.126542][ T1] Key type .fscrypt registered [ 9.131187][ T1] Key type fscrypt-provisioning registered [ 9.138451][ T1] Key type big_key registered [ 9.167440][ T1] Key type encrypted registered [ 9.253149][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374684][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454815][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463768][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471652][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477120][ T117] hub 1-1:1.0: USB hub found [ 9.481943][ T117] hub 1-1:1.0: 4 ports detected [ 10.213144][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.364311][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.373460][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.381523][ T117] usb 1-1.2: Product: Ultra [ 10.385921][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.390914][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.397730][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.405241][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 11.444151][ T58] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.454482][ T7] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.463965][ T7] sd 6:0:0:0: [sda] Write Protect is off [ 11.470213][ T7] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.507313][ T7] sda: sda1 [ 11.513349][ T7] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 14.923140][ T98] ata3: link is slow to respond, please be patient (ready=0) [ 15.273170][ T98] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 15.284857][ T98] ata3.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 15.292120][ T98] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 15.306647][ T98] ata3.00: configured for UDMA/133 [ 15.322080][ T81] scsi 2:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 15.331943][ T7] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 15.341169][ T7] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 15.347246][ T7] sd 2:0:0:0: [sdb] Write Protect is off [ 15.352869][ T7] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 15.387324][ T7] sdb: sdb1 sdb2 [ 15.392240][ T7] sd 2:0:0:0: [sdb] Attached SCSI disk [ 15.674678][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 16.014640][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 16.033972][ T1] Freeing unused kernel memory: 1024K [ 16.039996][ T1] Checked W+X mappings: passed, no W+X pages found [ 16.046423][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 17.025632][ T161] usbcore: registered new interface driver uas [ 25.473044][ C0] random: crng init done [ 27.203588][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 27.544690][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 32.244707][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 [ 32.894666][ T98] ata3: SATA link down (SStatus 0 SControl 300) Begin: Loading essential drivers ... done. [ 38.254850][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 38.261009][ T98] ata3.00: disabled [ 38.264768][ T117] ata3.00: detaching (SCSI 2:0:0:0) [ 38.277111][ T117] sd 2:0:0:0: [sdb] Synchronizing SCSI cache [ 38.290809][ T117] sd 2:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 38.309829][ T117] sd 2:0:0:0: [sdb] Stopping disk [ 38.314928][ T117] sd 2:0:0:0: [sdb] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 26619/1900544 files, 581361/7591244 blocks done. [ 49.429767][ T181] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 49.586686][ T181] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 50.396108][ T1] systemd[1]: System time before build time, advancing clock. [ 50.475012][ T1] systemd[1]: Inserted module 'autofs4' [ 50.562073][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 50.586700][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 50.635208][ T1] systemd[1]: Set hostname to <debian>. [ 52.238651][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 52.249376][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 52.262632][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 52.273672][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 52.314341][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 52.354320][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 52.394095][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 52.433778][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 52.473748][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 52.515138][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 52.563777][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 52.604109][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 52.646283][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 52.690001][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 52.734222][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 52.776461][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 52.814572][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 52.854137][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 52.894293][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 52.934330][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 52.974036][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 53.014205][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 53.027018][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 53.076655][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 53.126801][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 53.177398][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 53.227203][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 53.273650][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 53.289177][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 53.337649][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 53.387646][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 53.437627][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 53.496943][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 53.507248][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 53.521497][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 53.574256][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 53.606521][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 53.656108][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 53.772467][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 53.844157][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 53.864458][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 53.903467][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 53.923292][ T222] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 53.939102][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 54.005397][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 54.065948][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 54.083922][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 54.105733][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 54.112834][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 54.165307][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 54.183346][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 54.224206][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... [ 54.573292][ T225] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Activated swap /swapfile1. [ OK ] Mounted FUSE Control File System 54.878855][ T218] systemd-journald[218]: Received client request to flush runtime journal. m. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ 54.961930][ T218] systemd-journald[218]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Reached target Swap. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Ch[ 57.019950][ T248] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized eck for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Found device /dev/ttyS0. [ OK 58.208495][ T245] orion_wdt: Initial timeout 21 sec 0m] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started User Login Management. [ 58.694299][ T247] marvell-cesa f1030000.crypto: CESA device successfully registered [ 58.770099][ T246] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Started ifup for eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. Starting Raise network interfaces... [ *** ] A start job is running for Raise network interfaces (10s / 5min 7s) [ 63.238820][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 68.089938][ T397] NFSD: Using UMH upcall client tracking operations. [ 68.096620][ T397] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:39 CEST 2022 on ttyS0 lsdebian 192.168.10.18 bSynology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:48 CEST 2022 up 1 minute root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part / mtdblock0 31:0 0 512K 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 1.3M 0 disk mtdblock3 31:3 0 64K 0 disk mtdblock4 31:4 0 128K 0 disk mtdblock5 31:5 0 64K 0 disk root@debian:~#
Re: Install Debian on Synology DS413J March 17, 2023 02:39PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Another thing, the u-boot sets the hardware mac address, it can't read it from device ?
Quote
https://forum.doozan.com/read.php?3,12381
C. Add uEnv.txt to /boot directory (Optional)
To adjust the default envs to your specific configuration, and not having to permanently alter u-boot envs NAND. Create a text file in /boot directory with the content in the format that u-boot envs are listed.
Examples:
The example below only to demonstrate the syntax in uEnv.txt (they might or might not apply to your current settings):
- Load appropriate DTB file for the kernel to run GoFlex Net box.
- Use SD card, USB and SATA for booting. The kernel and rootfs search order is as they are appeared on the list: mmc, usb, ide.
- Define that there are 8 storage devices (i.e. disk partitions).
- Load the DTB at address 0x2c00000 (u-boot default is 0x1c00000) to allow larger uInitrd.
cat /boot/uEnv.txt
dtb_file=/boot/dts/kirkwood-goflexnet.dtb
devices=mmc usb ide
disks=0 1 2 3 4 5 6 7
load_dtb_addr=0x2c00000
ipaddr=192.168.178.241 serverip=192.168.178.56 netmask=255.255.255.0 gatewayip=192.168.178.1 bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:1M(u-boot),-(data) earlyprintk=serial dtb_file=/boot/dts/kirkwood-ds413j.dtb ethaddr=52:3b:20:9c:11:51
Re: Install Debian on Synology DS413J March 17, 2023 03:21PM |
Registered: 1 year ago Posts: 178 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1002 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-nsa325.dtb ... 14014 bytes read in 1676 ms (7.8 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cd000, end 1f1d36bd ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: ZyXEL NSA325 [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490944K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33344K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000050][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000765][ T0] Console: colour dummy device 80x30 [ 0.000830][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000866][ T0] pid_max: default: 32768 minimum: 301 [ 0.001198][ T0] LSM: Security Framework initializing [ 0.001348][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001386][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002587][ T0] CPU: Testing write buffer coherency: ok [ 0.004633][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004907][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005200][ T1] rcu: Hierarchical SRCU implementation. [ 0.006402][ T1] devtmpfs: initialized [ 0.012391][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.012439][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.040597][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.040635][ T1] prandom: seed boundary self test passed [ 0.043793][ T1] prandom: 100 self tests passed [ 0.043809][ T1] pinctrl core: initialized pinctrl subsystem [ 0.045205][ T1] NET: Registered protocol family 16 [ 0.045826][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.046617][ T1] audit: initializing netlink subsys (disabled) [ 0.047807][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.048130][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.048288][ T1] cpuidle: using governor ladder [ 0.048372][ T1] cpuidle: using governor menu [ 0.048796][ T1] Feroceon L2: Enabling L2 [ 0.048841][ T1] Feroceon L2: Cache support initialised. [ 0.057599][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.703664][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.723358][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910195][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080188][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250102][ T1] raid6: int32x4 gen() 145 MB/s [ 4.420169][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590062][ T1] raid6: int32x2 gen() 184 MB/s [ 4.760154][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930056][ T1] raid6: int32x1 gen() 130 MB/s [ 5.100121][ T1] raid6: int32x1 xor() 78 MB/s [ 5.100134][ T1] raid6: using algorithm int32x2 gen() 184 MB/s [ 5.100145][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100155][ T1] raid6: using intx1 recovery algorithm [ 5.100386][ T1] vgaarb: loaded [ 5.100857][ T1] SCSI subsystem initialized [ 5.101294][ T1] usbcore: registered new interface driver usbfs [ 5.101354][ T1] usbcore: registered new interface driver hub [ 5.101400][ T1] usbcore: registered new device driver usb [ 5.101573][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101587][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101614][ T1] PTP clock support registered [ 5.103109][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183665][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183761][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197381][ T1] NET: Registered protocol family 2 [ 5.197552][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198602][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198654][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198724][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198784][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.198981][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199046][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199081][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199284][ T1] NET: Registered protocol family 1 [ 5.203622][ T1] RPC: Registered named UNIX socket transport module. [ 5.203643][ T1] RPC: Registered udp transport module. [ 5.203653][ T1] RPC: Registered tcp transport module. [ 5.203662][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203676][ T1] PCI: CLS 0 bytes, default 32 [ 5.203820][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213407][ T58] Trying to unpack rootfs image as initramfs... [ 6.532521][ T58] Freeing initrd memory: 9448K [ 6.983889][ T1] Initialise system trusted keyrings [ 6.983950][ T1] Key type blacklist registered [ 6.984179][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.984282][ T1] zbud: loaded [ 6.985480][ T1] NFS: Registering the id_resolver key type [ 6.985521][ T1] Key type id_resolver registered [ 6.985533][ T1] Key type id_legacy registered [ 6.985569][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.985590][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.985602][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.985834][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.986223][ T1] fuse: init (API version 7.34) [ 6.986586][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.986759][ T1] orangefs_init: module version upstream loaded [ 6.986775][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.062904][ T1] xor: measuring software checksum speed [ 7.069659][ T1] arm4regs : 1469 MB/sec [ 7.080761][ T1] 8regs : 890 MB/sec [ 7.088383][ T1] 32regs : 1296 MB/sec [ 7.088396][ T1] xor: using function: arm4regs (1469 MB/sec) [ 7.088415][ T1] async_tx: api initialized (async) [ 7.088431][ T1] Key type asymmetric registered [ 7.088442][ T1] Asymmetric key parser 'x509' registered [ 7.088494][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.088564][ T1] io scheduler bfq registered [ 7.238391][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.239963][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.240036][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.240072][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.240107][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.240141][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.240173][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.240205][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.240230][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.240491][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.240510][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.240529][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.240548][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.240565][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.240582][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.240597][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.240714][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.240746][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.241949][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.241978][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.242156][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.242192][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.242216][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.242346][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.242527][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.243577][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.243604][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.243785][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.243807][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.243827][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.243849][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.243875][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.243895][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.243910][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.243928][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.244033][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.244494][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.303971][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.305991][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363965][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366252][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367452][ T1] printk: console [ttyS0] disabled [ 7.367533][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 8.527463][ T1] printk: console [ttyS0] enabled [ 8.539361][ T1] loop: module loaded [ 8.543677][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.550547][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.564737][ T1] scsi host0: sata_mv [ 8.569137][ T1] scsi host1: sata_mv [ 8.573551][ T1] scsi host2: sata_mv [ 8.577896][ T1] scsi host3: sata_mv [ 8.581950][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 35 [ 8.590393][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 35 [ 8.598810][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 35 [ 8.607222][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 35 [ 8.616887][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.625789][ T1] scsi host4: sata_mv [ 8.630155][ T1] scsi host5: sata_mv [ 8.634285][ T1] ata5: SATA max UDMA/133 irq 32 [ 8.639106][ T1] ata6: SATA max UDMA/133 irq 32 [ 8.893138][ T1] nand: No NAND device found [ 8.898042][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.906669][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.917979][ T1] libphy: Fixed MDIO Bus: probed [ 8.924033][ T1] libphy: orion_mdio_bus: probed [ 8.942220][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.949862][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 8.957542][ T1] mv643xx_eth: Set the PHY to fix link down [ 8.958090][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.974097][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.981438][ T1] ehci-pci: EHCI PCI platform driver [ 8.986659][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 8.993036][ T1] ehci-orion: EHCI orion driver [ 8.998001][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 9.004311][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 9.012850][ T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 9.043138][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 9.050129][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 9.059162][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 9.067133][ T1] usb usb1: Product: EHCI Host Controller [ 9.072734][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 9.080178][ T1] usb usb1: SerialNumber: f1050000.ehci [ 9.086201][ T1] hub 1-0:1.0: USB hub found [ 9.090706][ T1] hub 1-0:1.0: 1 port detected [ 9.096033][ T1] usbcore: registered new interface driver usb-storage [ 9.103099][ T1] mousedev: PS/2 mouse device common for all mice [ 9.109697][ T1] i2c /dev entries driver [ 9.114928][ T1] rtc-pcf8563 0-0051: pcf8563_write_block_data: err=-6 addr=0e, data=03 [ 9.123292][ T1] rtc-pcf8563 0-0051: pcf8563_probe: write error [ 9.129579][ T1] rtc-pcf8563: probe of 0-0051 failed with error -5 [ 9.136864][ T1] device-mapper: uevent: version 1.0.3 [ 9.142438][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.152016][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.159338][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.166706][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.174123][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.180950][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.189660][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.196110][ T1] drop_monitor: Initializing network drop monitor service [ 9.203550][ T1] NET: Registered protocol family 10 [ 9.209830][ T1] Segment Routing with IPv6 [ 9.214311][ T1] RPL Segment Routing with IPv6 [ 9.219127][ T1] NET: Registered protocol family 17 [ 9.224535][ T1] Key type dns_resolver registered [ 9.230009][ T1] registered taskstats version 1 [ 9.235040][ T1] Loading compiled-in X.509 certificates [ 9.240910][ T1] zswap: loaded using pool lzo/zbud [ 9.246345][ T1] Key type ._fscrypt registered [ 9.251076][ T1] Key type .fscrypt registered [ 9.255805][ T1] Key type fscrypt-provisioning registered [ 9.263090][ T1] Key type big_key registered [ 9.292411][ T1] Key type encrypted registered [ 9.307423][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.383137][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.584855][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.593830][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.601736][ T117] usb 1-1: Product: USB2.0 Hub [ 9.607143][ T117] hub 1-1:1.0: USB hub found [ 9.611983][ T117] hub 1-1:1.0: 4 ports detected [ 9.657519][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.004664][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 10.343130][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.350776][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 10.370242][ T1] Freeing unused kernel memory: 1024K [ 10.376339][ T1] Checked W+X mappings: passed, no W+X pages found [ 10.382745][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 10.504993][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.533191][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.541268][ T117] usb 1-1.2: Product: Ultra [ 10.563234][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.568242][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.590244][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.617525][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 10.624936][ T147] usbcore: registered new interface driver uas [ 11.146785][ T156] input: gpio_keys as /devices/platform/gpio_keys/input/input0 Begin: Loading essential drivers ... done. [ 11.684071][ T103] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.697662][ T108] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.711649][ T108] sd 6:0:0:0: [sda] Write Protect is off [ 11.718009][ T108] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.757612][ T108] sda: sda1 [ 11.773899][ T108] sd 6:0:0:0: [sda] Attached SCSI removable disk 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: recovering journal rootfs: clean, 26629/1900544 files, 589571/7591244 blocks done. [ 24.813617][ T180] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 24.955217][ T180] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 26.015906][ T1] systemd[1]: System time before build time, advancing clock. [ 26.094861][ T1] systemd[1]: Inserted module 'autofs4' [ 26.182113][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 26.206741][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 26.255129][ T1] systemd[1]: Set hostname to <debian>. [ 27.828796][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 27.839178][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 27.846957][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 27.860176][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 27.871118][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 27.913389][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 27.921716][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 27.963353][ T1] random: systemd: uninitialized urandom read (16 bytes read) [ 27.971664][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 28.014099][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 28.053817][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 28.093772][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 28.134412][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 28.173666][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 28.213745][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 28.253614][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 28.285169][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 28.324114][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 28.363806][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 28.404468][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 28.444177][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 28.484307][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 28.524298][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 28.564028][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 28.604158][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 28.616910][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 28.666561][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 28.716702][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 28.737435][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 28.787149][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 28.833656][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 28.849025][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 28.897584][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 28.947577][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 28.997608][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 29.056841][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 29.067111][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 29.081142][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 29.134237][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 29.166521][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 29.216252][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 29.330459][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 29.404099][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 29.444602][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 29.474153][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK 29.480769][ T221] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. 0m] Mounted Kernel Debug File System. [ 29.529089][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 29.565457][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 29.625380][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 29.643327][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 29.685521][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 29.703335][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 29.744182][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... [ 29.923197][ C0] random: crng init done [ 29.927331][ C0] random: 7 urandom warning(s) missed due to ratelimiting Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... [ 30.143417][ T224] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Activated swap /swapfile1. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ 30.464186][ T217] systemd-journald[217]: Received client request to flush runtime journal. [ OK ] Reached target Swap. [ OK 30.590230][ T217] systemd-journald[217]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. 0m] Finished Apply Kernel Variables. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Found device /dev/ttyS0. [ 33.176835][ T253] orion_wdt: Initial timeout 21 sec [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started User Login Management. [ 33.979809][ T248] marvell-cesa f1030000.crypto: CESA device successfully registered [ 34.048051][ T250] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. [ OK ] Started ifup for eth0. Starting Raise network interfaces... [*** ] A start job is running for Raise network interfaces (10s / 5min 7s) [ 35.251499][ T325] mv643xx_eth: Set the PHY back to auto-negotiation mode [ 38.374754][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 41.157502][ T389] NFSD: Using UMH upcall client tracking operations. [ 41.164291][ T389] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:36 CEST 2022 on ttyS0 debian 192.168.10.18 ZyXEL NSA325 Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:33 CEST 2022 up 0 minutes root@debian:~# df -h Filesystem Size Used Avail Use% Mounted on udev 240M 0 240M 0% /dev tmpfs 49M 416K 49M 1% /run /dev/sda1 29G 1.7G 26G 7% / tmpfs 245M 0 245M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 245M 0 245M 0% /tmp tmpfs 49M 0 49M 0% /run/user/0
Re: Install Debian on Synology DS413J March 17, 2023 03:21PM |
Registered: 1 year ago Posts: 178 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> setenv dtb_file /boot/dts/kirkwood-ds413j.dtb NSA325> sleep 3 NSA325> usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found NSA325> boot Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... ** File not found /boot/uEnv.txt ** no IDE devices available running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 754 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1002 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043111][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043148][ T1] prandom: seed boundary self test passed [ 0.046305][ T1] prandom: 100 self tests passed [ 0.046320][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047675][ T1] NET: Registered protocol family 16 [ 0.048298][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049087][ T1] audit: initializing netlink subsys (disabled) [ 0.050361][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050714][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050874][ T1] cpuidle: using governor ladder [ 0.050956][ T1] cpuidle: using governor menu [ 0.051393][ T1] Feroceon L2: Enabling L2 [ 0.051437][ T1] Feroceon L2: Cache support initialised. [ 0.061605][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707810][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727415][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910270][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080137][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250193][ T1] raid6: int32x4 gen() 146 MB/s [ 4.420057][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590091][ T1] raid6: int32x2 gen() 184 MB/s [ 4.760174][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930160][ T1] raid6: int32x1 gen() 131 MB/s [ 5.100139][ T1] raid6: int32x1 xor() 80 MB/s [ 5.100153][ T1] raid6: using algorithm int32x2 gen() 184 MB/s [ 5.100164][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100174][ T1] raid6: using intx1 recovery algorithm [ 5.100417][ T1] vgaarb: loaded [ 5.100884][ T1] SCSI subsystem initialized [ 5.101321][ T1] usbcore: registered new interface driver usbfs [ 5.101379][ T1] usbcore: registered new interface driver hub [ 5.101425][ T1] usbcore: registered new device driver usb [ 5.101591][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101605][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101632][ T1] PTP clock support registered [ 5.103146][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183704][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183800][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197418][ T1] NET: Registered protocol family 2 [ 5.197586][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198632][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198685][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198755][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198814][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199010][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199075][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199110][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199308][ T1] NET: Registered protocol family 1 [ 5.203671][ T1] RPC: Registered named UNIX socket transport module. [ 5.203692][ T1] RPC: Registered udp transport module. [ 5.203702][ T1] RPC: Registered tcp transport module. [ 5.203711][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203725][ T1] PCI: CLS 0 bytes, default 32 [ 5.203869][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213445][ T58] Trying to unpack rootfs image as initramfs... [ 6.527126][ T58] Freeing initrd memory: 9448K [ 6.979604][ T1] Initialise system trusted keyrings [ 6.979674][ T1] Key type blacklist registered [ 6.979918][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.980024][ T1] zbud: loaded [ 6.981224][ T1] NFS: Registering the id_resolver key type [ 6.981262][ T1] Key type id_resolver registered [ 6.981274][ T1] Key type id_legacy registered [ 6.981310][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.981332][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.981344][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.981573][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.981959][ T1] fuse: init (API version 7.34) [ 6.982296][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.982475][ T1] orangefs_init: module version upstream loaded [ 6.982490][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.059357][ T1] xor: measuring software checksum speed [ 7.066144][ T1] arm4regs : 1469 MB/sec [ 7.077255][ T1] 8regs : 890 MB/sec [ 7.084914][ T1] 32regs : 1296 MB/sec [ 7.084930][ T1] xor: using function: arm4regs (1469 MB/sec) [ 7.084949][ T1] async_tx: api initialized (async) [ 7.084965][ T1] Key type asymmetric registered [ 7.084977][ T1] Asymmetric key parser 'x509' registered [ 7.085039][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.085107][ T1] io scheduler bfq registered [ 7.234842][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.236474][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.236547][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.236583][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.236617][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.236652][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.236684][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.236716][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.236741][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237081][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.237100][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.237120][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.237138][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.237156][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.237172][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.237188][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.237342][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.237375][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.237723][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.237757][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.239481][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.239510][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.239541][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.239735][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.239771][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.239795][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.239925][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.240107][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.241732][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.241757][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.243558][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.243584][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.243758][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.243781][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.243800][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.243820][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.243842][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.243869][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.243889][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.243904][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.243922][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.243941][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.244047][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.244609][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.304020][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306059][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363986][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366277][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367490][ T1] printk: console [ttyS0] disabled [ 7.367575][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577886][ T1] printk: console [ttyS0] enabled [ 8.583521][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600240][ T1] loop: module loaded [ 8.604569][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611449][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625664][ T1] scsi host0: sata_mv [ 8.630052][ T1] scsi host1: sata_mv [ 8.634455][ T1] scsi host2: sata_mv [ 8.638786][ T1] scsi host3: sata_mv [ 8.642834][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651279][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659688][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668101][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677866][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686767][ T1] scsi host4: sata_mv [ 8.691153][ T1] scsi host5: sata_mv [ 8.695270][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700089][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706560][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713065][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718587][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725690][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731212][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738321][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745209][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.751996][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758892][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766499][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774395][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.782971][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794276][ T1] libphy: Fixed MDIO Bus: probed [ 8.800307][ T1] libphy: orion_mdio_bus: probed [ 8.805328][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.826808][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836371][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846045][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853413][ T1] ehci-pci: EHCI PCI platform driver [ 8.858626][ T1] ehci-orion: EHCI orion driver [ 8.863567][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.869812][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878421][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913165][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920181][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929246][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937244][ T1] usb usb1: Product: EHCI Host Controller [ 8.942874][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950346][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956419][ T1] hub 1-0:1.0: USB hub found [ 8.960972][ T1] hub 1-0:1.0: 1 port detected [ 8.966337][ T1] usbcore: registered new interface driver usb-storage [ 8.973501][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980077][ T1] i2c /dev entries driver [ 8.985947][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992194][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999469][ T1] device-mapper: uevent: version 1.0.3 [ 9.005141][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014400][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020954][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028284][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035705][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042469][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049917][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056776][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065483][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071683][ T1] drop_monitor: Initializing network drop monitor service [ 9.079107][ T1] NET: Registered protocol family 10 [ 9.085425][ T1] Segment Routing with IPv6 [ 9.089811][ T1] RPL Segment Routing with IPv6 [ 9.094693][ T1] NET: Registered protocol family 17 [ 9.100060][ T1] Key type dns_resolver registered [ 9.105682][ T1] registered taskstats version 1 [ 9.110509][ T1] Loading compiled-in X.509 certificates [ 9.116404][ T1] zswap: loaded using pool lzo/zbud [ 9.121771][ T1] Key type ._fscrypt registered [ 9.126575][ T1] Key type .fscrypt registered [ 9.131214][ T1] Key type fscrypt-provisioning registered [ 9.138474][ T1] Key type big_key registered [ 9.167214][ T1] Key type encrypted registered [ 9.253172][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374707][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454927][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463873][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471763][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477229][ T117] hub 1-1:1.0: USB hub found [ 9.482056][ T117] hub 1-1:1.0: 4 ports detected [ 9.714699][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.054669][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 10.213169][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.364424][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.373577][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.381657][ T117] usb 1-1.2: Product: Ultra [ 10.386057][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.391068][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.397225][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 10.404219][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.411716][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 10.419915][ T1] Freeing unused kernel memory: 1024K [ 10.426528][ T1] Checked W+X mappings: passed, no W+X pages found [ 10.432951][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 11.364004][ T154] usbcore: registered new interface driver uas [ 11.444151][ T108] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.462236][ T103] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.478861][ T103] sd 6:0:0:0: [sda] Write Protect is off [ 11.489855][ T103] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.537714][ T103] sda: sda1 [ 11.546479][ T103] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 17.653196][ T94] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 17.664947][ T94] ata1.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 17.672264][ T94] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 17.686834][ T94] ata1.00: configured for UDMA/133 [ 17.692281][ T117] scsi 0:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 17.705511][ T103] sd 0:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 17.718661][ T103] sd 0:0:0:0: [sdb] 4096-byte physical blocks [ 17.724862][ T103] sd 0:0:0:0: [sdb] Write Protect is off [ 17.730566][ T103] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 17.768044][ T103] sdb: sdb1 sdb2 [ 17.778258][ T103] sd 0:0:0:0: [sdb] Attached SCSI disk [ 21.291906][ C0] random: crng init done [ 21.523605][ T156] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 26.564773][ T156] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sdb1] fsck.ext3 -a -C0 /dev/sdb1 rootfs: clean, 17639/6553600 files, 880524/26214400 blocks done. [ 42.182334][ T181] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem [ 42.550657][ T181] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 48.577602][ T1] systemd[1]: System time before build time, advancing clock. [ 48.722697][ T1] systemd[1]: Inserted module 'autofs4' [ 48.867059][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 48.891703][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 48.976495][ T1] systemd[1]: Set hostname to <faucon>. [ 50.805599][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 50.816283][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 50.829525][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 50.840494][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 50.874364][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 50.914318][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 50.954170][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 50.993799][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 51.033760][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 51.074488][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 51.113672][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 51.153817][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 51.193610][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 51.225035][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 51.264110][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 51.303785][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 51.344510][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 51.384219][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 51.424344][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 51.464363][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 51.504055][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 51.544235][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 51.557106][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 51.596686][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 51.646893][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 51.697351][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 51.747213][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 51.793686][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 51.809093][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 51.857608][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 51.907801][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 51.957608][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 52.026400][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 52.036659][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 52.050849][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 52.114302][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 52.147412][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 52.194358][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 52.316021][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 52.344287][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 52.377841][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 52.444517][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted 52.453528][ T222] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro. Quota mode: none. 1;39mKernel Debug File System. [ 52.490131][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 52.555503][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 52.615698][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 52.633561][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 52.655527][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 52.663499][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 52.685512][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 52.703413][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 52.745433][ T1] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 52.764259][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ 53.425875][ T218] systemd-journald[218]: Received client request to flush runtime journal. [ 53.443279][ T226] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS [ OK ] Activated swap /swapfile1. [ OK ] Reached target Swap. [ 53.518457][ T218] systemd-journald[218]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Started NFSv4 ID-name mapping service. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached targ[ 55.736344][ T249] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized et Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 56.397637][ T245] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ 56.643331][ T245] sd 0:0:0:0: Attached scsi generic sg1 type 0 [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Found device /dev/ttyS0. [ OK ] Started 56.907489][ T249] orion_wdt: Initial timeout 21 sec 1;39mUser Login Management. [ 57.435980][ T252] marvell-cesa f1030000.crypto: CESA device successfully registered [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Started ifup for eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. Starting Raise network interfaces... [*** ] A start job is running for Raise network interfaces (10s / 5min 7s) [ 62.199386][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 66.350812][ T397] NFSD: Using UMH upcall client tracking operations. [ 66.357561][ T397] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 faucon ttyS0 faucon login: root Password: Linux faucon 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:38 CEST 2022 on ttyS0 faucon 192.168.10.18 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:35 CEST 2022 up 1 minute root@faucon:~# df -h Filesystem Size Used Avail Use% Mounted on udev 240M 0 240M 0% /dev tmpfs 49M 464K 49M 1% /run /dev/sdb1 99G 1.7G 93G 2% / tmpfs 245M 0 245M 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 245M 0 245M 0% /tmp tmpfs 49M 0 49M 0% /run/user/0 root@faucon:~#
Re: Install Debian on Synology DS413J March 17, 2023 03:32PM |
Admin Registered: 13 years ago Posts: 18,997 |
loading envs from usb 0 ... ** File not found /boot/uEnv.txt **So the file is not there on the USB rootfs.
Re: Install Debian on Synology DS413J March 17, 2023 04:20PM |
Registered: 1 year ago Posts: 178 |
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 52:3b:20:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet 192.168.10.18/24 brd 192.168.10.255 scope global dynamic eth0 valid_lft 42783sec preferred_lft 42783sec inet6 fd68:a03e:4e83:5400:503b:20ff:fe9c:1151/64 scope global dynamic mngtmpaddr valid_lft 7126sec preferred_lft 3526sec inet6 2a01:e0a:b8a:d7a0:503b:20ff:fe9c:1151/64 scope global dynamic mngtmpaddr valid_lft 86066sec preferred_lft 86066sec inet6 fe80::503b:20ff:fe9c:1151/64 scope link valid_lft forever preferred_lft forever root@faucon:~# cat /boot/uEnv.txt ipaddr=192.168.10.200 serverip=192.168.10.161 netmask=255.255.255.0 gatewayip=192.168.10.1 bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:1M(u-boot),-(data) earlyprintk=serial dtb_file=/boot/dts/kirkwood-ds413j.dtb ethaddr=00:50:43:xx:xx:xx root@faucon:~#
Re: Install Debian on Synology DS413J March 17, 2023 05:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
/boot/dts/kirkwood-ds413j.dtbAnd currently we cannot boot with the HDD rootfs only. We need to boot with kernel files on USB.
Re: Install Debian on Synology DS413J March 17, 2023 05:05PM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 17, 2023 05:30PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Install Debian on Synology DS413J March 17, 2023 05:31PM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 17, 2023 05:36PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Install Debian on Synology DS413J March 17, 2023 05:37PM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 19, 2023 04:19AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target.../ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] <snip> 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... 271 bytes read in 876 ms (0 Bytes/s) no IDE devices available importing envs ... Warning: egiga0 MAC addresses don't match: Address in SROM is 00:50:43:3c:3b:5d Address in environment is 52:3b:20:9c:11:51 running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1002 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043110][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043148][ T1] prandom: seed boundary self test passed [ 0.046307][ T1] prandom: 100 self tests passed [ 0.046322][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047683][ T1] NET: Registered protocol family 16 [ 0.048307][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049102][ T1] audit: initializing netlink subsys (disabled) [ 0.050362][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050715][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050873][ T1] cpuidle: using governor ladder [ 0.050958][ T1] cpuidle: using governor menu [ 0.051396][ T1] Feroceon L2: Enabling L2 [ 0.051440][ T1] Feroceon L2: Cache support initialised. [ 0.061608][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707808][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727347][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910174][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080124][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250220][ T1] raid6: int32x4 gen() 146 MB/s [ 4.420121][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590115][ T1] raid6: int32x2 gen() 186 MB/s [ 4.760157][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930100][ T1] raid6: int32x1 gen() 130 MB/s [ 5.100127][ T1] raid6: int32x1 xor() 80 MB/s [ 5.100141][ T1] raid6: using algorithm int32x2 gen() 186 MB/s [ 5.100151][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100161][ T1] raid6: using intx1 recovery algorithm [ 5.100398][ T1] vgaarb: loaded [ 5.100863][ T1] SCSI subsystem initialized [ 5.101294][ T1] usbcore: registered new interface driver usbfs [ 5.101352][ T1] usbcore: registered new interface driver hub [ 5.101399][ T1] usbcore: registered new device driver usb [ 5.101564][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101578][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101605][ T1] PTP clock support registered [ 5.103113][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183671][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183766][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197396][ T1] NET: Registered protocol family 2 [ 5.197566][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198608][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198661][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198731][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198790][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.198988][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199054][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199088][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199278][ T1] NET: Registered protocol family 1 [ 5.203639][ T1] RPC: Registered named UNIX socket transport module. [ 5.203659][ T1] RPC: Registered udp transport module. [ 5.203669][ T1] RPC: Registered tcp transport module. [ 5.203678][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203693][ T1] PCI: CLS 0 bytes, default 32 [ 5.203837][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213409][ T58] Trying to unpack rootfs image as initramfs... [ 6.529246][ T58] Freeing initrd memory: 9448K [ 6.980670][ T1] Initialise system trusted keyrings [ 6.980732][ T1] Key type blacklist registered [ 6.980966][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.981071][ T1] zbud: loaded [ 6.982275][ T1] NFS: Registering the id_resolver key type [ 6.982320][ T1] Key type id_resolver registered [ 6.982333][ T1] Key type id_legacy registered [ 6.982368][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.982389][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.982401][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.982631][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.983016][ T1] fuse: init (API version 7.34) [ 6.983438][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.983617][ T1] orangefs_init: module version upstream loaded [ 6.983634][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.061857][ T1] xor: measuring software checksum speed [ 7.068540][ T1] arm4regs : 1485 MB/sec [ 7.079640][ T1] 8regs : 890 MB/sec [ 7.087316][ T1] 32regs : 1296 MB/sec [ 7.087331][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.087351][ T1] async_tx: api initialized (async) [ 7.087367][ T1] Key type asymmetric registered [ 7.087378][ T1] Asymmetric key parser 'x509' registered [ 7.087440][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.087505][ T1] io scheduler bfq registered [ 7.237253][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.238884][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.238957][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.238992][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.239026][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.239061][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.239093][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.239125][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.239150][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.239489][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.239509][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.239528][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.239547][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.239565][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.239581][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.239596][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.239748][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.239782][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.240132][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.240165][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.241890][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.241919][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.241950][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.242143][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.242178][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.242202][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.242332][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.242512][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.244192][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.244219][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.245975][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.245998][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.246172][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.246196][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.246215][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.246235][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.246257][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.246283][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.246304][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.246318][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.246336][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.246356][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.246461][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.247021][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.303971][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306011][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363971][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366278][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367497][ T1] printk: console [ttyS0] disabled [ 7.367581][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577900][ T1] printk: console [ttyS0] enabled [ 8.583526][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600224][ T1] loop: module loaded [ 8.604553][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611424][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625650][ T1] scsi host0: sata_mv [ 8.630042][ T1] scsi host1: sata_mv [ 8.634437][ T1] scsi host2: sata_mv [ 8.638764][ T1] scsi host3: sata_mv [ 8.642823][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651263][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659675][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668088][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677855][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686758][ T1] scsi host4: sata_mv [ 8.691129][ T1] scsi host5: sata_mv [ 8.695248][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700066][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706538][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713041][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718564][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725667][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731190][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738310][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745197][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.751978][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758867][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766464][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774355][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.782932][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794242][ T1] libphy: Fixed MDIO Bus: probed [ 8.800265][ T1] libphy: orion_mdio_bus: probed [ 8.805287][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.826942][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836504][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846182][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853547][ T1] ehci-pci: EHCI PCI platform driver [ 8.858763][ T1] ehci-orion: EHCI orion driver [ 8.863700][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.869945][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878553][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913131][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920152][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929213][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937213][ T1] usb usb1: Product: EHCI Host Controller [ 8.942843][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950315][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956390][ T1] hub 1-0:1.0: USB hub found [ 8.960940][ T1] hub 1-0:1.0: 1 port detected [ 8.966300][ T1] usbcore: registered new interface driver usb-storage [ 8.973477][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980054][ T1] i2c /dev entries driver [ 8.985909][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992155][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999438][ T1] device-mapper: uevent: version 1.0.3 [ 9.005110][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014368][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020909][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028242][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035655][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042418][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049868][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056727][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065439][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071643][ T1] drop_monitor: Initializing network drop monitor service [ 9.079077][ T1] NET: Registered protocol family 10 [ 9.085387][ T1] Segment Routing with IPv6 [ 9.089771][ T1] RPL Segment Routing with IPv6 [ 9.094654][ T1] NET: Registered protocol family 17 [ 9.100042][ T1] Key type dns_resolver registered [ 9.105657][ T1] registered taskstats version 1 [ 9.110487][ T1] Loading compiled-in X.509 certificates [ 9.116383][ T1] zswap: loaded using pool lzo/zbud [ 9.121765][ T1] Key type ._fscrypt registered [ 9.126573][ T1] Key type .fscrypt registered [ 9.131218][ T1] Key type fscrypt-provisioning registered [ 9.138475][ T1] Key type big_key registered [ 9.167498][ T1] Key type encrypted registered [ 9.253140][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374673][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454811][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463762][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471645][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477111][ T117] hub 1-1:1.0: USB hub found [ 9.481939][ T117] hub 1-1:1.0: 4 ports detected [ 9.714669][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.054639][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 10.203135][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.354309][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.363448][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.371525][ T117] usb 1-1.2: Product: Ultra [ 10.375940][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.380957][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.387849][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.394916][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 10.401636][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 10.414254][ T1] Freeing unused kernel memory: 1024K [ 10.420299][ T1] Checked W+X mappings: passed, no W+X pages found [ 10.426725][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 11.367575][ T150] usbcore: registered new interface driver uas [ 11.444159][ T108] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.462109][ T103] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.478371][ T103] sd 6:0:0:0: [sda] Write Protect is off [ 11.488990][ T103] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.536848][ T103] sda: sda1 [ 11.546613][ T103] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 21.523580][ T153] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 23.159458][ C0] random: crng init done [ 26.564696][ T153] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 26625/1900544 files, 591620/7591244 blocks done. [ 41.995495][ T180] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 42.136680][ T180] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 43.037869][ T1] systemd[1]: System time before build time, advancing clock. [ 43.200349][ T1] systemd[1]: Inserted module 'autofs4' [ 43.364631][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 43.389608][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 43.444840][ T1] systemd[1]: Set hostname to <debian>. [ 45.063852][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 45.074545][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 45.087794][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 45.098722][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 45.134334][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 45.174335][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 45.214094][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 45.253785][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 45.293705][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 45.334444][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 45.373597][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 45.413824][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 45.453659][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 45.495217][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 45.534068][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 45.573776][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 45.614484][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 45.654139][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 45.694247][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 45.734304][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 45.773993][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 45.814180][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 45.826984][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 45.876635][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 45.926700][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 45.947395][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 45.997210][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 46.043666][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 46.059062][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 46.107597][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 46.157714][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 46.207494][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 46.266921][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 46.277202][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 46.291422][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 46.344220][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 46.376471][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 46.426067][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 46.542085][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 46.614423][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 46.654415][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 46.676528][ T1] systemd[1]: Mounted Kernel Debug File System. [ 46.693597][ T221] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ OK ] Mounted Kernel Debug File System. [ 46.739518][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 46.805087][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 46.865638][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 46.883488][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 46.905429][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 46.912530][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 46.964249][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ 47.453295][ T224] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS [ OK ] Activated swap /swapfile1. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Reached target Swap. [ 47.684614][ T217] systemd-journald[217]: Received client request to flush runtime journal. [ 47.740395][ T217] systemd-journald[217]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Finished Coldplug All udev Devices. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Helper to synchronize boot up for ifupdown... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ 51.970346][ T246] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Found device /dev/ttyS0. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK 53.198677][ T244] orion_wdt: Initial timeout 21 sec 0m] Started User Login Management. [ 53.695999][ T256] marvell-cesa f1030000.crypto: CESA device successfully registered [ 53.717594][ T246] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Started ifup for eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. Starting Raise network interfaces... [*** ] A start job is running for Raise network interfaces (12s / 5min 9s) [ 57.947613][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 62.238186][ T395] NFSD: Using UMH upcall client tracking operations. [ 62.244863][ T395] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:32 CEST 2022 on ttyS0 debian 192.168.10.18 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:52 CEST 2022 up 1 minute root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part / mtdblock0 31:0 0 512K 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 1.3M 0 disk mtdblock3 31:3 0 64K 0 disk mtdblock4 31:4 0 128K 0 disk mtdblock5 31:5 0 64K 0 disk root@debian:~#=====
Re: Install Debian on Synology DS413J March 19, 2023 02:15PM |
Admin Registered: 13 years ago Posts: 18,997 |
mw.l 0xF1010100 0x40008000 mw.l 0xF1010140 0x00003AA4 boot
Re: Install Debian on Synology DS413J March 19, 2023 07:14PM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 19, 2023 07:28PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
The GPIOs that we tried to peek and poke above (they are memory mapped). Mavell boards use GPIOs to control peripherals (eg. power off, turn on LED, power up HDDs and USBs..). And also MPPs (multiplexing pins). A pin could be configured for one of multiple functions. See Reference Manual Marvell_FS_88F6180_9x_6281_OpenSource.pdf.
Quote
md.l 0xF1010100 1
md.l 0xF1010140 1
And then run modify commands
mw.l 0xF1010100 0x40008000
mw.l 0xF1010140 0x00003AA4
0xF1010100 0xF1010140
Re: Install Debian on Synology DS413J March 21, 2023 03:00AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target...\ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> md.l 0xF1010100 1 f1010100: 10204000 .@ . NSA325> md.l 0xF1010140 1 f1010140: 0000c000 .... NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> boot starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... 271 bytes read in 877 ms (0 Bytes/s) no IDE devices available importing envs ... running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 754 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1002 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043110][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043148][ T1] prandom: seed boundary self test passed [ 0.046305][ T1] prandom: 100 self tests passed [ 0.046320][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047675][ T1] NET: Registered protocol family 16 [ 0.048298][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049087][ T1] audit: initializing netlink subsys (disabled) [ 0.050361][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050716][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050874][ T1] cpuidle: using governor ladder [ 0.050958][ T1] cpuidle: using governor menu [ 0.051395][ T1] Feroceon L2: Enabling L2 [ 0.051439][ T1] Feroceon L2: Cache support initialised. [ 0.061610][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707824][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727452][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910238][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080124][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250098][ T1] raid6: int32x4 gen() 145 MB/s [ 4.420115][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590153][ T1] raid6: int32x2 gen() 187 MB/s [ 4.760084][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930061][ T1] raid6: int32x1 gen() 129 MB/s [ 5.100123][ T1] raid6: int32x1 xor() 78 MB/s [ 5.100137][ T1] raid6: using algorithm int32x2 gen() 187 MB/s [ 5.100148][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100157][ T1] raid6: using intx1 recovery algorithm [ 5.100399][ T1] vgaarb: loaded [ 5.100866][ T1] SCSI subsystem initialized [ 5.101299][ T1] usbcore: registered new interface driver usbfs [ 5.101358][ T1] usbcore: registered new interface driver hub [ 5.101404][ T1] usbcore: registered new device driver usb [ 5.101569][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101583][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101610][ T1] PTP clock support registered [ 5.103118][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183678][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183775][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197486][ T1] NET: Registered protocol family 2 [ 5.197655][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198704][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198757][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198828][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198887][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199081][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199147][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199182][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199377][ T1] NET: Registered protocol family 1 [ 5.203645][ T1] RPC: Registered named UNIX socket transport module. [ 5.203667][ T1] RPC: Registered udp transport module. [ 5.203676][ T1] RPC: Registered tcp transport module. [ 5.203686][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203700][ T1] PCI: CLS 0 bytes, default 32 [ 5.203845][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213415][ T58] Trying to unpack rootfs image as initramfs... [ 6.528028][ T58] Freeing initrd memory: 9448K [ 6.979531][ T1] Initialise system trusted keyrings [ 6.979592][ T1] Key type blacklist registered [ 6.979828][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.979933][ T1] zbud: loaded [ 6.981139][ T1] NFS: Registering the id_resolver key type [ 6.981178][ T1] Key type id_resolver registered [ 6.981190][ T1] Key type id_legacy registered [ 6.981227][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.981247][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.981260][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.981489][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.981875][ T1] fuse: init (API version 7.34) [ 6.982208][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.982386][ T1] orangefs_init: module version upstream loaded [ 6.982402][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.057639][ T1] xor: measuring software checksum speed [ 7.064357][ T1] arm4regs : 1485 MB/sec [ 7.075470][ T1] 8regs : 890 MB/sec [ 7.083074][ T1] 32regs : 1296 MB/sec [ 7.083085][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.083104][ T1] async_tx: api initialized (async) [ 7.083176][ T1] Key type asymmetric registered [ 7.083191][ T1] Asymmetric key parser 'x509' registered [ 7.083254][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.083324][ T1] io scheduler bfq registered [ 7.233037][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.234705][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.234775][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.234812][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.234846][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.234881][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.234913][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.234945][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.234970][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.235313][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.235333][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.235352][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.235371][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.235389][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.235405][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.235420][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.235573][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.235606][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.235953][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.235986][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.237711][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.237741][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.237772][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.237964][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.238000][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.238024][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.238153][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.238335][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.239960][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.239985][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.241731][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.241755][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.241927][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.241950][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.241969][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.241990][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.242012][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.242038][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.242058][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.242073][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.242091][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.242111][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.242213][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.242773][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.303973][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306022][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.363971][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366278][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367501][ T1] printk: console [ttyS0] disabled [ 7.367583][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577866][ T1] printk: console [ttyS0] enabled [ 8.583495][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600205][ T1] loop: module loaded [ 8.604527][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611400][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625646][ T1] scsi host0: sata_mv [ 8.630034][ T1] scsi host1: sata_mv [ 8.634429][ T1] scsi host2: sata_mv [ 8.638762][ T1] scsi host3: sata_mv [ 8.642815][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651257][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659668][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668079][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677839][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686746][ T1] scsi host4: sata_mv [ 8.691123][ T1] scsi host5: sata_mv [ 8.695241][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700060][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706534][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713036][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718556][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725660][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731183][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738293][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745193][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.751969][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758856][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766460][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774354][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.782934][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794248][ T1] libphy: Fixed MDIO Bus: probed [ 8.800265][ T1] libphy: orion_mdio_bus: probed [ 8.805312][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.826967][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836493][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846179][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853539][ T1] ehci-pci: EHCI PCI platform driver [ 8.858754][ T1] ehci-orion: EHCI orion driver [ 8.863696][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.869940][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878545][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913136][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920148][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929215][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937216][ T1] usb usb1: Product: EHCI Host Controller [ 8.942846][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950318][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956387][ T1] hub 1-0:1.0: USB hub found [ 8.960933][ T1] hub 1-0:1.0: 1 port detected [ 8.966303][ T1] usbcore: registered new interface driver usb-storage [ 8.973461][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980040][ T1] i2c /dev entries driver [ 8.985901][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992149][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999421][ T1] device-mapper: uevent: version 1.0.3 [ 9.005093][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014355][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020893][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028226][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035639][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042403][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049852][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056709][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065419][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071618][ T1] drop_monitor: Initializing network drop monitor service [ 9.079044][ T1] NET: Registered protocol family 10 [ 9.085359][ T1] Segment Routing with IPv6 [ 9.089747][ T1] RPL Segment Routing with IPv6 [ 9.094640][ T1] NET: Registered protocol family 17 [ 9.100004][ T1] Key type dns_resolver registered [ 9.105625][ T1] registered taskstats version 1 [ 9.110454][ T1] Loading compiled-in X.509 certificates [ 9.116351][ T1] zswap: loaded using pool lzo/zbud [ 9.121724][ T1] Key type ._fscrypt registered [ 9.126528][ T1] Key type .fscrypt registered [ 9.131166][ T1] Key type fscrypt-provisioning registered [ 9.138422][ T1] Key type big_key registered [ 9.167414][ T1] Key type encrypted registered [ 9.253144][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374678][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454927][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463878][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471761][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477229][ T117] hub 1-1:1.0: USB hub found [ 9.482055][ T117] hub 1-1:1.0: 4 ports detected [ 9.714671][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 10.213140][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.364424][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.373571][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.381637][ T117] usb 1-1.2: Product: Ultra [ 10.386036][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.391025][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.397843][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.405353][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 11.444137][ T81] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.454465][ T58] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.463826][ T58] sd 6:0:0:0: [sda] Write Protect is off [ 11.470074][ T58] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.506174][ T58] sda: sda1 [ 11.512202][ T58] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 15.263137][ T100] ata4: link is slow to respond, please be patient (ready=0) [ 15.543166][ T100] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 15.554850][ T100] ata4.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 15.562114][ T100] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 15.576643][ T100] ata4.00: configured for UDMA/133 [ 15.592064][ T102] scsi 3:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 15.601924][ T58] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 15.610737][ T58] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 15.616811][ T58] sd 3:0:0:0: [sdb] Write Protect is off [ 15.622434][ T58] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 15.657650][ T58] sdb: sdb1 sdb2 [ 15.662563][ T58] sd 3:0:0:0: [sdb] Attached SCSI disk [ 15.944643][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 15.963984][ T1] Freeing unused kernel memory: 1024K [ 15.970016][ T1] Checked W+X mappings: passed, no W+X pages found [ 15.976441][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 16.947428][ T156] usbcore: registered new interface driver uas [ 25.699088][ C0] random: crng init done [ 27.123559][ T154] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 32.164708][ T154] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 [ 32.504669][ T100] ata4: SATA link down (SStatus 0 SControl 300) Begin: Loading essential drivers ... done. [ 37.854661][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 43.214655][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 43.220820][ T100] ata4.00: disabled [ 43.224558][ T117] ata4.00: detaching (SCSI 3:0:0:0) [ 43.241250][ T117] sd 3:0:0:0: [sdb] Synchronizing SCSI cache [ 43.248585][ T117] sd 3:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 43.270821][ T117] sd 3:0:0:0: [sdb] Stopping disk [ 43.283284][ T117] sd 3:0:0:0: [sdb] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 26632/1900544 files, 599830/7591244 blocks done. [ 48.255608][ T185] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 48.397058][ T185] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 49.199358][ T1] systemd[1]: System time before build time, advancing clock. [ 49.278376][ T1] systemd[1]: Inserted module 'autofs4' [ 49.362437][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 49.387073][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 49.435196][ T1] systemd[1]: Set hostname to <debian>. [ 51.180803][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 51.191426][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 51.204700][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 51.215651][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 51.254288][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 51.294322][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 51.334050][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 51.373764][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 51.413754][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 51.454395][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 51.493612][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 51.533795][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 51.573598][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 51.605074][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 51.644068][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 51.683785][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 51.724473][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 51.764128][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 51.804246][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 51.844290][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 51.884024][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 51.924203][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 51.936992][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 51.986587][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 52.036768][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 52.087249][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 52.137178][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 52.183656][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 52.199026][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 52.247523][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 52.297636][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 52.347578][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 52.406922][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 52.417190][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 52.431310][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 52.484175][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 52.516592][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 52.566498][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 52.684251][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 52.754481][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 52.784141][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 52.814375][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 52.833585][ T226] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 52.859097][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 52.925137][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 52.985626][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 53.003504][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 53.025392][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 53.032472][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 53.085250][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 53.103344][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 53.144209][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Remount Root and Kernel File Systems. Activating swap /swapfile1... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting pNFS block layout mapping daemon... [ 53.505604][ T229] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Activated swap /swapfile1. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ 53.801014][ T222] systemd-journald[222]: Received client request to flush runtime journal. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Reached target Swap. [ OK ] Finished Load/Save Random Seed. [ 53.933285][ T222] systemd-journald[222]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. [ 57.541392][ T256] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started RPC bind portmap service. [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Found device /dev/ttyS0. [ 58.609253][ T251] orion_wdt: Initial timeout 21 sec [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started User Login Management. [ 59.461664][ T252] marvell-cesa f1030000.crypto: CESA device successfully registered [ 59.551330][ T258] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. [ OK ] Started ifup for eth0. Starting Raise network interfaces... [ *** ] A start job is running for Raise network interfaces (12s / 5min 9s) [ 64.146105][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 70.017686][ T401] NFSD: Using UMH upcall client tracking operations. [ 70.024381][ T401] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Mar 21 09:20:25 CET 2023 on ttyS0 debian 192.168.10.40 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:26:29 CEST 2022 up 2 minutes root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part / mtdblock0 31:0 0 512K 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 1.3M 0 disk mtdblock3 31:3 0 64K 0 disk mtdblock4 31:4 0 128K 0 disk mtdblock5 31:5 0 64K 0 disk root@debian:~# ls /dev/sd* /dev/sda /dev/sda1 root@debian:~#
Re: Install Debian on Synology DS413J March 21, 2023 03:17AM |
Registered: 1 year ago Posts: 178 |
lspci -vvv 00:01.0 PCI bridge: Marvell Technology Group Ltd. Device 6282 (rev 01) (prog-if 00 [Normal decode]) Device tree node: /sys/firmware/devicetree/base/mbus@f1000000/pcie@82000000/pcie@1,0 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00010000-00010fff [size=4K] Memory behind bridge: e0000000-e00fffff [size=1M] Prefetchable memory behind bridge: 00000000-000fffff [size=1M] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- Expansion ROM at e0100000 [virtual] [disabled] [size=2K] BridgeCtl: Parity+ SERR+ NoISA- VGA- VGA16- MAbort+ >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM Disabled; RCB 128 bytes, Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x1 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #0, PowerLimit 0.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1- EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- Retimer- 2Retimers- CrosslinkRes: unsupported 00:02.0 PCI bridge: Marvell Technology Group Ltd. Device 6282 (rev 01) (prog-if 00 [Normal decode]) Device tree node: /sys/firmware/devicetree/base/mbus@f1000000/pcie@82000000/pcie@2,0 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 0000f000-00000fff [disabled] Memory behind bridge: fff00000-000fffff [disabled] Prefetchable memory behind bridge: 00000000-000fffff [size=1M] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- Expansion ROM at e0200000 [virtual] [disabled] [size=2K] BridgeCtl: Parity+ SERR+ NoISA- VGA- VGA16- MAbort+ >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM Disabled; RCB 128 bytes, Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x1 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #0, PowerLimit 0.000W; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState- RootCap: CRSVisible- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, ARIFwd- AtomicOpsCtl: ReqEn- EgressBlck- LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1- EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- Retimer- 2Retimers- CrosslinkRes: unsupported 01:00.0 SCSI storage controller: Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II (rev 02) Subsystem: Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 37 Region 0: Memory at e0000000 (64-bit, non-prefetchable) [size=1M] Region 2: I/O ports at 10000 [size=256] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [60] Express (v1) Legacy Endpoint, MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <256ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <256ns ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM Disabled; RCB 128 bytes, Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s (ok), Width x1 (downgraded) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn- MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Kernel driver in use: sata_mv
Re: Install Debian on Synology DS413J March 21, 2023 05:57AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target.../ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> ide info Device 0: device type unknown Device 1: device type unknown NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> ide reset Reset IDE: ide_preinit failed NSA325> md.l 0xF1010100 1 f1010100: 10204000 .@ . NSA325> d.l 0xF1010140 100003AA4 Unknown command 'd.l' - try 'help' NSA325> md.l 0xF1010140 1 f1010140: 0000c000 .... NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> boot starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... 271 bytes read in 876 ms (0 Bytes/s) no IDE devices available importing envs ... running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1069 ms (4.8 MiB/s) loading uInitrd ... 9672316 bytes read in 1003 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3997 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043112][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043149][ T1] prandom: seed boundary self test passed [ 0.046307][ T1] prandom: 100 self tests passed [ 0.046323][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047681][ T1] NET: Registered protocol family 16 [ 0.048306][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049102][ T1] audit: initializing netlink subsys (disabled) [ 0.050362][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050715][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050873][ T1] cpuidle: using governor ladder [ 0.050958][ T1] cpuidle: using governor menu [ 0.051396][ T1] Feroceon L2: Enabling L2 [ 0.051440][ T1] Feroceon L2: Cache support initialised. [ 0.061608][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707816][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727425][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910298][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080158][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250167][ T1] raid6: int32x4 gen() 145 MB/s [ 4.420085][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590129][ T1] raid6: int32x2 gen() 189 MB/s [ 4.760088][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930145][ T1] raid6: int32x1 gen() 130 MB/s [ 5.100205][ T1] raid6: int32x1 xor() 79 MB/s [ 5.100219][ T1] raid6: using algorithm int32x2 gen() 189 MB/s [ 5.100230][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100239][ T1] raid6: using intx1 recovery algorithm [ 5.100484][ T1] vgaarb: loaded [ 5.100949][ T1] SCSI subsystem initialized [ 5.101386][ T1] usbcore: registered new interface driver usbfs [ 5.101444][ T1] usbcore: registered new interface driver hub [ 5.101490][ T1] usbcore: registered new device driver usb [ 5.101657][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101670][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101698][ T1] PTP clock support registered [ 5.103204][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183761][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183858][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197567][ T1] NET: Registered protocol family 2 [ 5.197734][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198786][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198838][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198908][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198967][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199165][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199230][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199265][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199462][ T1] NET: Registered protocol family 1 [ 5.203728][ T1] RPC: Registered named UNIX socket transport module. [ 5.203749][ T1] RPC: Registered udp transport module. [ 5.203759][ T1] RPC: Registered tcp transport module. [ 5.203768][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203782][ T1] PCI: CLS 0 bytes, default 32 [ 5.203927][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213501][ T58] Trying to unpack rootfs image as initramfs... [ 6.527996][ T58] Freeing initrd memory: 9448K [ 6.979677][ T1] Initialise system trusted keyrings [ 6.979737][ T1] Key type blacklist registered [ 6.979968][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.980073][ T1] zbud: loaded [ 6.981279][ T1] NFS: Registering the id_resolver key type [ 6.981316][ T1] Key type id_resolver registered [ 6.981328][ T1] Key type id_legacy registered [ 6.981365][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.981385][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.981398][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.981626][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.982012][ T1] fuse: init (API version 7.34) [ 6.982350][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.982529][ T1] orangefs_init: module version upstream loaded [ 6.982545][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.059976][ T1] xor: measuring software checksum speed [ 7.066694][ T1] arm4regs : 1485 MB/sec [ 7.077807][ T1] 8regs : 890 MB/sec [ 7.085467][ T1] 32regs : 1296 MB/sec [ 7.085483][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.085502][ T1] async_tx: api initialized (async) [ 7.085517][ T1] Key type asymmetric registered [ 7.085528][ T1] Asymmetric key parser 'x509' registered [ 7.085590][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.085660][ T1] io scheduler bfq registered [ 7.235469][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.237101][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.237172][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.237209][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.237243][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.237276][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237309][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.237341][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237366][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.237708][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.237728][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.237748][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.237766][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.237784][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.237800][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.237815][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.237968][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.238002][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.238353][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.238385][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.240112][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.240141][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240173][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.240366][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.240401][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.240424][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.240554][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.240735][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.242360][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.242385][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.244184][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.244209][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.244384][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.244407][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.244426][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.244447][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.244469][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.244496][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.244516][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.244530][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.244548][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.244568][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.244675][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.245239][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.304059][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306103][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.364044][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366345][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367572][ T1] printk: console [ttyS0] disabled [ 7.367655][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577959][ T1] printk: console [ttyS0] enabled [ 8.583589][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600314][ T1] loop: module loaded [ 8.604637][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611509][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625740][ T1] scsi host0: sata_mv [ 8.630131][ T1] scsi host1: sata_mv [ 8.634542][ T1] scsi host2: sata_mv [ 8.638880][ T1] scsi host3: sata_mv [ 8.642934][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651376][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659787][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668199][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677960][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686849][ T1] scsi host4: sata_mv [ 8.691236][ T1] scsi host5: sata_mv [ 8.695353][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700177][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706647][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713147][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718668][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725771][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731293][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738401][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745298][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.752089][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758975][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766577][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774469][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.783044][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794342][ T1] libphy: Fixed MDIO Bus: probed [ 8.800369][ T1] libphy: orion_mdio_bus: probed [ 8.805416][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.827025][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836591][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846277][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853641][ T1] ehci-pci: EHCI PCI platform driver [ 8.858855][ T1] ehci-orion: EHCI orion driver [ 8.863796][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.870041][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878647][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913223][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920242][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929309][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937307][ T1] usb usb1: Product: EHCI Host Controller [ 8.942938][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950410][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956481][ T1] hub 1-0:1.0: USB hub found [ 8.961035][ T1] hub 1-0:1.0: 1 port detected [ 8.966395][ T1] usbcore: registered new interface driver usb-storage [ 8.973553][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980128][ T1] i2c /dev entries driver [ 8.985984][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992234][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999505][ T1] device-mapper: uevent: version 1.0.3 [ 9.005177][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014440][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020986][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028320][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035731][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042496][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049944][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056802][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065521][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071718][ T1] drop_monitor: Initializing network drop monitor service [ 9.079147][ T1] NET: Registered protocol family 10 [ 9.085475][ T1] Segment Routing with IPv6 [ 9.089865][ T1] RPL Segment Routing with IPv6 [ 9.094748][ T1] NET: Registered protocol family 17 [ 9.100119][ T1] Key type dns_resolver registered [ 9.105733][ T1] registered taskstats version 1 [ 9.110562][ T1] Loading compiled-in X.509 certificates [ 9.116457][ T1] zswap: loaded using pool lzo/zbud [ 9.121819][ T1] Key type ._fscrypt registered [ 9.126621][ T1] Key type .fscrypt registered [ 9.131259][ T1] Key type fscrypt-provisioning registered [ 9.138514][ T1] Key type big_key registered [ 9.167358][ T1] Key type encrypted registered [ 9.253231][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374764][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454903][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463849][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471739][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477205][ T117] hub 1-1:1.0: USB hub found [ 9.482030][ T117] hub 1-1:1.0: 4 ports detected [ 10.203227][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.354402][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.363524][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.371586][ T117] usb 1-1.2: Product: Ultra [ 10.376009][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.381002][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.387818][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.395334][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 11.444115][ T58] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.454446][ T7] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.463930][ T7] sd 6:0:0:0: [sda] Write Protect is off [ 11.470176][ T7] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.506778][ T7] sda: sda1 [ 11.512811][ T7] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 14.923223][ T98] ata3: link is slow to respond, please be patient (ready=0) [ 15.203252][ T98] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 15.214926][ T98] ata3.00: ATA-9: ST1000DM003-1CH162, CC47, max UDMA/133 [ 15.221839][ T98] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 15.236368][ T98] ata3.00: configured for UDMA/133 [ 15.251794][ T81] scsi 2:0:0:0: Direct-Access ATA ST1000DM003-1CH1 CC47 PQ: 0 ANSI: 5 [ 15.261648][ T7] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 15.270876][ T7] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 15.276950][ T7] sd 2:0:0:0: [sdb] Write Protect is off [ 15.282577][ T7] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 15.310535][ T7] sdb: sdb1 sdb2 sdb3 [ 15.316064][ T7] sd 2:0:0:0: [sdb] Attached SCSI disk [ 20.813224][ T100] ata4: link is slow to respond, please be patient (ready=0) [ 25.293223][ T100] ata4: SRST failed (errno=-16) [ 26.633249][ T100] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 26.644926][ T100] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133 [ 26.651840][ T100] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 26.668601][ T100] ata4.00: configured for UDMA/133 [ 26.684053][ T102] scsi 3:0:0:0: Direct-Access ATA ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5 [ 26.693963][ T7] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 26.702360][ T7] sd 3:0:0:0: [sdc] 4096-byte physical blocks [ 26.708788][ T7] sd 3:0:0:0: [sdc] Write Protect is off [ 26.714464][ T7] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 26.746759][ T7] sdc: sdc1 sdc2 sdc3 [ 26.752289][ T7] sd 3:0:0:0: [sdc] Attached SCSI disk [ 27.044731][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 27.064072][ T1] Freeing unused kernel memory: 1024K [ 27.070103][ T1] Checked W+X mappings: passed, no W+X pages found [ 27.076528][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 28.150243][ T150] usbcore: registered new interface driver uas [ 34.000362][ C0] random: crng init done [ 34.583253][ T94] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 34.594986][ T94] ata1.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 34.602301][ T94] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 34.616874][ T94] ata1.00: configured for UDMA/133 [ 34.622309][ T117] scsi 0:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 34.635471][ T108] sd 0:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 34.648534][ T108] sd 0:0:0:0: [sdd] 4096-byte physical blocks [ 34.654729][ T108] sd 0:0:0:0: [sdd] Write Protect is off [ 34.660430][ T108] sd 0:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 34.697955][ T108] sdd: sdd1 sdd2 [ 34.708100][ T108] sd 0:0:0:0: [sdd] Attached SCSI disk [ 38.323693][ T159] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 38.664763][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 43.364792][ T159] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 [ 43.683718][ T96] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 43.695490][ T96] ata2.00: supports DRM functions and may not be fully accessible [ 43.703263][ T96] ata2.00: ATA-9: ST1000DM003-1ER162, CC43, max UDMA/133 [ 43.710225][ T96] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 43.728479][ T96] ata2.00: supports DRM functions and may not be fully accessible [ 43.737732][ T96] ata2.00: configured for UDMA/133 [ 43.743178][ T117] scsi 1:0:0:0: Direct-Access ATA ST1000DM003-1ER1 CC43 PQ: 0 ANSI: 5 [ 43.756445][ T108] sd 1:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 43.769638][ T108] sd 1:0:0:0: [sde] 4096-byte physical blocks [ 43.775833][ T108] sd 1:0:0:0: [sde] Write Protect is off [ 43.781533][ T108] sd 1:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 43.816830][ T108] sde: sde1 sde2 sde3 [ 43.827998][ T108] sd 1:0:0:0: [sde] Attached SCSI disk [ 44.014847][ T98] ata3: SATA link down (SStatus 0 SControl 300) Begin: Loading essential drivers ... done. [ 49.043723][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 54.414796][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 54.420959][ T98] ata3.00: disabled [ 54.424720][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 54.430884][ T117] ata3.00: detaching (SCSI 2:0:0:0) [ 54.451871][ T117] sd 2:0:0:0: [sdb] Synchronizing SCSI cache [ 54.463498][ T117] sd 2:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 54.486833][ T117] sd 2:0:0:0: [sdb] Stopping disk [ 54.495502][ T117] sd 2:0:0:0: [sdb] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sdd1] fsck.ext3 -a -C0 /dev/sdd1 rootfs: recovering journal [ 59.775016][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 59.781398][ T100] ata4.00: disabled [ 59.785154][ T117] ata4.00: detaching (SCSI 3:0:0:0) [ 59.798253][ T117] sd 3:0:0:0: [sdc] Synchronizing SCSI cache [ 59.813092][ T117] sd 3:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 59.832958][ T117] sd 3:0:0:0: [sdc] Stopping disk [ 59.840691][ T117] sd 3:0:0:0: [sdc] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK rootfs: Clearing orphaned inode 1753149 (uid=0, gid=0, mode=0100644, size=0) rootfs: clean, 17651/6553600 files, 892117/26214400 blocks done. [ 70.254073][ T194] EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem [ 70.538061][ T194] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 71.790322][ T1] systemd[1]: System time before build time, advancing clock. [ 72.002209][ T1] systemd[1]: Inserted module 'autofs4' [ 72.146472][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 72.171363][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 72.255897][ T1] systemd[1]: Set hostname to <faucon>. [ 73.953154][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 73.963903][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 73.977130][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 73.988040][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 74.024414][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 74.064365][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 74.104176][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 74.143854][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 74.183776][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 74.224486][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 74.263705][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 74.303854][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 74.343639][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 74.374957][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 74.414168][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 74.453851][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 74.494546][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 74.534201][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 74.574310][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 74.614398][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 74.654062][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 74.694295][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 74.707068][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 74.746732][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 74.797342][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 74.847396][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 74.897334][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 74.943763][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 74.959219][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 75.010975][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 75.067669][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 75.117696][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 75.372555][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 75.382991][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 75.400308][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 75.524353][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 75.567854][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 75.617871][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 75.673109][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 75.724193][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 75.754226][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 75.794192][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 75.864500][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 75.905065][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 75.945496][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 75.953079][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 75.995433][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 76.002527][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 76.045737][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 76.063530][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kerne[ 76.073602][ T235] EXT4-fs (sdd1): re-mounted. Opts: errors=remount-ro. Quota mode: none. l Module fuse. [ 76.123497][ T1] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 76.145583][ T1] systemd[1]: Finished Remount Root and Kernel File Systems. [ OK ] Finished Remount Root and Kernel File Systems. [ 76.183993][ T1] systemd[1]: Activating swap /swapfile1... Activating swap /swapfile1... [ 76.219845][ T1] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System... [ 76.307289][ T1] systemd[1]: Mounting Kernel Configuration File System... Mounting Kernel Configuration File System... [ 76.396843][ T1] systemd[1]: Starting pNFS block layout mapping daemon... Starting pNFS block layout mapping daemon... [ 76.474658][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 76.493765][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 76.549797][ T1] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed... [ 76.597177][ T1] systemd[1]: Starting Apply Kernel Variables... [ 76.613313][ T236] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Apply Kernel Variables... [ 76.667465][ T1] systemd[1]: Starting Create System Users... Starting Create System Users... [ 76.719111][ T1] systemd[1]: Activated swap /swapfile1. [ OK ] Activated swap /swapfile1. [ 76.756037][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Reached target Swap. Starting Flush Journal to Persistent Storage... [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ 77.179973][ T231] systemd-journald[231]: Received client request to flush runtime journal. [ 77.247451][ T231] systemd-journald[231]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Started Rule-based Manager for Device Events and Files. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ 79.732563][ T266] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Found device /dev/ttyS0. [ OK ] Started RPC bind portmap service. [ 81.182793][ T259] orion_wdt: Initial timeout 21 sec [ OK ] Reached target RPC Port Mapper. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ 81.543932][ T266] sd 6:0:0:0: Attached scsi generic sg0 type 0 [ 81.564971][ T266] sd 0:0:0:0: Attached scsi generic sg1 type 0 [ 81.653426][ T266] sd 1:0:0:0: Attached scsi generic sg2 type 0 [ 81.710459][ T260] marvell-cesa f1030000.crypto: CESA device successfully registered [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Started User Login Management. [ OK ] Finished Helper to synchronize boot up for ifupdown. [ OK ] Started ifup for eth0. Starting Raise network interfaces... [ *** ] A start job is running for Raise network interfaces (13s / 5min 9s) [ 87.251540][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started Network Time Service. [ OK ] Started OpenBSD Secure Shell server. [ 98.287891][ T416] NFSD: Using UMH upcall client tracking operations. [ 98.294632][ T416] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 faucon ttyS0 faucon login: root Password: Linux faucon 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:25:47 CEST 2022 on ttyS0 faucon l192.168.10.40 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:46 CEST 2022 up 1 minute sroot@faucon:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 1 29G 0 disk `-sda1 8:1 1 29G 0 part sdd 8:48 0 931.5G 0 disk |-sdd1 8:49 0 100G 0 part / `-sdd2 8:50 0 831.5G 0 part sde 8:64 0 931.5G 0 disk |-sde1 8:65 0 2.4G 0 part |-sde2 8:66 0 2G 0 part `-sde3 8:67 0 926.9G 0 part mtdblock0 31:0 0 512K 0 disk mtdblock1 31:1 0 2M 0 disk mtdblock2 31:2 0 1.3M 0 disk mtdblock3 31:3 0 64K 0 disk mtdblock4 31:4 0 128K 0 disk mtdblock5 31:5 0 64K 0 disk root@faucon:~#
Re: Install Debian on Synology DS413J March 21, 2023 09:02AM |
Registered: 1 year ago Posts: 178 |
ide resetI found this that someone adjust the timing to be successul :
ide resetQuote
1. Adjusting some of the timings in drivers/block/mvsata_ide.c has allowed me to apparently solve a _small_ fraction of the problem. I can now get it to consistently/reliably honor the 'ide reset' command. (before this timing adjustment, I would frequently see:
..................................
Pogov4> ide reset
Reset IDE: ide_preinit failed
binwalk uboot.2017.07-tld-1.nsa325.mtd0.kwb DECIMAL HEXADECIMAL DESCRIPTION -------------------------------------------------------------------------------- 368204 0x59E4C CRC32 polynomial table, little endian 369228 0x5A24C CRC32 polynomial table, little endian 403444 0x627F4 LZO compressed data
dd if=uboot.2017.07-tld-1.nsa325.mtd0.img of=compressed_data.lzo skip=402932 bs=1 120844+0 enregistrements lus 120844+0 enregistrements écrits 120844 octets (121 kB, 118 KiB) copiés, 0,450518 s, 268 kB/s
lzop -d compressed_data.lzo lzop: compressed_data.lzo: you need a newer version of lzop
Re: Install Debian on Synology DS413J March 21, 2023 03:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Install Debian on Synology DS413J March 21, 2023 03:06PM |
Registered: 1 year ago Posts: 178 |
ipaddr=192.168.10.200 serverip=192.168.10.161 netmask=255.255.255.0 gatewayip=192.168.10.1 bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:1M> dtb_file=/boot/dts/kirkwood-ds413j.dtb ethaddr=00:50:43:xx:xx:xx
Re: Install Debian on Synology DS413J March 21, 2023 03:50PM |
Admin Registered: 13 years ago Posts: 18,997 |
ipaddr=192.168.10.200 serverip=192.168.10.161 netmask=255.255.255.0 gatewayip=192.168.10.1 mtdparts=mtdparts=spi0.0:1M(u-boot),-(data) set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial dtb_file=/boot/dts/kirkwood-ds413j.dtb ethaddr=00:50:43:xx:xx:xx
Re: Install Debian on Synology DS413J March 21, 2023 03:56PM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 21, 2023 04:36PM |
Admin Registered: 13 years ago Posts: 18,997 |
mw.l 0xF1010100 0x40008000 mw.l 0xF1010140 0x00003AA4 sleep 3 usb start boot
Re: Install Debian on Synology DS413J March 22, 2023 02:11AM |
Registered: 1 year ago Posts: 178 |
Re: Install Debian on Synology DS413J March 22, 2023 03:00AM |
Registered: 1 year ago Posts: 178 |
root@Arc-170:~/tools# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.nsa325.mtd0.kwb -p Sending boot message. Please reboot the target...\ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] 5 % [......................................................................] 6 % [......................................................................] 8 % [......................................................................] 10 % [......................................................................] 11 % [......................................................................] 13 % [......................................................................] 15 % [......................................................................] 17 % [......................................................................] 18 % [......................................................................] 20 % [......................................................................] 22 % [......................................................................] 23 % [......................................................................] 25 % [......................................................................] 27 % [......................................................................] 29 % [......................................................................] 30 % [......................................................................] 32 % [......................................................................] 34 % [......................................................................] 35 % [......................................................................] 37 % [......................................................................] 39 % [......................................................................] 41 % [......................................................................] 42 % [......................................................................] 44 % [......................................................................] 46 % [......................................................................] 47 % [......................................................................] 49 % [......................................................................] 51 % [......................................................................] 53 % [......................................................................] 54 % [......................................................................] 56 % [......................................................................] 58 % [......................................................................] 59 % [......................................................................] 61 % [......................................................................] 63 % [......................................................................] 64 % [......................................................................] 66 % [......................................................................] 68 % [......................................................................] 70 % [......................................................................] 71 % [......................................................................] 73 % [......................................................................] 75 % [......................................................................] 76 % [......................................................................] 78 % [......................................................................] 80 % [......................................................................] 82 % [......................................................................] 83 % [......................................................................] 85 % [......................................................................] 87 % [......................................................................] 88 % [......................................................................] 90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:42:03 -0700) ZyXEL NSA325 2-Bay Power Media Server SoC: Kirkwood 88F6282_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 0 MiB *** Warning - readenv() failed, using default environment In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 0 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010100 0x40008000 NSA325> mw.l 0xF1010140 0x00003AA4 NSA325> sleep 3 NSA325> usb start starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) 1 Storage Device(s) found NSA325> boot Reset IDE: ide_preinit failed Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 21920 60729952 00000000-01 07 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... 271 bytes read in 876 ms (0 Bytes/s) no IDE devices available importing envs ... running scan_disk ... Scan device usb device usb 0:1 1 bytes read in 753 ms (0 Bytes/s) Found bootable drive on usb 0 loading uImage ... 5435888 bytes read in 1068 ms (4.9 MiB/s) loading uInitrd ... 9672316 bytes read in 1003 ms (9.2 MiB/s) loading DTB /boot/dts/kirkwood-ds413j.dtb ... 21852 bytes read in 3998 ms (4.9 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2023-03-03 15:37:42 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9672252 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Loading Kernel Image ... OK Loading Ramdisk to 1f1d4000, end 1fb0d63c ... OK Loading Device Tree to 1f1cb000, end 1f1d355b ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Synology DS413j [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000(uboot),0x80000(stock_uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 490912K/524288K available (11264K kernel code, 1553K rwdata, 4272K rodata, 1024K init, 309K bss, 33376K reserved, 0K cma-reserved) [ 0.000000][ T0] random: get_random_u32 called from ____cache_alloc+0x408/0x7b4 with crng_init=0 [ 0.000000][ T0] trace event string verifier disabled [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000049][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.000793][ T0] Console: colour dummy device 80x30 [ 0.000855][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000891][ T0] pid_max: default: 32768 minimum: 301 [ 0.001224][ T0] LSM: Security Framework initializing [ 0.001371][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.001410][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002614][ T0] CPU: Testing write buffer coherency: ok [ 0.004660][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.004943][ T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005238][ T1] rcu: Hierarchical SRCU implementation. [ 0.006445][ T1] devtmpfs: initialized [ 0.014905][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014951][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.043110][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.043148][ T1] prandom: seed boundary self test passed [ 0.046305][ T1] prandom: 100 self tests passed [ 0.046320][ T1] pinctrl core: initialized pinctrl subsystem [ 0.047675][ T1] NET: Registered protocol family 16 [ 0.048298][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049087][ T1] audit: initializing netlink subsys (disabled) [ 0.050361][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.050714][ T16] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.050874][ T1] cpuidle: using governor ladder [ 0.050956][ T1] cpuidle: using governor menu [ 0.051393][ T1] Feroceon L2: Enabling L2 [ 0.051437][ T1] Feroceon L2: Cache support initialised. [ 0.061605][ T1] No ATAGs? [ 2.560055][ C0] random: fast init done [ 3.707793][ T39] "cryptomgr_test" (39) uses obsolete ecb(arc4) skcipher [ 3.727408][ T59] wait_for_initramfs() called before rootfs_initcalls [ 3.910315][ T1] raid6: int32x8 gen() 150 MB/s [ 4.080150][ T1] raid6: int32x8 xor() 91 MB/s [ 4.250089][ T1] raid6: int32x4 gen() 145 MB/s [ 4.420061][ T1] raid6: int32x4 xor() 95 MB/s [ 4.590083][ T1] raid6: int32x2 gen() 184 MB/s [ 4.760096][ T1] raid6: int32x2 xor() 113 MB/s [ 4.930162][ T1] raid6: int32x1 gen() 131 MB/s [ 5.100196][ T1] raid6: int32x1 xor() 79 MB/s [ 5.100210][ T1] raid6: using algorithm int32x2 gen() 184 MB/s [ 5.100221][ T1] raid6: .... xor() 113 MB/s, rmw enabled [ 5.100230][ T1] raid6: using intx1 recovery algorithm [ 5.100472][ T1] vgaarb: loaded [ 5.100939][ T1] SCSI subsystem initialized [ 5.101373][ T1] usbcore: registered new interface driver usbfs [ 5.101431][ T1] usbcore: registered new interface driver hub [ 5.101476][ T1] usbcore: registered new device driver usb [ 5.101642][ T1] pps_core: LinuxPPS API ver. 1 registered [ 5.101656][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 5.101683][ T1] PTP clock support registered [ 5.103186][ T1] clocksource: Switched to clocksource orion_clocksource [ 5.183748][ T1] VFS: Disk quotas dquot_6.6.0 [ 5.183844][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 5.197455][ T1] NET: Registered protocol family 2 [ 5.197623][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.198671][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 5.198723][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198793][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 5.198853][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 5.199050][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 5.199116][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199151][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 5.199346][ T1] NET: Registered protocol family 1 [ 5.203708][ T1] RPC: Registered named UNIX socket transport module. [ 5.203729][ T1] RPC: Registered udp transport module. [ 5.203739][ T1] RPC: Registered tcp transport module. [ 5.203748][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.203763][ T1] PCI: CLS 0 bytes, default 32 [ 5.203907][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 5.213483][ T58] Trying to unpack rootfs image as initramfs... [ 6.528062][ T58] Freeing initrd memory: 9448K [ 6.979478][ T1] Initialise system trusted keyrings [ 6.979540][ T1] Key type blacklist registered [ 6.979771][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 6.979876][ T1] zbud: loaded [ 6.981074][ T1] NFS: Registering the id_resolver key type [ 6.981114][ T1] Key type id_resolver registered [ 6.981126][ T1] Key type id_legacy registered [ 6.981162][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 6.981183][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 6.981196][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 6.981421][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 6.981805][ T1] fuse: init (API version 7.34) [ 6.982141][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 6.982317][ T1] orangefs_init: module version upstream loaded [ 6.982334][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 7.058558][ T1] xor: measuring software checksum speed [ 7.065276][ T1] arm4regs : 1485 MB/sec [ 7.076388][ T1] 8regs : 890 MB/sec [ 7.084048][ T1] 32regs : 1296 MB/sec [ 7.084064][ T1] xor: using function: arm4regs (1485 MB/sec) [ 7.084082][ T1] async_tx: api initialized (async) [ 7.084098][ T1] Key type asymmetric registered [ 7.084109][ T1] Asymmetric key parser 'x509' registered [ 7.084171][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 7.084241][ T1] io scheduler bfq registered [ 7.234041][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 7.235670][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 7.235741][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 7.235777][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1044000..0x00f1045fff -> 0x0000044000 [ 7.235812][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1080000..0x00f1081fff -> 0x0000080000 [ 7.235846][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.235878][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 7.235910][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.235935][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 7.236276][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 7.236297][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 7.236317][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 7.236335][ T1] pci_bus 0000:00: root bus resource [mem 0xf1044000-0xf1045fff] (bus address [0x00044000-0x00045fff]) [ 7.236353][ T1] pci_bus 0000:00: root bus resource [mem 0xf1080000-0xf1081fff] (bus address [0x00080000-0x00081fff]) [ 7.236369][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 7.236384][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 7.236536][ T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400 [ 7.236570][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.236918][ T1] pci 0000:00:02.0: [11ab:6282] type 01 class 0x060400 [ 7.236950][ T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 7.238675][ T1] PCI: bus0: Fast back to back transfers disabled [ 7.238704][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.238735][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 7.238926][ T1] pci 0000:01:00.0: [11ab:7042] type 00 class 0x010000 [ 7.238961][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x14000000-0x140fffff 64bit] [ 7.238984][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x00ff] [ 7.239113][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 2.5 GT/s PCIe x4 link) [ 7.239292][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.240918][ T1] PCI: bus1: Fast back to back transfers disabled [ 7.240943][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 7.242689][ T1] PCI: bus2: Fast back to back transfers enabled [ 7.242713][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 7.242885][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 7.242908][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 7.242927][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref] [ 7.242948][ T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xe0200000-0xe02007ff pref] [ 7.242970][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit] [ 7.242997][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10000-0x100ff] [ 7.243017][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 7.243032][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 7.243050][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 7.243070][ T1] pci 0000:00:02.0: PCI bridge to [bus 02] [ 7.243171][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 7.243789][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 7.304042][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.306087][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 7.364042][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 7.366355][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 7.367587][ T1] printk: console [ttyS0] disabled [ 7.367672][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 8.577970][ T1] printk: console [ttyS0] enabled [ 8.583602][ T1] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 28, base_baud = 12500000) is a 16550A [ 8.600320][ T1] loop: module loaded [ 8.604653][ T1] sata_mv 0000:01:00.0: enabling device (0140 -> 0143) [ 8.611528][ T1] sata_mv 0000:01:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx [ 8.625753][ T1] scsi host0: sata_mv [ 8.630143][ T1] scsi host1: sata_mv [ 8.634545][ T1] scsi host2: sata_mv [ 8.638880][ T1] scsi host3: sata_mv [ 8.642938][ T1] ata1: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0022000 irq 37 [ 8.651379][ T1] ata2: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0024000 irq 37 [ 8.659791][ T1] ata3: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0026000 irq 37 [ 8.668202][ T1] ata4: SATA max UDMA/133 mmio m1048576@0xe0000000 port 0xe0028000 irq 37 [ 8.677960][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 8.686873][ T1] scsi host4: sata_mv [ 8.691255][ T1] scsi host5: sata_mv [ 8.695374][ T1] ata5: SATA max UDMA/133 irq 34 [ 8.700199][ T1] ata6: SATA max UDMA/133 irq 34 [ 8.706672][ T1] spi-nor spi0.0: found n25q064, expected m25p80 [ 8.713175][ T1] spi-nor spi0.0: n25q064 (8192 Kbytes) [ 8.718696][ T1] 6 fixed-partitions partitions found on MTD device spi0.0 [ 8.725799][ T1] Creating 6 MTD partitions on "spi0.0": [ 8.731322][ T1] 0x000000000000-0x000000080000 : "RedBoot" [ 8.738424][ T1] 0x000000080000-0x000000280000 : "zImage" [ 8.745321][ T1] 0x000000280000-0x0000003c0000 : "rd.gz" [ 8.752096][ T1] 0x0000003c0000-0x0000003d0000 : "vendor" [ 8.758993][ T1] 0x0000003d0000-0x0000003f0000 : "RedBoot config" [ 8.766600][ T1] 0x0000003f0000-0x000000400000 : "FIS directory" [ 8.774492][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 8.783065][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 8.794376][ T1] libphy: Fixed MDIO Bus: probed [ 8.800399][ T1] libphy: orion_mdio_bus: probed [ 8.805417][ T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing. [ 8.827072][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 8.836640][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51 [ 8.846320][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.853689][ T1] ehci-pci: EHCI PCI platform driver [ 8.858911][ T1] ehci-orion: EHCI orion driver [ 8.863852][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 8.870096][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 8.878703][ T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000 [ 8.913204][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 8.920219][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13 [ 8.929284][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.937284][ T1] usb usb1: Product: EHCI Host Controller [ 8.942913][ T1] usb usb1: Manufacturer: Linux 5.13.6-kirkwood-tld-1 ehci_hcd [ 8.950386][ T1] usb usb1: SerialNumber: f1050000.ehci [ 8.956458][ T1] hub 1-0:1.0: USB hub found [ 8.961010][ T1] hub 1-0:1.0: 1 port detected [ 8.966377][ T1] usbcore: registered new interface driver usb-storage [ 8.973533][ T1] mousedev: PS/2 mouse device common for all mice [ 8.980107][ T1] i2c /dev entries driver [ 8.985963][ T1] rtc-s35390a 0-0030: error resetting chip [ 8.992209][ T1] rtc-s35390a: probe of 0-0030 failed with error -5 [ 8.999481][ T1] device-mapper: uevent: version 1.0.3 [ 9.005141][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 9.014406][ T94] ata1: SATA link down (SStatus 0 SControl 300) [ 9.020943][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 9.028271][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 9.035684][ T104] ata5: SATA link down (SStatus 0 SControl F300) [ 9.042447][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 9.049896][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 9.056753][ T1] device-mapper: raid: Loading target version 1.15.1 [ 9.065464][ T1] hid: raw HID events driver (C) Jiri Kosina [ 9.071663][ T1] drop_monitor: Initializing network drop monitor service [ 9.079087][ T1] NET: Registered protocol family 10 [ 9.085409][ T1] Segment Routing with IPv6 [ 9.089799][ T1] RPL Segment Routing with IPv6 [ 9.094691][ T1] NET: Registered protocol family 17 [ 9.100055][ T1] Key type dns_resolver registered [ 9.105676][ T1] registered taskstats version 1 [ 9.110504][ T1] Loading compiled-in X.509 certificates [ 9.116396][ T1] zswap: loaded using pool lzo/zbud [ 9.121767][ T1] Key type ._fscrypt registered [ 9.126571][ T1] Key type .fscrypt registered [ 9.131210][ T1] Key type fscrypt-provisioning registered [ 9.138473][ T1] Key type big_key registered [ 9.167381][ T1] Key type encrypted registered [ 9.253213][ T117] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 9.374750][ T96] ata2: SATA link down (SStatus 0 SControl 300) [ 9.454960][ T117] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.32 [ 9.463912][ T117] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 9.471795][ T117] usb 1-1: Product: USB2.0 Hub [ 9.477260][ T117] hub 1-1:1.0: USB hub found [ 9.482086][ T117] hub 1-1:1.0: 4 ports detected [ 10.203209][ T117] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 10.354458][ T117] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5590, bcdDevice= 1.00 [ 10.363580][ T117] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 10.371642][ T117] usb 1-1.2: Product: Ultra [ 10.376064][ T117] usb 1-1.2: Manufacturer: SanDisk [ 10.381058][ T117] usb 1-1.2: SerialNumber: 4C530001230325109084 [ 10.387873][ T117] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 10.395383][ T117] scsi host6: usb-storage 1-1.2:1.0 [ 11.444171][ T58] scsi 6:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6 [ 11.454498][ T7] sd 6:0:0:0: [sda] 60751872 512-byte logical blocks: (31.1 GB/29.0 GiB) [ 11.463986][ T7] sd 6:0:0:0: [sda] Write Protect is off [ 11.470233][ T7] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.506957][ T7] sda: sda1 [ 11.512987][ T7] sd 6:0:0:0: [sda] Attached SCSI removable disk [ 14.923205][ T98] ata3: link is slow to respond, please be patient (ready=0) [ 15.203233][ T98] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 15.214917][ T98] ata3.00: ATA-9: ST1000DM003-1CH162, CC47, max UDMA/133 [ 15.221834][ T98] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 15.236368][ T98] ata3.00: configured for UDMA/133 [ 15.251791][ T81] scsi 2:0:0:0: Direct-Access ATA ST1000DM003-1CH1 CC47 PQ: 0 ANSI: 5 [ 15.261643][ T7] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 15.270872][ T7] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 15.276950][ T7] sd 2:0:0:0: [sdb] Write Protect is off [ 15.282573][ T7] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 15.309401][ T7] sdb: sdb1 sdb2 sdb3 [ 15.314937][ T7] sd 2:0:0:0: [sdb] Attached SCSI disk [ 20.813206][ T100] ata4: link is slow to respond, please be patient (ready=0) [ 25.293205][ T100] ata4: SRST failed (errno=-16) [ 27.823232][ T100] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 27.834910][ T100] ata4.00: ATA-9: ST1000DM003-1ER162, CC45, max UDMA/133 [ 27.841828][ T100] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 27.858586][ T100] ata4.00: configured for UDMA/133 [ 27.874030][ T102] scsi 3:0:0:0: Direct-Access ATA ST1000DM003-1ER1 CC45 PQ: 0 ANSI: 5 [ 27.883914][ T7] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 27.892321][ T7] sd 3:0:0:0: [sdc] 4096-byte physical blocks [ 27.898753][ T7] sd 3:0:0:0: [sdc] Write Protect is off [ 27.904432][ T7] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 27.933911][ T7] sdc: sdc1 sdc2 sdc3 [ 27.939420][ T7] sd 3:0:0:0: [sdc] Attached SCSI disk [ 28.234719][ T106] ata6: SATA link down (SStatus 0 SControl F300) [ 28.254057][ T1] Freeing unused kernel memory: 1024K [ 28.260089][ T1] Checked W+X mappings: passed, no W+X pages found [ 28.266513][ T1] Run /init as init process Loading, please wait... Starting version 247.3-7+deb11u1 [ 29.381537][ T156] usbcore: registered new interface driver uas [ 35.331649][ C0] random: crng init done [ 35.733234][ T94] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 35.744970][ T94] ata1.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 [ 35.752290][ T94] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 35.766868][ T94] ata1.00: configured for UDMA/133 [ 35.772303][ T117] scsi 0:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5 [ 35.785431][ T108] sd 0:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 35.798494][ T108] sd 0:0:0:0: [sdd] 4096-byte physical blocks [ 35.804683][ T108] sd 0:0:0:0: [sdd] Write Protect is off [ 35.810381][ T108] sd 0:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 35.845932][ T108] sdd: sdd1 sdd2 [ 35.856009][ T108] sd 0:0:0:0: [sdd] Attached SCSI disk [ 39.603676][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@3: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@3 [ 39.944726][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 44.644783][ T155] reg-fixed-voltage regulators-hdd-30-4:regulator@4: nonexclusive access to GPIO for regulators-hdd-30-4:regulator@4 [ 44.963704][ T96] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 44.975473][ T96] ata2.00: supports DRM functions and may not be fully accessible [ 44.983251][ T96] ata2.00: ATA-9: ST1000DM003-1ER162, CC43, max UDMA/133 [ 44.990210][ T96] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 45.008486][ T96] ata2.00: supports DRM functions and may not be fully accessible [ 45.017715][ T96] ata2.00: configured for UDMA/133 [ 45.023172][ T117] scsi 1:0:0:0: Direct-Access ATA ST1000DM003-1ER1 CC43 PQ: 0 ANSI: 5 [ 45.036435][ T108] sd 1:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 45.049713][ T108] sd 1:0:0:0: [sde] 4096-byte physical blocks [ 45.055927][ T108] sd 1:0:0:0: [sde] Write Protect is off [ 45.061633][ T108] sd 1:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 45.093427][ T108] sde: sde1 sde2 sde3 [ 45.104393][ T108] sd 1:0:0:0: [sde] Attached SCSI disk [ 45.294888][ T98] ata3: SATA link down (SStatus 0 SControl 300) Begin: Loading essential drivers ... done. [ 50.323703][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 55.694772][ T98] ata3: SATA link down (SStatus 0 SControl 300) [ 55.700937][ T98] ata3.00: disabled [ 55.704697][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 55.710864][ T117] ata3.00: detaching (SCSI 2:0:0:0) [ 55.730908][ T117] sd 2:0:0:0: [sdb] Synchronizing SCSI cache [ 55.742577][ T117] sd 2:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 55.763377][ T117] sd 2:0:0:0: [sdb] Stopping disk [ 55.773348][ T117] sd 2:0:0:0: [sdb] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK 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.36.1 [/sbin/fsck.ext3 (1) -- /dev/sdd1] fsck.ext3 -a -C0 /dev/sdd1 rootfs: clean, 17651/6553600 files, 904420/26214400 blocks done. [ 60.255310][ T190] EXT4-fs (sdd1): mounting ext3 file system using the ext4 subsystem [ 60.611927][ T190] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 61.054803][ T100] ata4: SATA link down (SStatus 0 SControl 300) [ 61.061177][ T100] ata4.00: disabled [ 61.064936][ T117] ata4.00: detaching (SCSI 3:0:0:0) [ 61.071602][ T117] sd 3:0:0:0: [sdc] Synchronizing SCSI cache [ 61.077651][ T117] sd 3:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 61.089428][ T117] sd 3:0:0:0: [sdc] Stopping disk [ 61.094441][ T117] sd 3:0:0:0: [sdc] Start/Stop Unit failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK [ 61.880902][ T1] systemd[1]: System time before build time, advancing clock. [ 62.034361][ T1] systemd[1]: Inserted module 'autofs4' [ 62.178684][ T1] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 62.203434][ T1] systemd[1]: Detected architecture arm. Welcome to Debian GNU/Linux 11 (bullseye)! [ 62.279797][ T1] systemd[1]: Set hostname to <faucon>. [ 64.086834][ T1] systemd[1]: Queued start job for default target Graphical Interface. [ 64.097485][ T1] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 64.110725][ T1] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 64.121623][ T1] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 64.164392][ T1] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 64.204382][ T1] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 64.244166][ T1] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 64.283844][ T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 64.323789][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 64.364482][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 64.403716][ T1] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 64.443795][ T1] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 64.473641][ T1] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 64.504990][ T1] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 64.544171][ T1] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 64.583844][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 64.624491][ T1] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 64.664212][ T1] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 64.704310][ T1] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 64.744347][ T1] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 64.784066][ T1] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 64.824296][ T1] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 64.837100][ T1] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 64.876703][ T1] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ 64.926831][ T1] systemd[1]: Mounting RPC Pipe File System... Mounting RPC Pipe File System... [ 64.977394][ T1] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 65.027232][ T1] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 65.073749][ T1] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 65.089369][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 65.137655][ T1] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 65.190806][ T1] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 65.237744][ T1] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 65.554826][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 65.565095][ T1] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 65.579624][ T1] systemd[1]: Starting Journal Service... Starting Journal Service... [ 65.790068][ T1] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 65.812376][ T1] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 65.867795][ T1] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 65.938864][ T1] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 65.984258][ T1] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted NFSD configuration filesystem. [ 66.004286][ T1] systemd[1]: Mounted RPC Pipe File System. [ OK ] Mounted RPC Pipe File System. [ 66.045853][ T1] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 66.071948][ T1] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 66.103513][ T231] EXT4-fs (sdd1): re-mounted. Opts: errors=remount-ro. Quota mode: none. [ 66.143525][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 66.165306][ T1] systemd[1]: modprobe@configfs.service: Succeeded. [ 66.172944][ T1] systemd[1]: Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module configfs. [ 66.215368][ T1] systemd[1]: modprobe@drm.service: Succeeded. [ 66.244642][ T1] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 66.279373][ T1] systemd[1]: modprobe@fuse.service: Succeeded. [ 66.304574][ T1] systemd[1]: Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Module fuse. [ 66.333576][ T1] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 66.375395][ T1] systemd[1]: Finished Remount Root and Kernel File Systems. [ OK ] Finished Remount Root and Kernel File Systems. [ 66.414038][ T1] systemd[1]: Activating swap /swapfile1... Activating swap /swapfile1... [ 66.453888][ T1] systemd[1]: Mounting FUSE Control File System... Mounting FUSE Control File System... [ 66.537256][ T1] systemd[1]: Mounting Kernel Configuration File System... Mounting Kernel Configuration File System... [ 66.594762][ T1] systemd[1]: Starting pNFS block layout mapping daemon... Starting pNFS block layout mapping daemon... [ 66.637325][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 66.663843][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 66.688770][ T1] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed... [ 66.751215][ T1] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 66.827389][ T1] systemd[1]: Starting Create System Users... [ 66.853299][ T232] Adding 524284k swap on /swapfile1. Priority:-2 extents:22 across:27921988k FS Starting Create System Users... [ 66.899333][ T1] systemd[1]: Activated swap /swapfile1. [ OK ] Activated swap /swapfile1. [ 66.955715][ T1] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started pNFS block layout mapping daemon. [ OK ] Finished Apply Kernel Variables. [ OK ] Reached target Swap. Starting Flush Journal to Persistent Storage... [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ 67.353948][ T227] systemd-journald[227]: Received client request to flush runtime journal. [ 67.405390][ T227] systemd-journald[227]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Coldplug All udev Devices. Starting Helper to synchronize boot up for ifupdown... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /tmp... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /tmp. [ OK ] Reached target Local File Systems. Starting Preprocess NFS configuration... [ OK ] Finished Preprocess NFS configuration. Starting NFSv4 ID-name mapping service... [ OK ] Reached target NFS client services. [ OK ] Started NFSv4 ID-name mapping service. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting RPC bind portmap service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started Daily apt download activities. [ OK ] Started Daily apt u[ 69.597583][ T258] gpio-fan gpio-fan-100-15-35-1: GPIO fan initialized pgrade and clean activities. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems. [ OK ] Started Daily man-db regeneration. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started D-Bus System Message Bus. [ 70.010073][ T257] sd 6:0:0:0: Attached scsi generic sg0 type 0 Starting Remove Stale Onli…t4 Metadata Check Snapshots... Starting User Login Management... [ OK ] Started RPC bind portmap service. [ 70.234347][ T257] sd 0:0:0:0: Attached scsi generic sg1 type 0 [ 70.534577][ T257] sd 1:0:0:0: Attached scsi generic sg2 type 0 [ OK ] Found device /dev/ttyS0. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 70.786414][ T261] orion_wdt: Initial timeout 21 sec [ OK ] Reached target RPC Port Mapper. [ OK ] Started User Login Management. [ 71.434233][ T256] marvell-cesa f1030000.crypto: CESA device successfully registered [ OK ] Found device /sys/subsystem/net/devices/eth0. [ OK ] Started ifup for eth0. [ OK ] Finished Helper to synchronize boot up for ifupdown. Starting Raise network interfaces... [ *** ] A start job is running for Raise network interfaces (14s / 5min 11s) [ 78.602595][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ OK ] Finished Raise network interfaces. [ OK ] Reached target Network. Starting NFS Mount Daemon... Starting Network Time Service... Starting /etc/rc.local Compatibility... Starting OpenBSD Secure Shell server... [ OK ] Started NFS Mount Daemon. Starting NFS server and services... [ OK ] Started Network Time Service. [ OK ] Started /etc/rc.local Compatibility. [ OK ] Started OpenBSD Secure Shell server. [ 82.687224][ T405] NFSD: Using UMH upcall client tracking operations. [ 82.694063][ T405] NFSD: starting 90-second grace period (net f000001c) [ OK ] Finished NFS server and services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: Starts syslogd... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started LSB: Starts syslogd. Starting LSB: Starts klogd... [ OK ] Started LSB: Starts klogd. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Debian GNU/Linux 11 faucon ttyS0 faucon login: root Password: Linux faucon 5.13.6-kirkwood-tld-1 #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 armv5tel 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: Sun Aug 7 15:26:48 CEST 2022 on ttyS0 faucon 192.168.10.40 Synology DS413j Linux version 5.13.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1.0 PREEMPT Sat Jul 31 22:10:39 PDT 2021 Debian 11.6 Sun Aug 7 15:25:38 CEST 2022 up 1 minute root@faucon:~#
root@faucon:~# cat /boot/uEnv.txt ipaddr=192.168.10.200 serverip=192.168.10.161 netmask=255.255.255.0 gatewayip=192.168.10.1 mtdparts=mtdparts=spi0.0:1M(u-boot),-(data) set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial dtb_file=/boot/dts/kirkwood-ds413j.dtb ethaddr=52:3b:20:xx:xx:xx