Quantcast
Channel: Linux Device Hacking - Debian
Viewing all 26642 articles
Browse latest View live

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
nailman23 Wrote:
-------------------------------------------------------
> Hello,
>
> I've tried both (v5 and v6) and both them gives
> them same results as before, no matter if the disk
> is attached to any port.

OK then there is something we are not seeing. I think I should add USB2 power in DTS, just in case. Update: Nope. I think it must have power always. There is no GPIO for USB2 enabled!

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
Wonder why do we need these GPIOs:

static const unsigned char HDD0_ATTACH = 26;
static const unsigned char HDD1_ATTACH = 27;


Ah I think it is because these HDDs are hot-swapable.

This could cause some problems!

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
echowarrior108 Wrote:
-------------------------------------------------------
> Hi Bodhi !!!
>
> Here is what happened!
>
>
  # picocom -b 115200 /dev/ttyUSB0
> picocom v2.2
> 
> port is        : /dev/ttyUSB0
> flowcontrol    : none
> baudrate is    : 115200
> parity is      : none
> databits are   : 8
> stopbits are   : 1
> escape is      : C-a
> local echo is  : no
> noinit is      : no
> noreset is     : no
> nolock is      : no
> send_cmd is    : sz -vv
> receive_cmd is : rz -vv -E
> imap is        : 
> omap is        : 
> emap is        : crcrlf,delbs,
> 
> Type [C-a] [C-h] to see available commands
> 
> Terminal ready
> �
> U-Boot SPL 2013.10-ga72eb8f-dirty (Feb 19 2014 -
> 15:21:12)
>   Boot device: SATA
> Attempting to set PLLA to 800 MHz ...
>   plla_ctrl0 : 0000030a
>   plla_ctrl1 : 00400000
>   plla_ctrl2 : 007f0068
>   plla_ctrl3 : 00000193
> 
> PLLA Set
> Bus 0: OK 
>   Device 0: 
> reading bootargs.bin
> reading u-boot.img
> reading u-boot.img
> 
> 
> U-Boot 2013.10-ga72eb8f-dirty (Feb 19 2014 -
> 15:21:12) for OXNAS
> 
> DRAM:  128 MiB
> IDE:   Bus 0: OK 
>   Device 0: Model: WDC WD7500BPKT-75PK4T0 Firm:
> 01.01A01 Ser#:  WD-WXD1A61R3456
>             Type: Hard Disk
>             Supports 48-bit addressing
>             Capacity: 715404.8 MB = 698.6 GB
> (1465149168 x 512)
> NAND:  128 MiB
> reading u-boot.env
> In:    serial
> Out:   serial
> Err:   serial
> Net:   mii0
> ## Error: "safeboot" not defined
> Hit any key to stop autoboot:  0 
> OX820 # setenv usb_set_bootargs 'setenv bootargs
> console=ttyS0,115200 root=LABEL=rootfs
> rootdelay=10'
> OX820 # setenv uinitrd_addr 0x60e00000
> OX820 # setenv uimage_addr 0x60500000
> OX820 # setenv dtb_addr 0x62c00000
> OX820 # setenv dt_load_dtb 'ext2load usb 0:1
> $dtb_addr /boot/dts/ox820-pogoplug-pro.dtb'
> OX820 # setenv dt_load_initrd 'ext2load usb 0:1
> $uinitrd_addr /boot/uInitrd'
> OX820 # setenv dt_load_uimage 'ext2load usb 0:1
> $uimage_addr /boot/uImage'
> OX820 # setenv dt_bootm 'bootm $uimage_addr
> $uinitrd_addr $dtb_addr'
> OX820 # setenv dt_usb_boot 'run dt_load_uimage;
> run dt_load_initrd; run dt_load_dtb; run
> dt_bootm'
> OX820 # setenv dt_usb_bootcmd 'run
> usb_set_bootargs; run dt_usb_boot'
> OX820 # setenv dt_bootcmd_usb 'usb start; run
> dt_usb_bootcmd; usb stop; reset'
> OX820 # setenv bootcmd 'run dt_bootcmd_usb'
> OX820 # boot
> (Re)start USB...
> USB0:   USB EHCI 1.00
> scanning bus 0 for devices... 3 USB Device(s)
> found
>        scanning usb for storage devices... 1
> Storage Device(s) found
> 4621824 bytes read in 526 ms (8.4 MiB/s)
> 4594376 bytes read in 561 ms (7.8 MiB/s)
> 7067 bytes read in 259 ms (26.4 KiB/s)
> ## Booting kernel from Legacy Image at 60500000
> ...
>    Image Name:   Linux-4.4.117-oxnas-tld-1
>    Image Type:   ARM Linux Kernel Image
> (uncompressed)
>    Data Size:    4621760 Bytes = 4.4 MiB
>    Load Address: 60008000
>    Entry Point:  60008000
>    Verifying Checksum ... OK
> ## Loading init Ramdisk from Legacy Image at
> 60e00000 ...
>    Image Name:   initramfs-4.4.117-oxnas-tld-1
>    Image Type:   ARM Linux RAMDisk Image (gzip
> compressed)
>    Data Size:    4594312 Bytes = 4.4 MiB
>    Load Address: 60000000
>    Entry Point:  60000000
>    Verifying Checksum ... OK
> ## Flattened Device Tree blob at 62c00000
>    Booting using the fdt blob at 0x62c00000
>    Loading Kernel Image ... OK
>    Loading Ramdisk to 679c9000, end 67e2aa88 ...
> OK
>    Loading Device Tree to 679c4000, end 679c8b9a
> ... OK
> 
> Starting kernel ...
> 
> Uncompressing Linux... done, booting the kernel.
> [    0.000000] Booting Linux on physical CPU 0x0
> [    0.000000] Linux version 4.4.54-oxnas-tld-1
> (root@tldDebian) (gcc version 4.9.2 (Debian
> 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT
> 2017
> [    0.000000] CPU: ARMv6-compatible processor
> [410fb025] revision 5 (ARMv7), cr=00c5787d
> [    0.000000] CPU: PIPT / VIPT nonaliasing data
> cache, VIPT aliasing instruction cache
> [    0.000000] Machine model: Pogoplug V3 Pro
> [    0.000000] Memory policy: Data cache
> writealloc
> [    0.000000] DT missing boot CPU MPIDR[23:0],
> fall back to default cpu_logical_map
> [    0.000000] PERCPU: Embedded 12 pages/cpu
> @c7eda000 s17696 r8192 d23264 u49152
> [    0.000000] Built 1 zonelists in Zone order,
> mobility grouping on.  Total pages: 32512
> [    0.000000] Kernel command line:
> console=ttyS0,115200 root=LABEL=rootfs
> rootdelay=10
> [    0.000000] PID hash table entries: 512 (order:
> -1, 2048 bytes)
> [    0.000000] Dentry cache hash table entries:
> 16384 (order: 4, 65536 bytes)
> [    0.000000] Inode-cache hash table entries:
> 8192 (order: 3, 32768 bytes)
> [    0.000000] Memory: 116204K/131072K available
> (6410K kernel code, 288K rwdata, 1908K rodata,
> 224K init, 247K bss, 14868K 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 : 0xc8800000 -
> 0xff800000   ( 880 MB)
> [    0.000000]     lowmem  : 0xc0000000 -
> 0xc8000000   ( 128 MB)
> [    0.000000]     modules : 0xbf000000 -
> 0xc0000000   (  16 MB)
> [    0.000000]       .text : 0xc0008000 -
> 0xc0827e14   (8320 kB)
> [    0.000000]       .init : 0xc0828000 -
> 0xc0860000   ( 224 kB)
> [    0.000000]       .data : 0xc0860000 -
> 0xc08a8378   ( 289 kB)
> [    0.000000]        .bss : 0xc08a8378 -
> 0xc08e6350   ( 248 kB)
> [    0.000000] SLUB: HWalign=32, Order=0-3,
> MinObjects=0, CPUs=2, Nodes=1
> [    0.000000] Preemptible hierarchical RCU
> implementation.
> [    0.000000] NR_IRQS:160
> [    0.000000] clocksource: rps_clocksource_timer:
> mask: 0xffffff max_cycles: 0xffffff, max_idle_ns:
> 19112603332 ns
> [    0.000007] sched_clock: 24 bits at 390kHz,
> resolution 2560ns, wraps every 21474835200ns
> [    0.000174] Console: colour dummy device 80x30
> [    0.000209] Calibrating delay loop... 319.48
> BogoMIPS (lpj=1597440)
> [    0.050030] pid_max: default: 32768 minimum:
> 301
> [    0.050209] Mount-cache hash table entries:
> 1024 (order: 0, 4096 bytes)
> [    0.050227] Mountpoint-cache hash table
> entries: 1024 (order: 0, 4096 bytes)
> [    0.051084] Initializing cgroup subsys net_cls
> [    0.051169] CPU: Testing write buffer
> coherency: ok
> [    0.051612] Setting up static identity map for
> 0x60008220 - 0x60008258
> [    0.190149] Brought up 2 CPUs
> [    0.190172] SMP: Total of 2 processors
> activated (638.97 BogoMIPS).
> [    0.190999] devtmpfs: initialized
> [    0.196700] clocksource: jiffies: mask:
> 0xffffffff max_cycles: 0xffffffff, max_idle_ns:
> 19112604462750000 ns
> [    0.196751] futex hash table entries: 512
> (order: 2, 16384 bytes)
> [    0.197073] prandom: seed boundary self test
> passed
> [    0.201766] prandom: 100 self tests passed
> [    0.201794] pinctrl core: initialized pinctrl
> subsystem
> [    0.202718] NET: Registered protocol family 16
> [    0.203294] DMA: preallocated 256 KiB pool for
> atomic coherent allocations
> [    0.230018] cpuidle: using governor ladder
> [    0.260011] cpuidle: using governor menu
> [    0.265364] gpio-oxnas 44000000.gpio: at
> address c8848000
> [    0.265784] gpio-oxnas 44100000.gpio: at
> address c884a000
> [    0.266378] pinctrl-oxnas pinctrl: initialized
> OX820 pinctrl driver
> [    0.390679] oxnas-pcie
> 47c00000.pcie-controller: PCIe version/deviceID
> 0x82510b5
> [    0.390799] oxnas-pcie
> 47c00000.pcie-controller: link up
> [    0.391147] oxnas-pcie
> 47c00000.pcie-controller: PCI host bridge to bus
> 0000:00
> [    0.391175] pci_bus 0000:00: root bus resource
> [mem 0x48000000-0x49ffffff]
> [    0.391193] pci_bus 0000:00: root bus resource
> [mem 0x4a000000-0x4bdfffff pref]
> [    0.391208] pci_bus 0000:00: root bus resource
> [io  0x0000-0xfffff]
> [    0.391226] pci_bus 0000:00: root bus resource
> [bus 00-7f]
> [    0.391810] PCI: bus0: Fast back to back
> transfers disabled
> [    0.391907] pci 0000:00:00.0: BAR 0: assigned
> [mem 0x48000000-0x4800ffff]
> [    0.392389] vgaarb: loaded
> [    0.392903] SCSI subsystem initialized
> [    0.393835] usbcore: registered new interface
> driver usbfs
> [    0.393948] usbcore: registered new interface
> driver hub
> [    0.394112] usbcore: registered new device
> driver usb
> [    0.394334] pps_core: LinuxPPS API ver. 1
> registered
> [    0.394350] pps_core: Software ver. 5.3.6 -
> Copyright 2005-2007 Rodolfo Giometti
> <giometti@linux.it>
> [    0.394401] PTP clock support registered
> [    0.396641] clocksource: Switched to
> clocksource rps_clocksource_timer
> [    0.416322] NET: Registered protocol family 2
> [    0.417272] TCP established hash table entries:
> 1024 (order: 0, 4096 bytes)
> [    0.417313] TCP bind hash table entries: 1024
> (order: 1, 8192 bytes)
> [    0.417351] TCP: Hash tables configured
> (established 1024 bind 1024)
> [    0.417454] UDP hash table entries: 256 (order:
> 1, 8192 bytes)
> [    0.417500] UDP-Lite hash table entries: 256
> (order: 1, 8192 bytes)
> [    0.417779] NET: Registered protocol family 1
> [    0.418347] RPC: Registered named UNIX socket
> transport module.
> [    0.418370] RPC: Registered udp transport
> module.
> [    0.418380] RPC: Registered tcp transport
> module.
> [    0.418391] RPC: Registered tcp NFSv4.1
> backchannel transport module.
> [    0.418813] Unpacking initramfs...
> [    0.925539] Freeing initrd memory: 4488K
> (c79c9000 - c7e2b000)
> [    0.927150] Initialise system trusted keyring
> [    0.953879] zbud: loaded
> [    0.971507] NFS: Registering the id_resolver
> key type
> [    0.971584] Key type id_resolver registered
> [    0.971599] Key type id_legacy registered
> [    0.971642] nfs4filelayout_init: NFSv4 File
> Layout Driver Registering...
> [    0.971665] Installing knfsd (copyright (C)
> 1996 okir@monad.swb.de).
> [    0.972636] fuse init (API version 7.23)
> [    0.974781] Key type big_key registered
> [    1.056302] Key type asymmetric registered
> [    1.056337] Asymmetric key parser 'x509'
> registered
> [    1.056476] Block layer SCSI generic (bsg)
> driver version 0.4 loaded (major 252)
> [    1.056504] io scheduler noop registered
> [    1.056527] io scheduler deadline registered
> [    1.056593] io scheduler cfq registered
> (default)
> [    1.057280] Serial: 8250/16550 driver, 1 ports,
> IRQ sharing disabled
> [    1.058874] console [ttyS0] disabled
> [    1.058977] 44200000.uart: ttyS0 at MMIO
> 0x44200000 (irq = 6, base_baud = 390625) is a
> 16550A
> [    1.638430] console [ttyS0] enabled
> [    1.654005] loop: module loaded
> [    1.659217] scsi host0: sata_oxnas
> [    1.663119] ata1: SATA max UDMA/133 irq 7
> [    1.667215] sata_oxnas: resetting SATA core
> [    1.668285] nand: Could not find valid ONFI
> parameter page; aborting
> [    1.668326] nand: device found, Manufacturer
> ID: 0xad, Chip ID: 0xf1
> [    1.668334] nand: Hynix NAND 128MiB 3,3V 8-bit
> [    1.668341] nand: 128 MiB, SLC, erase size: 128
> KiB, page size: 2048, OOB size: 64
> [    1.668359] Scanning device for bad blocks
> [    1.688686] Bad eraseblock 249 at
> 0x000001f20000
> [    1.751413] 2 ofpart partitions found on MTD
> device 41000000.nand
> [    1.757483] Creating 2 MTD partitions on
> "41000000.nand":
> [    1.762897] 0x000000000000-0x000000e00000 :
> "boot"
> [    1.769710] 0x000000e00000-0x000008000000 :
> "data"
> [    1.777131] oxnas-gmac 40400000.ethernet: no
> reset control found
> [    1.783157] stmmac - user ID: 0x12, Synopsys
> ID: 0x35
> [    1.788180]  Ring mode enabled
> [    1.791234]  DMA HW capability register
> supported
> [    1.795742]  Enhanced/Alternate descriptors
> [    1.800071] 	Enabled extended descriptors
> [    1.804075]  RX Checksum Offload Engine
> supported (type 2)
> [    1.809528]  TX Checksum insertion supported
> [    1.813788]  Wake-Up On Lan supported
> [    1.817433]  Enable RX Mitigation via HW
> Watchdog Timer
> [    1.838786] libphy: stmmac: probed
> [    1.842252] eth%d: PHY ID 001cc914 at 0 IRQ
> POLL (stmmac-0:00) active
> [    1.848665] eth%d: PHY ID 001cc914 at 3 IRQ
> POLL (stmmac-0:03)
> [    1.855367] PPP generic driver version 2.4.2
> [    1.860154] rt2800pci 0000:00:00.0: enabling
> device (0140 -> 0142)
> [    1.866511] ieee80211 phy0: rt2x00_set_rt: Info
> - RT chipset 3090, rev 3213 detected
> [    1.877790] ieee80211 phy0: rt2x00_set_rf: Info
> - RF chipset 0005 detected
> [    1.887078] ehci_hcd: USB 2.0 'Enhanced' Host
> Controller (EHCI) Driver
> [    1.893642] ehci-pci: EHCI PCI platform driver
> [    1.898478] oxnas-ehci 40200100.ehci: EHCI Host
> Controller
> [    1.904038] oxnas-ehci 40200100.ehci: new USB
> bus registered, assigned bus number 1
> [    1.911877] oxnas-ehci 40200100.ehci: irq 10,
> io mem 0x40200100
> [    1.930150] oxnas-ehci 40200100.ehci: USB 2.0
> started, EHCI 1.00
> [    1.936471] usb usb1: New USB device found,
> idVendor=1d6b, idProduct=0002
> [    1.943270] usb usb1: New USB device strings:
> Mfr=3, Product=2, SerialNumber=1
> [    1.950484] usb usb1: Product: EHCI Host
> Controller
> [    1.955340] usb usb1: Manufacturer: Linux
> 4.4.54-oxnas-tld-1 ehci_hcd
> [    1.961768] usb usb1: SerialNumber:
> 40200100.ehci
> [    1.967518] hub 1-0:1.0: USB hub found
> [    1.971389] hub 1-0:1.0: 2 ports detected
> [    1.976634] usbcore: registered new interface
> driver cdc_acm
> [    1.982318] cdc_acm: USB Abstract Control Model
> driver for USB modems and ISDN adapters
> [    1.990433] usbcore: registered new interface
> driver cdc_wdm
> [    1.996234] usbcore: registered new interface
> driver usb-storage
> [    2.002462] usbcore: registered new interface
> driver usbserial
> [    2.008335] usbcore: registered new interface
> driver usbserial_generic
> [    2.015045] usbserial: USB Serial support
> registered for generic
> [    2.021542] mousedev: PS/2 mouse device common
> for all mice
> [    2.027284] i2c /dev entries driver
> [    2.032225] hidraw: raw HID events driver (C)
> Jiri Kosina
> [    2.037880] usbcore: registered new interface
> driver usbhid
> [    2.043466] usbhid: USB HID core driver
> [    2.049446] NET: Registered protocol family 10
> [    2.055503] sit: IPv6 over IPv4 tunneling
> driver
> [    2.061327] NET: Registered protocol family 17
> [    2.065917] Key type dns_resolver registered
> [    2.071797] registered taskstats version 1
> [    2.075919] Loading compiled-in X.509
> certificates
> [    2.080852] zswap: loaded using pool lzo/zbud
> [    2.101045] Key type encrypted registered
> [    2.220006] ata1: SATA link up 1.5 Gbps
> (SStatus 113 SControl 310)
> [    2.290140] usb 1-1: new high-speed USB device
> number 2 using oxnas-ehci
> [    2.442030] usb 1-1: New USB device found,
> idVendor=05e3, idProduct=0608
> [    2.448709] usb 1-1: New USB device strings:
> Mfr=0, Product=1, SerialNumber=0
> [    2.455846] usb 1-1: Product: USB2.0 Hub
> [    2.460884] hub 1-1:1.0: USB hub found
> [    2.465034] hub 1-1:1.0: 4 ports detected
> [    2.564979] ata1.00: ATA-8: WDC
> WD7500BPKT-75PK4T0, 01.01A01, max UDMA/133
> [    2.571873] ata1.00: 1465149168 sectors, multi
> 0: LBA48 NCQ (depth 0/32)
> [    2.605644] ata1.00: configured for UDMA/133
> [    2.650416] scsi 0:0:0:0: Direct-Access     ATA
>      WDC WD7500BPKT-7 1A01 PQ: 0 ANSI: 5
> [    2.660177] sd 0:0:0:0: [sda] 1465149168
> 512-byte logical blocks: (750 GB/699 GiB)
> [    2.667911] sd 0:0:0:0: [sda] 4096-byte
> physical blocks
> [    2.673710] sd 0:0:0:0: [sda] Write Protect is
> off
> [    2.678714] sd 0:0:0:0: [sda] Write cache:
> enabled, read cache: enabled, doesn't support DPO
> or FUA
> [    2.698280]  sda: sda1 sda2 sda3
> [    2.704302] sd 0:0:0:0: [sda] Attached SCSI
> disk
> [    2.709271] Freeing unused kernel memory: 224K
> (c0828000 - c0860000)
> [    2.760302] usb 1-1.3: new high-speed USB
> device number 3 using oxnas-ehci
> Loading, please wait...
> [    2.872048] usb 1-1.3: New USB device found,
> idVendor=0781, idProduct=5530
> [    2.878906] usb 1-1.3: New USB device strings:
> Mfr=1, Product=2, SerialNumber=3
> [    2.886292] usb 1-1.3: Product: Cruzer
> [    2.890027] usb 1-1.3: Manufacturer: SanDisk
> [    2.894336] usb 1-1.3: SerialNumber:
> 20053248121181F0AC47
> [    2.901278] usb-storage 1-1.3:1.0: USB Mass
> Storage device detected
> starting version 232
> [    2.917532] random: systemd-udevd:
> uninitialized urandom read (16 bytes read, 9 bits
> of entropy available)
> [    2.927354] scsi host1: usb-storage 1-1.3:1.0
> [    2.930639] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.933122] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.933314] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.934558] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.935651] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.936860] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.937955] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.939102] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    2.940405] random: udevadm: uninitialized
> urandom read (16 bytes read, 9 bits of entropy
> available)
> [    3.230338] usbcore: registered new interface
> driver uas
> [    3.317035] rt2800pci 0000:00:00.0 wlp0s0:
> renamed from wlan0
> Begin: Loading essential drivers ... done.
> [    4.031790] scsi 1:0:0:0: Direct-Access    
> SanDisk  Cruzer           1.20 PQ: 0 ANSI: 5
> [    4.047449] sd 1:0:0:0: [sdb] 15633408 512-byte
> logical blocks: (8.00 GB/7.45 GiB)
> [    4.062848] sd 1:0:0:0: [sdb] Write Protect is
> off
> [    4.069158] sd 1:0:0:0: [sdb] Write cache:
> disabled, read cache: enabled, doesn't support DPO
> or FUA
> [    4.090608]  sdb: sdb1
> [    4.103628] sd 1:0:0:0: [sdb] 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.29.2
> [/sbin/fsck.ext4 (1) -- /dev/sdb1] fsck.ext4 -a
> -C0 /dev/sdb1 
> rootfs: recovering journal
> rootfs: clean, 14023/488640 files, 177715/1953792
> blocks
> done.
> [   15.743902] EXT4-fs (sdb1): 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
> [info] Using makefile-style concurrent boot in
> runlevel S.
> [....] Starting the hotplug events dispatcher:
> systemd-udevdstarting version 232
> . ok 
> [....] Synthesizing the initial hotplug events...[
>   18.470830] random: nonblocking pool is
> initialized
> done.
> [ ok ] Waiting for /dev to be fully
> populated...done.
> [ ok ] Activating swap...done.
> [   20.077788] EXT4-fs (sdb1): re-mounted. Opts:
> errors=remount-ro
> [ ok ] Activating lvm and md swap...done.
> [....] Checking file systems...fsck from
> util-linux 2.29.2
> done.
> [ ok ] Loading kernel modules...done.
> [ ok ] Cleaning up temporary files... /tmp.
> [ ok ] Mounting local filesystems...done.
> [ ok ] Activating swapfile swap...done.
> [ ok ] Cleaning up temporary files....
> [ ok ] Setting kernel variables...done.
> [....] 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/00:25:31:01:0c:d5
> Sending on   LPF/eth0/00:25:31:01:0c:d5
> Sending on   Socket/fallback
> DHCPREQUEST of 192.168.0.16 on eth0 to
> 255.255.255.255 port 67
> [   28.970316] oxnas-gmac 40400000.ethernet eth0:
> Link is Up - 1Gbps/Full - flow control off
> DHCPREQUEST of 192.168.0.16 on eth0 to
> 255.255.255.255 port 67
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67
> interval 6
> DHCPREQUEST of 192.168.5.97 on eth0 to
> 255.255.255.255 port 67
> DHCPOFFER of 192.168.5.97 from 192.168.5.72
> DHCPACK of 192.168.5.97 from 192.168.5.72
> bound to 192.168.5.97 -- renewal in 20161
> seconds.
> done.
> [ ok ] Starting RPC port mapper daemon: rpcbind.
> [ ok ] Starting NFS common utilities: statd
> idmapd.
> [ ok ] Cleaning up temporary files....
> INIT: Entering runlevel: 2
> [info] Using makefile-style concurrent boot in
> runlevel 2.
> [....] Starting busybox' syslogd implementation :
> syslogdStarting /sbin/syslogd...
> 1254 (syslogd)
> . ok 
> [ ok ] Starting NFS common utilities: statd
> idmapd.
> [ ok ] Starting system message bus: dbus.
> [warn] Not starting NFS kernel daemon: no exports.
> ... (warning).
> [ ok ] Starting Avahi mDNS/DNS-SD Daemon:
> avahi-daemon.
> [ ok ] Starting OpenBSD Secure Shell server:
> sshd.
> [....] Starting busybox' klogd implementation :
> klogdStarting /sbin/klogd...
> 1250 (klogd)
> . ok 
> [ ok ] Starting NTP server: ntpd.
> 
> Debian GNU/Linux 9 debian ttyS0
> 
> debian login: root
> Password: 
> Last login: Tue Aug  1 17:15:07 PDT 2017 from
> 192.168.0.220 on pts/0
> Linux debian 4.4.54-oxnas-tld-1 #2 SMP PREEMPT Sat
> Mar 18 23:09:58 PDT 2017 armv6l
> 
> 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.
> 
>
>
>
> so far so good!!!! got a few things to do so I
> will wait to see what is next:) but we are in
> root@Debian !!!

Awesome!

>
> Added note, I saved the setenv you posted after a
> few tries to make sure it worked, this now works I
> can now get to root@debian but am still using the
> sata to startup as it won't boot without the sata
> connection. I am however running to an issue with
> copy/paste from terminal. do you have a link to
> fix that on ubuntu 17.10?
>
> Thanks Echowarrior108

You will need to install uboot to NAND to make it stick. Look back to what I posted above. I will be back to check if you have question.

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
Thanks Bodhi, should we continue this on https://forum.doozan.com/read.php?3,16017 ? I think we are done on the SATA boot part:)


and many thanks to the rest of you who helped with getting me safely back into my pogoplug!! The walkthrough really helped and I do plan to work on my sata more once I have the pogoplug up and running completely:)


Thanks Echowarrior108


note:learning just enough to be dangerous to my equipment:)

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
Hi,

> OK then there is something we are not seeing. I
> think I should add USB2 power in DTS, just in
> case.
Update: Nope. I think it must
> have power always. There is no GPIO for USB2
> enabled!

Yes, we are missing something. Just so you know: The usb2 is different than the usb3 ports: It is actually internal and normally not reachable, if the enclosure of the box is not removed.

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
bodhi Wrote:
-------------------------------------------------------
> Wonder why do we need these GPIOs:
>
>
> static const unsigned char HDD0_ATTACH = 26;
> static const unsigned char HDD1_ATTACH = 27;
>
>
>
> Ah I think it is because these HDDs are
> hot-swapable.
>
> This could cause some problems!

Maybe the HDD ports need to be powered up as well?
static const unsigned char HDD0_EN = 44;
static const unsigned char HDD1_EN = 45;

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
> Maybe the HDD ports need to be powered up as
> well?
>
> static const unsigned char HDD0_EN = 44;
> static const unsigned char HDD1_EN = 45;
>

These were already powered up in the DTS V6.

reg_sata0: regulator@3 {
                        compatible = "regulator-fixed";
                        regulator-name = "pwr_en_sata0";
                        regulator-min-microvolt = <12000000>;
                        regulator-max-microvolt = <12000000>;
                        enable-active-high;
                        regulator-boot-on;
                        gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
                };

                reg_5v_sata0: v5-sata0 {
                        compatible = "regulator-fixed";
                        regulator-name = "v5.0-sata0";
                        regulator-min-microvolt = <5000000>;
                        regulator-max-microvolt = <5000000>;
                        vin-supply = <&reg_sata0>;
                };

                reg_12v_sata0: v12-sata0 {
                        compatible = "regulator-fixed";
                        regulator-name = "v12.0-sata0";
                        regulator-min-microvolt = <12000000>;
                        regulator-max-microvolt = <12000000>;
                        vin-supply = <&reg_sata0>;
                };

                reg_sata1: regulator@4 {
                        regulator-name = "pwr_en_sata1";
                        compatible = "regulator-fixed";
                        regulator-min-microvolt = <12000000>;
                        regulator-max-microvolt = <12000000>;
                        enable-active-high;
                        regulator-boot-on;
                        gpio = <&gpio1 13 GPIO_ACTIVE_HIGH>;
                };

Re: Linux Kernel 4.4.117 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
Hi bodhi,

Can you please compile support for the "cdc_ether" and "cdc_acm" modules in the kernel? I need it so I can make use of ethernet over usb and the "ethernet gadget" mode of the raspberry pi zero.

Re: (WIP) Linux Kernel and rootfs 4.14.24 for Seagate Business Storage NAS (CNS3xxx) package

$
0
0
Mark,
Did you use my config (with SATA_PMP enabled) or your config? I saw some options are different in your config.

Re: Choice of init system

$
0
0
That's good to know.

Concerning sysvinit, Debian gave me a warning, during the stretch upgrade IIRC, that future versions of the daemon packages may no longer come with sysvinit scripts, i.e. maintainers can decide to drop them at any point in time without any consequence?

Re: Samba4 for ARM kirkwood

$
0
0
What he meant is that version 4 is no longer exposed in the package names.

Whatever you get through stable is not obsolete, by Debian standards, i.e. it is currently supported, but stable generally lags behind upstream.

The clean solution to that would be fetching from backports, instead of playing mix'n'match by installing packages from testing, which can be kind of a pain in the neck if you don't know what you're doing.

Unfortunately, it does not appear that samba has been backported.

Re: (WIP) Linux Kernel and rootfs 4.14.24 for Seagate Business Storage NAS (CNS3xxx) package

$
0
0
tommy79 Wrote:
-------------------------------------------------------
> Mark,
> Did you use my config (with SATA_PMP enabled) or
> your config? I saw some options are different in
> your config.

I added it to your config along with RAID support as I need that to boot my array.

Re: Linux Kernel 4.4.117 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
ShapeShifter499 Wrote:
-------------------------------------------------------
> Hi bodhi,
>
> Can you please compile support for the "cdc_ether"
> and "cdc_acm" modules in the kernel? I need it
> so I can make use of ethernet over usb and the
> "ethernet gadget" mode of the raspberry pi zero.

I'll take a look.

Re: Linux Kernel 4.4.117 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
ShapeShifter499,

> Can you please compile support for the "cdc_ether"
> and "cdc_acm" modules in the kernel? I need it
> so I can make use of ethernet over usb and the
> "ethernet gadget" mode of the raspberry pi zero.

I'm uploading a new stable kernel release that will also have supports for the CDC USB gadgets.

Re: Linux Kernel 4.4.123 Oxnas (OX820) Pogo V3 package and Debian rootfs

$
0
0
Kernel linux-4.4.123-oxnas-tld-1 package was uploaded. Please see 1st post for download link.

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
Echowarrior108,

Some discrepancy here. During boot, u-boot loaded the images named with kernel 4.4.117-oxnas-tld-1. But the actual kernel you booting the rootfs with is 4.4.54-oxnas-tld-1.

Quote

## Booting kernel from Legacy Image at 60500000 ...
Image Name: Linux-4.4.117-oxnas-tld-1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4621760 Bytes = 4.4 MiB
Load Address: 60008000
Entry Point: 60008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 60e00000 ...
Image Name: initramfs-4.4.117-oxnas-tld-1
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 4594312 Bytes = 4.4 MiB
Load Address: 60000000
Entry Point: 60000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 62c00000
Booting using the fdt blob at 0x62c00000
Loading Kernel Image ... OK
Loading Ramdisk to 679c9000, end 67e2aa88 ... OK
Loading Device Tree to 679c4000, end 679c8b9a ... OK


Quote

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Pogoplug V3 Pro


Since you are booting OK, it was probably just an editorial mistake. But to make sure you did the right installation, tell us why was the difference? did you try to upgrade the kernel to 4.4.117-oxnas-tld-1 on the rootfs?

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
Bodhi, I believe when I was messing around figuring it all out I may have attempted typing it in by error, I had put all the files in the usb so it may have just booted either one. kinda just glad it boots up every time:) I am now wondering if it is something I should fix,lol...Echowarrior108



followup on last question, what happened was I was was looking up different versions and made a backup copy, I then pasted the name into the backup file and when I was having trouble getting it all to work I sent the files to my laptop and ran everything else from there instead and must have copied the edited file. It is funny that it actually works. I guess my question now is should I try to upgrade to the newer version or edit the file name in u-boot?also here is a reboot with just the usb inserted it starts with this very well:

root@debian:~# reboot

Broadcast message from root@debian (ttyS0) (Fri Mar 23 23:48:00 2018):

INIT: Sending p[info] Using makefile-style concurrent boot in runlevel 6.
[....] Stopping busybox' klogd implementation: klogd1243 (klogd)
Stopped klogd (pid 1243).
. ok 
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Stopping busybox' syslogd implementation: syslogd1244 (syslogd)
. ok 
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds...done.
[ ok ] Stopping RPC port mapper daemon: rpcbind.
[ ok ] Stopping NFS common utilities: idmapd statd.
[....] Deconfiguring network interfaces...Removed stale PID file
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/00:25:31:01:0c:d5
Sending on   LPF/eth0/00:25:31:01:0c:d5
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 192.168.5.72 port 67
done.
[ ok ] Unmounting temporary filesystems...done.
[ ok ] Deactivating swap...done.
[  107.043120] EXT4-fs (sda1): re-mounted. Opts: (null)
[info] Will now restart.
[  109.184688] reboot: Restarting system

U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
  Boot device: NAND
Attempting to set PLLA to 850 MHz ...
  plla_ctrl0 : 0000020a
  plla_ctrl1 : 00330000
  plla_ctrl2 : 0065008b
  plla_ctrl3 : 000000f1

PLLA Set


U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700)
OXNAS OX820

DRAM:  128 MiB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   dwmac.40400000
dwmac.40400000 Waiting for PHY auto negotiation to complete. done
Speed: 1000, full duplex
Using dwmac.40400000 device
host 192.168.5.72 is alive
Speed: 1000, full duplex
Using dwmac.40400000 device
host 192.168.5.72 is alive
Speed: 1000, full duplex
Using dwmac.40400000 device
host 192.168.5.72 is alive
Speed: 1000, full duplex
Using dwmac.40400000 device
host 192.168.5.72 is alive
Speed: 1000, full duplex
Using dwmac.40400000 device
host 192.168.5.72 is alive
Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[    0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Pogoplug V3 Pro
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
[    0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data)
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 116204K/131072K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 14868K 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 : 0xc8800000 - 0xff800000   ( 880 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0827e14   (8320 kB)
[    0.000000]       .init : 0xc0828000 - 0xc0860000   ( 224 kB)
[    0.000000]       .data : 0xc0860000 - 0xc08a8378   ( 289 kB)
[    0.000000]        .bss : 0xc08a8378 - 0xc08e6350   ( 248 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:160
[    0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[    0.000007] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[    0.000163] Console: colour dummy device 80x30
[    0.000197] Calibrating delay loop... 339.14 BogoMIPS (lpj=1695744)
[    0.050017] pid_max: default: 32768 minimum: 301
[    0.050183] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.051023] Initializing cgroup subsys net_cls
[    0.051105] CPU: Testing write buffer coherency: ok
[    0.051525] Setting up static identity map for 0x60008220 - 0x60008258
[    0.190133] Brought up 2 CPUs
[    0.190156] SMP: Total of 2 processors activated (678.29 BogoMIPS).
[    0.190929] devtmpfs: initialized
[    0.196395] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.196441] futex hash table entries: 512 (order: 2, 16384 bytes)
[    0.196743] prandom: seed boundary self test passed
[    0.201159] prandom: 100 self tests passed
[    0.201190] pinctrl core: initialized pinctrl subsystem
[    0.202022] NET: Registered protocol family 16
[    0.202585] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.230018] cpuidle: using governor ladder
[    0.260008] cpuidle: using governor menu
[    0.265044] gpio-oxnas 44000000.gpio: at address c8848000
[    0.265431] gpio-oxnas 44100000.gpio: at address c884a000
[    0.265994] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[    0.388838] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5
[    0.388917] oxnas-pcie 47c00000.pcie-controller: link up
[    0.389248] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00
[    0.389273] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff]
[    0.389294] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref]
[    0.389309] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff]
[    0.389329] pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.389882] PCI: bus0: Fast back to back transfers disabled
[    0.390033] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x4800ffff]
[    0.390502] vgaarb: loaded
[    0.390986] SCSI subsystem initialized
[    0.391841] usbcore: registered new interface driver usbfs
[    0.391943] usbcore: registered new interface driver hub
[    0.392094] usbcore: registered new device driver usb
[    0.392304] pps_core: LinuxPPS API ver. 1 registered
[    0.392320] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.392363] PTP clock support registered
[    0.394496] clocksource: Switched to clocksource rps_clocksource_timer
[    0.413273] NET: Registered protocol family 2
[    0.414156] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.414197] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.414231] TCP: Hash tables configured (established 1024 bind 1024)
[    0.414328] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.414371] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.414635] NET: Registered protocol family 1
[    0.415175] RPC: Registered named UNIX socket transport module.
[    0.415198] RPC: Registered udp transport module.
[    0.415208] RPC: Registered tcp transport module.
[    0.415221] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.415633] Unpacking initramfs...
[    0.891537] Freeing initrd memory: 4488K (c79c5000 - c7e27000)
[    0.893040] Initialise system trusted keyring
[    0.922828] zbud: loaded
[    0.941350] NFS: Registering the id_resolver key type
[    0.941422] Key type id_resolver registered
[    0.941434] Key type id_legacy registered
[    0.941475] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.941498] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.942430] fuse init (API version 7.23)
[    0.944448] Key type big_key registered
[    1.032890] Key type asymmetric registered
[    1.032924] Asymmetric key parser 'x509' registered
[    1.033057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.033085] io scheduler noop registered
[    1.033103] io scheduler deadline registered
[    1.033164] io scheduler cfq registered (default)
[    1.033825] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    1.035376] console [ttyS0] disabled
[    1.035473] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A
[    1.618416] console [ttyS0] enabled
[    1.633182] loop: module loaded
[    1.638341] scsi host0: sata_oxnas
[    1.642224] ata1: SATA max UDMA/133 irq 7
[    1.646310] sata_oxnas: resetting SATA core
[    1.647342] nand: Could not find valid ONFI parameter page; aborting
[    1.647383] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    1.647390] nand: Hynix NAND 128MiB 3,3V 8-bit
[    1.647400] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    1.647416] Scanning device for bad blocks
[    1.667496] Bad eraseblock 249 at 0x000001f20000
[    1.729712] 2 cmdlinepart partitions found on MTD device 41000000.nand
[    1.736227] Creating 2 MTD partitions on "41000000.nand":
[    1.741639] 0x000000000000-0x000000e00000 : "boot"
[    1.748321] 0x000000e00000-0x000008000000 : "data"
[    1.755571] oxnas-gmac 40400000.ethernet: no reset control found
[    1.761594] stmmac - user ID: 0x12, Synopsys ID: 0x35
[    1.766615]  Ring mode enabled
[    1.769651]  DMA HW capability register supported
[    1.774169]  Enhanced/Alternate descriptors
[    1.778501] 	Enabled extended descriptors
[    1.782520]  RX Checksum Offload Engine supported (type 2)
[    1.787973]  TX Checksum insertion supported
[    1.792235]  Wake-Up On Lan supported
[    1.795875]  Enable RX Mitigation via HW Watchdog Timer
[    1.816253] libphy: stmmac: probed
[    1.819648] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active
[    1.826112] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03)
[    1.832796] PPP generic driver version 2.4.2
[    1.837473] rt2800pci 0000:00:00.0: enabling device (0140 -> 0142)
[    1.843847] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 detected
[    1.855032] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[    1.864168] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.870725] ehci-pci: EHCI PCI platform driver
[    1.875525] oxnas-ehci 40200100.ehci: EHCI Host Controller
[    1.881077] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[    1.888872] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100
[    1.910141] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[    1.916439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.923238] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.930447] usb usb1: Product: EHCI Host Controller
[    1.935306] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd
[    1.941731] usb usb1: SerialNumber: 40200100.ehci
[    1.947415] hub 1-0:1.0: USB hub found
[    1.951275] hub 1-0:1.0: 2 ports detected
[    1.956387] usbcore: registered new interface driver cdc_acm
[    1.962063] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.970178] usbcore: registered new interface driver cdc_wdm
[    1.975984] usbcore: registered new interface driver usb-storage
[    1.982205] usbcore: registered new interface driver usbserial
[    1.988080] usbcore: registered new interface driver usbserial_generic
[    1.994688] usbserial: USB Serial support registered for generic
[    2.001146] mousedev: PS/2 mouse device common for all mice
[    2.006881] i2c /dev entries driver
[    2.011845] hidraw: raw HID events driver (C) Jiri Kosina
[    2.017484] usbcore: registered new interface driver usbhid
[    2.023068] usbhid: USB HID core driver
[    2.028907] NET: Registered protocol family 10
[    2.034923] sit: IPv6 over IPv4 tunneling driver
[    2.040048] ata1: SATA link down (SStatus 0 SControl 310)
[    2.040655] NET: Registered protocol family 17
[    2.040842] Key type dns_resolver registered
[    2.042155] registered taskstats version 1
[    2.042201] Loading compiled-in X.509 certificates
[    2.042324] zswap: loaded using pool lzo/zbud
[    2.074147] Key type encrypted registered
[    2.081461] Freeing unused kernel memory: 224K (c0828000 - c0860000)
Loading, please wait...
starting version 232
[    2.263557] random: systemd-udevd: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.274880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.276154] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.278433] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.278604] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.279682] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.280204] usb 1-1: new high-speed USB device number 2 using oxnas-ehci
[    2.281006] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.285160] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.286136] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.287093] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
[    2.432033] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    2.438714] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.460190] usb 1-1: Product: USB2.0 Hub
[    2.470661] hub 1-1:1.0: USB hub found
[    2.474859] hub 1-1:1.0: 4 ports detected
[    2.599805] rt2800pci 0000:00:00.0 wlp0s0: renamed from wlan0
[    2.770278] usb 1-1.3: new high-speed USB device number 3 using oxnas-ehci
[    2.892080] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5530
[    2.898969] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.913512] usb 1-1.3: Product: Cruzer
Begin: Loading e[    2.925209] usb 1-1.3: Manufacturer: SanDisk
ssential drivers[    2.930560] usb 1-1.3: SerialNumber: 20053248121181F0AC47
 ... done.
[    2.939584] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    2.970393] scsi host1: usb-storage 1-1.3:1.0
[    2.983413] usbcore: registered new interface driver uas
[    3.971397] scsi 1:0:0:0: Direct-Access     SanDisk  Cruzer           1.20 PQ: 0 ANSI: 5
[    3.987402] sd 1:0:0:0: [sda] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[    3.997020] sd 1:0:0:0: [sda] Write Protect is off
[    4.003013] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.022474]  sda: sda1
[    4.031298] sd 1: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.29.2
[/sbin/fsck.ext4 (1) -- /dev/sda1] fsck.ext4 -a -C0 /dev/sda1 
rootfs: clean, 17933/488640 files, 192152/1953792 blocks
done.
[   13.272248] 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
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232
. ok 
[ ok ] Synthesizing the initial hotplug events...done.
[ ok ] Waiting for /dev to be fully populated...done.
[ ok ] Activating swap...done.
[   17.345896] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ ok ] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.29.2
done.
[   18.676275] random: nonblocking pool is initialized
[ ok ] Loading kernel modules...done.
[ ok ] Cleaning up temporary files... /tmp.
[ ok ] Mounting local filesystems...done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables...done.
[....] 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/00:25:31:01:0c:d5
Sending on   LPF/eth0/00:25:31:01:0c:d5
Sending on   Socket/fallback
DHCPREQUEST of 192.168.5.97 on eth0 to 255.255.255.255 port 67
[   27.000161] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
DHCPREQUEST of 192.168.5.97 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPREQUEST of 192.168.5.97 on eth0 to 255.255.255.255 port 67
DHCPOFFER of 192.168.5.97 from 192.168.5.72
DHCPACK of 192.168.5.97 from 192.168.5.72
bound to 192.168.5.97 -- renewal in 19365 seconds.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1241 (syslogd)
. ok 
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Starting system message bus: dbus.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1240 (klogd)
. ok 
[ ok ] Starting NTP server: ntpd.

Debian GNU/Linux 9 debian ttyS0

debian login: root
Password: 
Last login: Fri Mar 23 23:47:48 EDT 2018 on ttyS0
Linux debian 4.4.54-oxnas-tld-1 #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017 armv6l

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:~#


thanks,
EW108

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
echowarrior108,

Dont worry about it. That was just a name for the image. What actually inside the image is what count! That name could be anything you want it to be.

The images were from kernel 4.4.54- oxnas-tld-1. So the kernel identification after it is running is always going to be 4.4.54-oxnas-tld-1.

After you have running this rootfs for a while, and then decide to upgrade the the latest kernel to the new version I release, that will be corrected at that time.

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
Bodhi, thanks this is huge earning experience and I have a great backup in case I mess it up too bad!:) I can't wait to make this more functional:)

Echowarrior108

Re: Debian Installation on Thecus N2350 (Marvell Armada 385)

$
0
0
Let's try kwboot with these u-boot SPL.

See if you can consistently start the box with one of these 3 SPLs .
Viewing all 26642 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>