Re: nsa 325v2 vs debian noob questions April 16, 2018 02:02AM |
Registered: 8 years ago Posts: 38 |
Re: nsa 325v2 vs debian noob questions April 16, 2018 02:12AM |
Registered: 8 years ago Posts: 38 |
/mnt/boot/dts # fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run l oad_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 ethact=egiga0 if_netconsole=ping $serverip ipaddr=192.168.0.231 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb_addr=0x1c00000 load_initrd_addr=0x1100000 load_uimage_addr=0x800000 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 arcNumber=4495 ethaddr=4C:9E:FF:5B:4F:D1 dtb_file=/mnt/boot/dts/kirkwood-nsa325.dtb
Re: nsa 325v2 vs debian noob questions April 16, 2018 03:56AM |
Admin Registered: 13 years ago Posts: 18,997 |
dtb_file=/mnt/boot/dts/kirkwood-nsa325.dtbIt should be
dtb_file=/boot/dts/kirkwood-nsa325.dtb
Re: nsa 325v2 vs debian noob questions April 16, 2018 03:58AM |
Registered: 8 years ago Posts: 38 |
Re: nsa 325v2 vs debian noob questions April 16, 2018 05:36PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: nsa 325v2 vs debian noob questions April 16, 2018 05:46PM |
Registered: 8 years ago Posts: 38 |
Re: nsa 325v2 vs debian noob questions April 17, 2018 01:50AM |
Registered: 8 years ago Posts: 38 |
Re: nsa 325v2 vs debian noob questions April 17, 2018 02:20AM |
Admin Registered: 13 years ago Posts: 18,997 |
printenv boot
Re: nsa 325v2 vs debian noob questions April 17, 2018 02:31AM |
Registered: 8 years ago Posts: 38 |
> printenv > boot >>
Re: nsa 325v2 vs debian noob questions April 17, 2018 02:33AM |
Registered: 8 years ago Posts: 38 |
[ 72.512898] reboot: Restarting system 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: 128 MiB In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Hit any key to stop autoboot: 10 0 NSA325> [A printenv arcNumber=4495 bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 dtb_file=/boot/dts/kirkwood-nsa325.dtb ethact=egiga0 ethaddr=4C:9E:FF:5B:4F:D1 if_netconsole=ping $serverip ipaddr=192.168.0.231 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_dtb_addr=0x1c00000 load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x1100000 load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage load_uimage_addr=0x800000 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi usb_ready_retry=15
Environment size: 2843/131068 bytes NSA325> boot starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Reset IDE: Bus 0: not available Bus 1: OK Device 1: Model: WDC WD3200KS-00PFB0 Firm: 21.00M21 Ser#: WD-WCAPD3382149 Type: Hard Disk Supports 48-bit addressing Capacity: 305245.3 MB = 298.0 GB (625142448 x 512) Unknown command 'mmc' - try 'help' ## 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 ## Unknown partition table type 0 loading envs from usb 0 ... ** Bad device usb 0 ** Partition Map for IDE device 1 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 625139712 d632e2ad-01 83 Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 ** Bad device usb 0 ** device usb 1:1 ** Bad device usb 1 ** device usb 2:1 ** Bad device usb 2 ** device usb 3:1 ** Bad device usb 3 ** Scan device ide Reset IDE: Bus 0: not available Bus 1: OK Device 1: Model: WDC WD3200KS-00PFB0 Firm: 21.00M21 Ser#: WD-WCAPD3382149 Type: Hard Disk Supports 48-bit addressing Capacity: 305245.3 MB = 298.0 GB (625142448 x 512) device ide 0:1 ** Bad device ide 0 ** device ide 1:1 1 bytes read in 84 ms (0 Bytes/s) Found bootable drive on ide 1 loading uImage ... 3821592 bytes read in 1373 ms (2.7 MiB/s) loading uInitrd ... 7245696 bytes read in 2571 ms (2.7 MiB/s) loading DTB /boot/dts/kirkwood-nsa325.dtb ... 14548 bytes read in 58 ms (244.1 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.12.1-kirkwood-tld-1 Created: 2017-07-20 8:11:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3821528 Bytes = 3.6 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.12.1-kirkwood-tld-1 Created: 2017-07-24 0:18:23 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 7245632 Bytes = 6.9 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 1f424000, end 1fb0cf40 ... OK Loading Device Tree to 1f41d000, end 1f4238d3 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.12.1-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: ZyXEL NSA325 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 499256K/524288K available (8192K kernel code, 716K rwdata, 1972K rodata, 1024K init, 288K bss, 25032K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB) [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB) [ 0.000000] .data : 0xc0d00000 - 0xc0db3274 ( 717 kB) [ 0.000000] .bss : 0xc0db9b9c - 0xc0e01e60 ( 289 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000006] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000034] Switching to timer-based delay loop, resolution 5ns [ 0.000419] Console: colour dummy device 80x30 [ 0.000448] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.000466] pid_max: default: 32768 minimum: 301 [ 0.000628] Security Framework initialized [ 0.000727] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000743] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001452] CPU: Testing write buffer coherency: ok [ 0.002324] Setting up static identity map for 0x100000 - 0x100058 [ 0.002560] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.005220] devtmpfs: initialized [ 0.009388] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.009411] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.009733] prandom: seed boundary self test passed [ 0.012590] prandom: 100 self tests passed [ 0.012604] pinctrl core: initialized pinctrl subsystem [ 0.013578] NET: Registered protocol family 16 [ 0.013926] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.015294] cpuidle: using governor ladder [ 0.015357] cpuidle: using governor menu [ 0.015714] Feroceon L2: Enabling L2 [ 0.015751] Feroceon L2: Cache support initialised. [ 0.016050] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set [ 0.020275] No ATAGs? [ 0.027503] vgaarb: loaded [ 0.027755] SCSI subsystem initialized [ 0.028138] usbcore: registered new interface driver usbfs [ 0.028186] usbcore: registered new interface driver hub [ 0.028227] usbcore: registered new device driver usb [ 0.029000] clocksource: Switched to clocksource orion_clocksource [ 0.098084] VFS: Disk quotas dquot_6.6.0 [ 0.098157] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.106338] NET: Registered protocol family 2 [ 0.106944] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.107001] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.107053] TCP: Hash tables configured (established 4096 bind 4096) [ 0.107121] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.107143] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.107287] NET: Registered protocol family 1 [ 0.107633] RPC: Registered named UNIX socket transport module. [ 0.107643] RPC: Registered udp transport module. [ 0.107649] RPC: Registered tcp transport module. [ 0.107654] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.107847] Unpacking initramfs... [ 0.608520] Freeing initrd memory: 7076K [ 0.608633] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.609419] audit: initializing netlink subsys (disabled) [ 0.609782] Initialise system trusted keyrings [ 0.609837] Key type blacklist registered [ 0.609914] audit: type=2000 audit(0.600:1): state=initialized audit_enabled=0 res=1 [ 0.609993] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 0.610047] zbud: loaded [ 0.610812] NFS: Registering the id_resolver key type [ 0.610833] Key type id_resolver registered [ 0.610840] Key type id_legacy registered [ 0.610859] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.610868] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.611029] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.611180] fuse init (API version 7.26) [ 0.611455] orangefs_debugfs_init: called with debug mask: :none: :0: [ 0.611619] orangefs_init: module version upstream loaded [ 0.611627] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 2.559006] random: fast init done [ 4.970050] Key type asymmetric registered [ 4.970065] Asymmetric key parser 'x509' registered [ 4.970120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 4.970129] io scheduler noop registered [ 4.970135] io scheduler deadline registered [ 4.970207] io scheduler cfq registered (default) [ 4.971206] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 4.972684] mvebu-pcie mbus@f1000000:pcie-controller@82000000: PCI host bridge to bus 0000:00 [ 4.972703] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] [ 4.972713] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 4.972724] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.972979] PCI: bus0: Fast back to back transfers disabled [ 4.972997] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.999099] PCI: bus1: Fast back to back transfers disabled [ 4.999271] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 4.999287] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe0001fff 64bit] [ 4.999308] pci 0000:00:01.0: PCI bridge to [bus 01] [ 4.999321] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 4.999398] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 4.999475] pci 0000:01:00.0: enabling device (0140 -> 0142) [ 4.999902] mv_xor f1060800.xor: Marvell shared XOR driver [ 5.059570] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 5.059759] mv_xor f1060900.xor: Marvell shared XOR driver [ 5.119564] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy sg intr ) [ 5.119951] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 5.121046] console [ttyS0] disabled [ 5.121104] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 5.804429] console [ttyS0] enabled [ 5.814431] loop: module loaded [ 5.818075] sata_mv f1080000.sata: slots 32 ports 2 [ 5.825156] scsi host0: sata_mv [ 5.828666] scsi host1: sata_mv [ 5.832065] ata1: SATA max UDMA/133 irq 32 [ 5.836176] ata2: SATA max UDMA/133 irq 32 [ 5.840955] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1 [ 5.847400] nand: Eon NAND 128MiB 3,3V 8-bit [ 5.851719] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 5.859339] Scanning device for bad blocks [ 5.868276] Bad eraseblock 100 at 0x000000c80000 [ 5.877700] Bad eraseblock 200 at 0x000001900000 [ 5.921653] 4 cmdlinepart partitions found on MTD device orion_nand [ 5.927943] Creating 4 MTD partitions on "orion_nand": [ 5.933126] 0x000000000000-0x000000100000 : "u-boot" [ 5.939194] 0x000000100000-0x000000500000 : "uImage" [ 5.945223] 0x000000500000-0x000002500000 : "rootfs" [ 5.951338] 0x000002500000-0x000008000000 : "data" [ 5.958264] libphy: Fixed MDIO Bus: probed [ 5.963041] libphy: orion_mdio_bus: probed [ 5.971208] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 6.069474] mv643xx_eth: Set the PHY to fix link down [ 6.070100] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 4c:9e:ff:5b:4f:d1 [ 6.084065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 6.090737] ehci-pci: EHCI PCI platform driver [ 6.095254] ehci-orion: EHCI orion driver [ 6.099495] orion-ehci f1050000.ehci: EHCI Host Controller [ 6.105053] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 6.112902] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 6.139018] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 6.145260] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 6.152113] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.159396] usb usb1: Product: EHCI Host Controller [ 6.164293] usb usb1: Manufacturer: Linux 4.12.1-kirkwood-tld-1 ehci_hcd [ 6.171056] ata1: SATA link down (SStatus 0 SControl F300) [ 6.176706] usb usb1: SerialNumber: f1050000.ehci [ 6.182014] hub 1-0:1.0: USB hub found [ 6.185807] hub 1-0:1.0: 1 port detected [ 6.190283] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 6.195544] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 6.203356] xhci_hcd 0000:01:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004 [ 6.211975] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 6.218793] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.226068] usb usb2: Product: xHCI Host Controller [ 6.230981] usb usb2: Manufacturer: Linux 4.12.1-kirkwood-tld-1 xhci-hcd [ 6.237706] usb usb2: SerialNumber: 0000:01:00.0 [ 6.242881] hub 2-0:1.0: USB hub found [ 6.246678] hub 2-0:1.0: 2 ports detected [ 6.251178] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 6.256437] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3 [ 6.263987] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.272253] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 6.279098] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.286355] usb usb3: Product: xHCI Host Controller [ 6.291271] usb usb3: Manufacturer: Linux 4.12.1-kirkwood-tld-1 xhci-hcd [ 6.297996] usb usb3: SerialNumber: 0000:01:00.0 [ 6.303263] hub 3-0:1.0: USB hub found [ 6.307059] hub 3-0:1.0: 2 ports detected [ 6.311751] usbcore: registered new interface driver usb-storage [ 6.318061] mousedev: PS/2 mouse device common for all mice [ 6.323962] i2c /dev entries driver [ 6.333860] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0 [ 6.343220] hidraw: raw HID events driver (C) Jiri Kosina [ 6.348933] drop_monitor: Initializing network drop monitor service [ 6.355444] NET: Registered protocol family 17 [ 6.360140] Key type dns_resolver registered [ 6.365015] registered taskstats version 1 [ 6.369163] Loading compiled-in X.509 certificates [ 6.374024] zswap: loaded using pool lzo/zbud [ 6.386265] Key type big_key registered [ 6.397679] Key type encrypted registered [ 6.404150] rtc-pcf8563 0-0051: setting system clock to 2018-04-17 07:30:12 UTC (1523950212) [ 6.549025] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 6.669033] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 6.709071] ata2.00: ATA-7: WDC WD3200KS-00PFB0, 21.00M21, max UDMA/133 [ 6.715720] ata2.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 1) [ 6.726719] ata2.00: configured for UDMA/133 [ 6.740532] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 6.747403] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 6.754882] scsi 1:0:0:0: Direct-Access ATA WDC WD3200KS-00P 0M21 PQ: 0 ANSI: 5 [ 6.763168] usb 1-1: Product: USB2.0 Hub [ 6.768478] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 6.776293] hub 1-1:1.0: USB hub found [ 6.780200] sd 1:0:0:0: [sda] Write Protect is off [ 6.785048] hub 1-1:1.0: 4 ports detected [ 6.789209] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 6.799459] sda: sda1 [ 6.800604] sd 1:0:0:0: [sda] Attached SCSI disk [ 6.803588] Freeing unused kernel memory: 1024K Loading, please wait... starting version 232 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. Warning: fsck not present, so skipping root file system [ 17.737218] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.88 booting [[36minfo[39;49m] Using makefile-style concurrent boot in runlevel S. [....] Setting hostname to 'debian'...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Synthesizing the initial hotplug events...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Waiting for /dev to be fully populated...[ 20.629974] input: gpio_keys as /devices/platform/gpio_keys/input/input0 [ 20.687255] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 21.006810] marvell-cesa f1030000.crypto: CESA device successfully registered [ 21.046375] orion_wdt: Initial timeout 21 sec [ 21.052222] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 21.466101] random: crng init done [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Activating swap:[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [ 22.790375] EXT4-fs (sda1): re-mounted. Opts: (null) [....] Will now check root file system:fsck from util-linux 2.29.2 [/sbin/fsck.ext4 (1) -- /] fsck.ext4 -y -C0 /dev/sda1 e2fsck 1.43.4 (31-Jan-2017) rootfs: clean, 14483/19537920 files, 1444707/78142464 blocks [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [ 23.729321] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [....] Will now activate lvm and md swap:[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [[36minfo[39;49m] Will now check all file systems. fsck from util-linux 2.29.2 Checking all file systems. LABEL=rootfs is mounted [....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Cleaning up temporary files...[....] Cleaning /tmp...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. /tmp[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Will now mount local filesystems:[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Will now activate swapfile swap:[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Checking minimum space in /tmp...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Cleaning up temporary files...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Setting kernel variables...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Initializing random number generator...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/4c:9e:ff:5b:4f:d1 Sending on LPF/eth0/4c:9e:ff:5b:4f:d1 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 [ 26.430948] mv643xx_eth: Set the PHY back to auto-negotiation mode [ 28.904688] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 34.919238] NET: Registered protocol family 10 [ 34.925774] Segment Routing with IPv6 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17 DHCPREQUEST of 192.168.1.68 on eth0 to 255.255.255.255 port 67 DHCPOFFER of 192.168.1.68 from 192.168.1.254 DHCPACK of 192.168.1.68 from 192.168.1.254 bound to 192.168.1.68 -- renewal in 17748 seconds. [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Starting RPC port mapper daemon: rpcbind[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Cleaning up temporary files...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. INIT: Entering runlevel: 2 [[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1324 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting system message bus: dbus[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Not starting NFS kernel daemon: no exports. ...[?25l[?1c7[1G[[33mwarn[39;49m8[?25h[?0c [33m(warning).[39;49m [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NTP server: ntpd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1327 (klogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting OpenBSD Secure Shell server: sshd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Running local boot scripts (/etc/rc.local)[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. Debian GNU/Linux 9 debian ttyS0 debian login: oot Password: roo Login incorrect debian login: root Password: Last login: Tue Apr 17 00:29:31 PDT 2018 on ttyS0 Linux debian 4.12.1-kirkwood-tld-1 #1 PREEMPT Sat Jul 15 21:40:50 PDT 2017 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. root@debian:~#
Re: nsa 325v2 vs debian noob questions April 17, 2018 05:00PM |
Admin Registered: 13 years ago Posts: 18,997 |
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
fw_setenv mtdparts 'mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)'
Re: nsa 325v2 vs debian noob questions April 17, 2018 05:07PM |
Registered: 8 years ago Posts: 38 |
> fw_setenv mtdparts > 'mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)' >
root@debian:~# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run l oad_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb device=0:1 devices=usb ide mmc disks=0 1 2 3 ethact=egiga0 if_netconsole=ping $serverip ipaddr=192.168.0.231 led_error=orange blinking led_exit=green off led_init=green blinking load_dtb_addr=0x1c00000 load_initrd_addr=0x1100000 load_uimage_addr=0x800000 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage mainlineLinux=yes mtdids=nand0=orion_nand partition=nand0,2 preboot_nc=run if_netconsole start_netconsole scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done serverip=192.168.0.220 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_addr=0x810000 uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 arcNumber=4495 ethaddr=4C:9E:FF:5B:4F:D1 dtb_file=/boot/dts/kirkwood-nsa325.dtb mtdparts=mtdparts=orion_nand:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2)
Re: nsa 325v2 vs debian noob questions April 21, 2018 05:46PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: nsa 325v2 vs debian noob questions April 22, 2018 05:03AM |
Registered: 8 years ago Posts: 38 |
Re: nsa 325v2 vs debian noob questions April 23, 2018 08:30PM |
Admin Registered: 13 years ago Posts: 18,997 |
Manos
Re: nsa 325v2 vs debian noob questions (initramfs) August 19, 2018 10:09AM |
Re: nsa 325v2 vs debian noob questions (initramfs) August 20, 2018 04:27AM |
Admin Registered: 13 years ago Posts: 18,997 |