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

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

$
0
0
Manuel,

Good works :) I'm aware about this script too.

> download-serial.sh
> script.

This is the one we should use: u-boot-a38x-spi-uart.bin. I also have one similar I built last year.

> edit: Looking at the sources: download-serial.sh
> spams the magic character sequence 6000 times.

Yup. Because they don't know the timing either :)

> The
> mainline kwboot sources show, that it only spams
> them 16 times in a row. As far as i understand
> this can only be changed by editing the kwboot
> sources. But i don't really know how to build it
> (simply gcc needs more includes, and with the
> Makefile i don't get which target i have to
> choose..). Doesn't really matter though, the
> script is also fine, i guess.

I'll see if I can rebuild kwboot to do that.


Please try normal kwboot with u-boot-a38x-spi-uart.bin (without -p option).

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

$
0
0
blackdevil Wrote:
-------------------------------------------------------
> I think PCIe is not working and so USB is not working too.

> PCI-E0 uses external clock source.
> PCIe: Port[0] Enable PCIe LTSSM
> PCIe: Port[0] Check data link layer...
>
>
>
> Device not found.
>

It should be "Link up" in the log instead of "Device not found" and then both PCIe and usb would work. The usb 3.0 controller is attached to PCIe bus and functioning PCIe bus is a prerequisite for usb to work.
That is the problem I had when I rebooted to 2.65 and then rebooted back to 4.4 kernel. The result was "Device not found" message and I did not have pcie&usb in both systems, neither in 2.65, nor in 4.4. I rebooted couple of times and it did not help. I thought I broke the box somehow :) However I powered the box off for the next couple of hours, and then booted the 4.4 kernel and suddenly pcie&usb resumed to work :)
It is ok until now, after few reboots, but I stayed in 4.4 kernel.

As I studied the pcie driver, in 2.65 kernel it seems to write some (configuration?) data to the pcie registers on exit/power down. My guess is this data stays in the (pcie chip?) memory after reboot and resets only if you power off the box for a longer period of time. However I do not know if it is even possible... So the pcie/usb definitely needs further tests and maybe some patching.

And what I advise you blackdevil, is to power off the device for an hour or so and then try again :)

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

$
0
0
tommy79 Wrote:

> And what I advise you blackdevil, is to power off
> the device for an hour or so and then try again :)

Speaking of powering off, I noticed that after I issued the shutdown command I could not power up the box again without removing the power cord and plugging it back in. The front button didn't work. The power management may still be a little bit wonky. :)

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
I am seriously a novice at linux, been doing windows for decades but this is new turf to me. I have not located a way step by step to setup the usb drive, I have a 16 gb Sandisk , is there a simple link to get me to the right place?

I have no trouble getting into the pogoplug with the serial but past that I am not sure what to do, kinda feeling stupid asking because I am sure that its been asked on other posts:)

right now I am right where I was when I booted up, I am sure I am doing it wrong!!

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
OX820 # usb help
usb - USB sub-system

Usage:
usb start - start (scan) USB controller
usb reset - reset (rescan) USB controller
usb stop [f] - stop USB [f]=force stop
usb tree - show USB device tree
usb info [dev] - show available USB devices
usb test [dev] [port] [mode] - set USB 2.0 test mode
    (specify port 0 to indicate the device's upstream port)
    Available modes: J, K, S[E0_NAK], P[acket], F[orce_Enable]
usb storage - show details of USB storage devices
usb dev [dev] - show or set current USB storage device
usb part [dev] - print partition table of one or all USB storage    devices
usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
    to memory address `addr'
usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'
    from memory address `addr'
OX820 # usb tree
USB device tree:
  1  Hub (480 Mb/s, 0mA)
  |  u-boot EHCI Host Controller 
  |
  +-2  Hub (480 Mb/s, 100mA)
    |   USB2.0 Hub 
    |
    +-3  Mass Storage (480 Mb/s, 200mA)
         SanDisk Cruzer 4C530001170203104075


also this is what I find in nand ,is this right?


 OX820 # nand info

Device 0: nand0, sector size 128 KiB
  Page size      2048 b
  OOB size         64 b
  Erase size   131072 b
OX820 #



if this was water and I was a horse I would dehydrate to death :) lol

thanks , Echowarrior108

Re: Samba4 for ARM kirkwood

$
0
0
jst818 Wrote:
-------------------------------------------------------
> samba4 is obsolete version of samba, thus you are getting old version.
> https://packages.debian.org/search?searchon=names&keywords=samba4
>
>
>
> apt install samba should install something from
> here:
> https://packages.debian.org/stretch/samba
>
> Post your /etc/apt/sources.list .
>
My /etc/apt/sources.list is as shown below and it hasn't been modified since the installation.
[root@debian:/root 1%] # cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian stretch main
deb-src http://ftp.us.debian.org/debian stretch main

deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src  http://security.debian.org/ stretch/updates main contrib non-free

deb     http://http.debian.net/debian stretch-updates main contrib
deb-src http://http.debian.net/debian stretch-updates main contrib

[root@debian:/root 2%] #

>
>
> https://debgen.simplylinux.ch/
> Select stable or buster. and hit generate at the
> bottom.
>
>
> With stable you will get 4.5.12+dfsg-2+deb9u2,
> with buster 4.7.4+dfsg-2 .
>
I am a bit confused here. I thought yous aid samba4 is obsolete version of samba. So, why did you recommend to install samba 4.5.12+dfsg-2+deb9u2?

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

$
0
0
bodhi Wrote:
-------------------------------------------------------
> Here is a modified DTB version 3 for testing. This
> time we have the correct SPI flash type, and the
> SPI driver (in mtdparts).

Sorry, looks like I upload a wrong version. This was the same, no change from before.

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

$
0
0
bodhi Wrote:

> Please try normal kwboot with
> u-boot-a38x-spi-uart.bin (without -p option).

Sure, can do. After several tries:
[kwboot]$ ../kwboot-x86_64 -f -t -B 115200 /dev/ttyUSB0 -b u-boot-a38x-spi-uart.bin 
Sending boot message. Please reboot the target.../
Sending boot image...
  0 % [......................................................................]
  0 % [......................................................................]
  1 % [......................................................................]
  2 % [......................................................................]
  3 % [......................................................................]
  4 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  7 % [......................................................................]
  8 % [......................................................................]
  9 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 12 % [......................................................................]
 13 % [......................................................................]
 14 % [......................................................................]
 14 % [......................................................................]
 15 % [..........................................................^C

I had to interrupt, because i need to get to work. Will try to go the complete way this evening.
The kwboot is from here: I am not sure if the extra "-f" flag for the 38x chips is absolutely needed, but it makes the timing easier. And i still think the script does this better, so we should adapt that.

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

$
0
0
lordzahl Wrote:
-------------------------------------------------------
> bodhi Wrote:
>
> > Please try normal kwboot with
> > u-boot-a38x-spi-uart.bin (without -p option).
>
> Sure, can do. After several tries:
>
> [kwboot]$ ../kwboot-x86_64 -f -t -B 115200
> /dev/ttyUSB0 -b u-boot-a38x-spi-uart.bin 
> Sending boot message. Please reboot the
> target.../
> Sending boot image...
>   0 %
> [......................................................................]
>   0 %
> [......................................................................]
>   1 %
> [......................................................................]
>   2 %
> [......................................................................]
>   3 %
> [......................................................................]
>   4 %
> [......................................................................]
>   5 %
> [......................................................................]
>   6 %
> [......................................................................]
>   7 %
> [......................................................................]
>   8 %
> [......................................................................]
>   9 %
> [......................................................................]
>  10 %
> [......................................................................]
>  11 %
> [......................................................................]
>  12 %
> [......................................................................]
>  13 %
> [......................................................................]
>  14 %
> [......................................................................]
>  14 %
> [......................................................................]
>  15 %
> [..........................................................^C
>
>
> I had to interrupt, because i need to get to work.
> Will try to go the complete way this evening.

Excellent! that is working.

> The kwboot is from
> here:
> I am not sure if the extra "-f" flag for the 38x
> chips is absolutely needed, but it makes the
> timing easier.

That's the fallback option (from Kevin Smith). hmartin used that for the WD EX2100 here.

> And i still think the script does
> this better, so we should adapt that.

I think kwboot is better. If the idea is to spam the box many times, we can rebuild kwboot to do that. I like Kevin Smith's approach. I knew he has been playing with this for a long time and always try to mainline his patch.

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

$
0
0
@Manuel,

Could you ask for u-boot GPL from Thecus? if it is available I'm thinking I will acquire this box to build new u-boot for Armada.

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

$
0
0
> Could you ask for u-boot GPL from Thecus? if it is
> available I'm thinking I will acquire this box to
> build new u-boot for Armada.

Yes, i already did that last week as a reply to the GPL sources.
Maybe i will open a new ticket as well.

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
echowarrior108,


> I have no trouble getting into the pogoplug with
> the serial but past that I am not sure what to do,
> kinda feeling stupid asking because I am sure that
> its been asked on other posts:)

No, there is alway the first time for everything :) so far you did great!

Quote

> OX820 # usb tree
> USB device tree:
> 1 Hub (480 Mb/s, 0mA)
> | u-boot EHCI Host Controller
> |
> +-2 Hub (480 Mb/s, 100mA)
> | USB2.0 Hub
> |
> +-3 Mass Storage (480 Mb/s, 200mA)
> SanDisk Cruzer 4C530001170203104075

Good. That's a good USB drive to use as your rootfs.

To boot into a full Debian rootfs:

1. Create a USB rootfs using Debian-4.4.54-oxnas-tld-1-rootfs-bodhi.tar.bz2, following this instruction (very closely to the letter, i.e. copy/paste), ask question if you can't run a certain commands on the Linux box that you are doing this installation):

https://forum.doozan.com/read.php?2,16044

2. Come back and I'll help you adjusting u-boot envs to boot into that USB rootfs.

3. After that, you can install u-boot 2015.10 using this instruction:

https://forum.doozan.com/read.php?3,16017

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

$
0
0
Here is a modified DTB version 4 tarball for testing.

Added in this version: correct SPI flash type, and the SPI driver (in mtdparts), NAND, SATA port 0,1. USB3 port 0,1. But no USB2 port yet.


Copy the attached DTB to your USB rootfs /boot/dts/ folder.

Power up, interrupt serial console and set the envs (note that we are not loading uInitrd). We want to ignore that for now and see if the USB drive is powered up OK first.

setenv mtdparts 'mtdparts=spi0.0:0x00100000(uboot),0x00010000@0x00100000(uboot_env)'
setenv load_dtb_addr 0x1000000
setenv load_initrd_addr 0x2900000
setenv load_image_addr 0x02000000
setenv dtbfilename armada-385-thecus-n2350.dtb
setenv usb_set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"'
setenv usb_bootcmd 'echo Booting from USB ...; setenv fdt_skip_update yes; ext2load usb 0:1 $load_image_addr /boot/zImage; ext2load usb 0:1 $load_dtb_addr /boot/dts/$dtbfilename; run usb_set_bootargs; bootz $load_image_addr - $load_dtb_addr'
usb start
run usb_bootcmd

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

$
0
0
Hello,

I've tried the DTB version 4 and it stops on exactly the same step.Also tried with disks attached but it did not bring any improvement.


BootROM - 1.73
Booting from SPI flash


General initialization - Version: 1.0.0
AVS selection from EFUSE disabled (Skip reading EFUSE values)
Overriding default AVS value to: 0x23
Detected Device ID 6820
High speed PHY - Version: 2.0

Init Customer board board SerDes lanes topology details:
 | Lane # | Speed|    Type     |
 ------------------------------|
 |   0    |  0   |  SGMII0     |
 |   1    |  3   |  SATA0      |
 |   2    |  3   |  SATA1      |
 |   4    |  5   |  USB3 HOST0 |
 |   5    |  5   |  USB3 HOST1 |
 -------------------------------
High speed PHY - Ended Successfully
DDR4 Training Sequence - Ver TIP-0.23.(Sublib 0.8)0
DDR4 Training Sequence - Switching XBAR Window to FastPath Window
DDR4 Training Sequence - Ended Successfully
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_
        | | | |___|  _ \ / _ \ / _ \| __|
        | |_| |___| |_) | (_) | (_) | |_
         \___/    |____/ \___/ \___/ \__|
 ** LOADER **


U-Boot 2013.01 (Jun 20 2017 - 14:02:04) Marvell version: 2015_T1.0p18

Board: A38x-Customer0-Thecus-N2350
SoC:   MV88F6820 Rev A0
       running 2 CPUs
CPU:   ARM Cortex A9 MPCore (Rev 1) LE
       CPU 0
       CPU    @ 1066 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR4    @ 800 [MHz]
       DDR4 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM:  1 GiB
NAND:  512 MiB
MMC:   mv_sdh: 0
SF: Detected MX25L3205D with page size 64 KiB, total 4 MiB
USB2.0 0: Host Mode
USB3.0 0: Host Mode
USB3.0 1: Host Mode

Map:   Code:                    0x3fed0000:0x3ff959e4
       BSS:                     0x3ffef104
       Stack:                   0x3f9bff20
       Heap:                    0x3f9c0000:0x3fed0000
       U-Boot Environment:      0x00100000:0x00110000 (SPI)

Board configuration detected:
Net:
|  port  | Interface | PHY address  |
|--------|-----------|--------------|
| egiga0 |   SGMII   |     0x01     |
egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv mtdparts 'mtdparts=spi0.0:0x00100000(uboot),0x00010000@0x00100000(uboot_env)'
Marvell>> setenv load_dtb_addr 0x1000000
Marvell>> setenv load_initrd_addr 0x2900000
Marvell>> setenv load_image_addr 0x02000000
Marvell>> setenv dtbfilename armada-385-thecus-n2350.dtb
Marvell>> setenv usb_set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"'
Marvell>> setenv usb_bootcmd 'echo Booting from USB ...; setenv fdt_skip_update yes; ext2load usb 0:1 $load_image_addr /boot/zImage; ext2load usb 0:1 $load_dtb_addr /boot/dts/$dtbfilename; run usb_set_bootargs; bootz $load_image_addr - $load_dtb_addr'
Marvell>> usb start
(Re)start USB...
USB0:   Port (usbActive) : 0    Interface (usbType = 3) : Anson:xhci_usb_lowlevel_init--1--index=0
Anson:xhci_usb_lowlevel_init--2
Anson:Register 2000120 NbrPorts 2
USB XHCI 1.00
Anson:xhci_usb_lowlevel_init--3
scanning bus 0 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
       scanning usb for ethernet devices... 0 Ethernet Device(s) found
Marvell>> run usb_bootcmd
Booting from USB ...
4021296 bytes read in 291 ms (13.2 MiB/s)
18767 bytes read in 622 ms (29.3 KiB/s)
## Flattened Device Tree blob at 01000000
   Booting using the fdt blob at 0x01000000
   Loading Device Tree to 00ff8000, end 00fff94e ... OK

   Skipping Device Tree update ('fdt_skip_update' = yes)

Limit DDR size at 3GB due to power of 2 requirement of Address decoding

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.12.4-mvebu-tld-1 (root@tldDebianVM) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #1 SMP PREEMPT Sat Jul 29 21:56:37 PDT 2017
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Thecus N2350
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 17 pages/cpu @ef7c6000 s40460 r8192 d20980 u69632
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260608
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi0.0:0x00100000(uboot),0x00010000@0x00100000(uboot_env) earlyprintk=serial
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1025964K/1048576K available (8192K kernel code, 712K rwdata, 2080K rodata, 1024K init, 331K bss, 22612K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0900000   (9184 kB)
[    0.000000]       .init : 0xc0c00000 - 0xc0d00000   (1024 kB)
[    0.000000]       .data : 0xc0d00000 - 0xc0db2308   ( 713 kB)
[    0.000000]        .bss : 0xc0db9a84 - 0xc0e0ca58   ( 332 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000004] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.007886] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.019246] Console: colour dummy device 80x30
[    0.023766] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.034163] pid_max: default: 32768 minimum: 301
[    0.038946] Security Framework initialized
[    0.043158] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.049837] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.057455] CPU: Testing write buffer coherency: ok
[    0.062572] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.103769] Setting up static identity map for 0x100000 - 0x100060
[    0.110112] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.115451] mvebu-pmsu: Initializing Power Management Service Unit
[    0.173696] smp: Bringing up secondary CPUs ...
[    0.233732] Booting CPU 1
[    0.236630] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.236699] smp: Brought up 1 node, 2 CPUs
[    0.246587] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.252909] CPU: All CPU(s) started in SVC mode.
[    0.258283] devtmpfs: initialized
[    0.264530] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.272524] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.282428] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.288754] prandom: seed boundary self test passed
[    0.296243] prandom: 100 self tests passed
[    0.300406] pinctrl core: initialized pinctrl subsystem
[    0.306541] NET: Registered protocol family 16
[    0.311858] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.320241] cpuidle: using governor ladder
[    0.324459] cpuidle: using governor menu
[    0.328598] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.336677] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.342729] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.350884] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.405072] vgaarb: loaded
[    0.408055] SCSI subsystem initialized
[    0.412657] usbcore: registered new interface driver usbfs
[    0.418370] usbcore: registered new interface driver hub
[    0.423880] usbcore: registered new device driver usb
[    0.429312] media: Linux media interface: v0.10
[    0.433981] Linux video capture interface: v2.00
[    0.439448] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.497079] VFS: Disk quotas dquot_6.6.0
[    0.501204] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.515086] NET: Registered protocol family 2
[    0.520034] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.527186] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.533786] TCP: Hash tables configured (established 8192 bind 8192)
[    0.540293] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.546298] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.553083] NET: Registered protocol family 1
[    0.557801] RPC: Registered named UNIX socket transport module.
[    0.563820] RPC: Registered udp transport module.
[    0.568587] RPC: Registered tcp transport module.
[    0.573366] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.580140] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.586916] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.596091] audit: initializing netlink subsys (disabled)
[    0.601809] audit: type=2000 audit(0.582:1): state=initialized audit_enabled=0 res=1
[    0.601984] Initialise system trusted keyrings
[    0.602009] Key type blacklist registered
[    0.609522] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    0.609640] zbud: loaded
[    0.630427] NFS: Registering the id_resolver key type
[    0.635554] Key type id_resolver registered
[    0.639844] Key type id_legacy registered
[    0.643928] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.650718] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.657278] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.664733] orangefs_debugfs_init: called with debug mask: :none: :0:
[    0.671374] orangefs_init: module version upstream loaded
[    0.680102] Key type asymmetric registered
[    0.684267] Asymmetric key parser 'x509' registered
[    0.689241] bounce: pool size: 64 pages
[    0.693215] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.700697] io scheduler noop registered
[    0.704687] io scheduler deadline registered
[    0.709059] io scheduler cfq registered (default)
[    0.714957] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.723745] mvebu-pcie soc:pcie: PCI host bridge to bus 0000:00
[    0.729877] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.736203] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.743170] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.749110] PCI: bus0: Fast back to back transfers disabled
[    0.754785] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.762879] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.771065] PCI: bus1: Fast back to back transfers enabled
[    0.776722] PCI: bus2: Fast back to back transfers enabled
[    0.782355] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.787388] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.792974] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.860031] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy sg intr )
[    0.867882] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.930011] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy sg intr )
[    0.975958] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.984186] console [ttyS0] disabled
[    1.008131] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 12500000) is a 16550A
[    1.017228] console [ttyS0] enabled
[    1.017228] console [ttyS0] enabled
[    1.024349] bootconsole [earlycon0] disabled
[    1.024349] bootconsole [earlycon0] disabled
[    1.034202] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    1.043418] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    1.053062] scsi host0: ahci-mvebu
[    1.056780] scsi host1: ahci-mvebu
[    1.060487] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 43
[    1.068443] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 43

Re: Tutorial of native sata boot for pogoplug pro

$
0
0
Bodhi, thanks for the support on this!!!! Gonna do this !!:) Echowarrior108

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

$
0
0
nailman23 Wrote:
-------------------------------------------------------
> I've tried the DTB version 4 and it stops on
> exactly the same step.Also tried with disks
> attached but it did not bring any improvement.

I can confirm that.

edit: kwboot is running now. 30% upload after 30min. This takes forever. Btw i now use a cheap CP2012 USB to Serial Adapter.

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

$
0
0
There was something about the NFC NAND but I forgot where the information is. The NAS326 box has a similar stock DTS as this box, but I ended up using

+			flash@d0000 {
+                                status = "okay";
+                                num-cs = <1>;
+                                marvell,nand-keep-config;
+                                marvell,nand-enable-arbiter;
+                                nand-on-flash-bbt;
+
+				partition@00000000 {
+					label = "U-Boot";
+					reg = <0x00000000 0x00200000>;	/*   2 MB */
+				};
+
+				partition@00200000 {
+					label = "U-Boot env";
+					reg = <0x00200000 0x00200000>;	/*   2 MB */
+				};
+
+				partition@00400000 {
+					label = "Config";
+					reg = <0x00400000 0x00A00000>;	/*  10 MB */
+				};
+
+				partition@00600000 {
+					label = "Kernel-1";
+					reg = <0x00E00000 0x00F00000>;	/*  15 MB */
+				};
+
+				partition@01500000 {
+					label = "RootFS-1";
+					reg = <0x01D00000 0x06A00000>;	/* 106 MB */
+				};
+
+				partition@08300000 {
+					label = "Kernel-2";
+					reg = <0x08700000 0x00F00000>;	/*  15 MB */
+				};
+
+				partition@09200000 {
+					label = "RootFS-2";
+					reg = <0x09600000 0x06A00000>;	/* 106 MB */
+				};
+			};

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

$
0
0
Ok,
went the kwboot way again. This took 2h (thats not really normal, is it? 4MB at 115200 baud should be faster?! Notice the "-q 0 -s 1". This makes the timing easier in my experience.
[kwboot]$ ../kwboot-x86_64 -f -t -B 115200 /dev/ttyUSB0 -b u-boot-a38x-spi-uart.bin -q 0 -s 1
Sending boot message. Please reboot the target.../
Sending boot image...
  0 % [......................................................................]
  0 % [......................................................................]
  1 % [......................................................................]
  2 % [......................................................................]
  3 % [......................................................................]
  4 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  7 % [......................................................................]
  8 % [......................................................................]
  9 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 12 % [......................................................................]
 13 % [......................................................................]
 14 % [......................................................................]
 14 % [......................................................................]
 15 % [......................................................................]
 16 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 19 % [......................................................................]
 20 % [......................................................................]
 21 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 24 % [......................................................................]
 25 % [......................................................................]
 26 % [......................................................................]
 27 % [......................................................................]
 28 % [......................................................................]
 28 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 31 % [......................................................................]
 32 % [......................................................................]
 33 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 36 % [......................................................................]
 37 % [......................................................................]
 38 % [......................................................................]
 39 % [......................................................................]
 40 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 42 % [......................................................................]
 43 % [......................................................................]
 44 % [......................................................................]
 45 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 48 % [......................................................................]
 49 % [......................................................................]
 50 % [......................................................................]
 51 % [......................................................................]
 52 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 55 % [......................................................................]
 56 % [......................................................................]
 56 % [......................................................................]
 57 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 60 % [......................................................................]
 61 % [......................................................................]
 62 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 65 % [......................................................................]
 66 % [......................................................................]
 67 % [......................................................................]
 68 % [......................................................................]
 69 % [......................................................................]
 70 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 72 % [......................................................................]
 73 % [......................................................................]
 74 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 77 % [......................................................................]
 78 % [......................................................................]
 79 % [......................................................................]
 80 % [......................................................................]
 81 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 84 % [......................................................................]
 84 % [......................................................................]
 85 % [......................................................................]
 86 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 89 % [......................................................................]
 90 % [......................................................................]
 91 % [......................................................................]
 92 % [......................................................................]
 93 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 96 % [......................................................................]
 97 % [......................................................................]
 98 % [......................................................................]
 98 % [......................................................................]
 99 % [..........]
[Type Ctrl-\ + c to quit]

Then nothing happened and i pressed the combination to quit. I opened a new serial console, but there was nothing as well. So i rebooted and it booted up normally.

I compared with the download-serial.sh script:
[mjung@pollux kwboot]$ ./download-serial.sh /dev/ttyUSB0 u-boot-a38x-spi-uart.bin 
send-stop-pattern.c: In Funktion »main«:
send-stop-pattern.c:24:2: Warnung: Implizite Deklaration der Funktion »sleep«; meinten Sie »beep«? [-Wimplicit-function-declaration]
  sleep(2);
  ^~~~~
  beep
Now reset or power cycle your Armada 38x board and then press enter
Sleeping
Out of sleep
Got something 21
Got NACK (0x15) character
The board should be in serial downloader now. Sending the binary file 
Sending u-boot-a38x-spi-uart.bin, 7499 blocks: Give your local XMODEM receive command now.
Xmodem sectors/kbytes sent: 680/85kRetry 0: Timeout on sector ACK
Retry 0: Timeout on sector ACK

This hangs after copying quickly 85k and only gives timeouts after that.
Cheers,
Manuel

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

$
0
0
bodhi Wrote:
-------------------------------------------------------
> There was something about the NFC NAND but I
> forgot where the information is. The NAS326 box
> has a similar stock DTS as this box, but I ended
> up using

You mean information in GPL source? You may be right that the stock dts nand configuration is actually not valid. In a commentary it states:
92       /*
 93        * 1GB Flash via NFC NAND controller
 94        * should be disabled when the board boots
 95        * from SPI flash, since NFC shares the same
 96        * pins with SPI0 and requires SLM-1358 jumper.
 97        * However the u-boot DTB parser will
 98        * handle this situation and disable/remove
 99        * unnessesary devices according to board
100        * boot-up configuration.
101        */

So this sounds for me like the nand configuration of the stock dts is never actually used, because the board boots from spi a u-boot disables this device.
I have one additional information: We have the rescue firmware image, which is booted from usb by default. I analysed this image before and recovered a dtb file from it. I decoded this back to dts. There the nand section is the following:


      nand@d0000 {
        compatible = "marvell,armada-nand";
        interrupts = <0x0 0x54 0x4>;
        reg = <0xd0000 0x400>;
        clocks = <0xa 0x0>;
        clock-names = "ecc_clk";
        status = "okay";
        #address-cells = <0x1>;
        #size-cells = <0x1>;
        nfc,nfc-mode = "normal";
        nfc,nfc-dma = <0x0>;
        nfc,nfc-width = <0x8>;
        nfc,ecc-type = <0x1>;
        nfc,num-cs = <0x0>;

        mtd0@00000000 {
          label = "ubifs";
          reg = <0x0 0x20000000>;
        };
      };

Not sure if this is of any help.

How to change NFS wsize

$
0
0
On my Seagate GoFLEX Home running debian ARM running NFS pacakge as my NAS, it looks like both rsize and/or wsize is coded to 16384. Whenever I tried to mount my NFS drive on my OpenSuSE Linux desktop computer with a number greater than 16384, i.e. 32768, 65536, etc., mount shows both the rsize and/or wsize are set to 16384. So, how to I increase both rsize and wsize on my NFS server?

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

$
0
0
Hi tommy,
I turned off the NAS for 22 hours, but same result, pci is not properly initialized.
Whitney # setenv bootargs 'console=ttyS0,38400 mem=512M@0x20000000 root=/dev/sda1';setenv loaduimage 'ext2load scsi 0 0x28000000 /boot/uImage';setenv bootcmd_scsi 'scsi init;run loaduimage;bootm 0x28000000'
Whitney # run bootcmd_scsi

Initialize SCSI
AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part 
set feature error!
scanning bus for devices...
Supprt LBA48 addressing.
timeout exit!
  Device 0: (1:0) Vendor: ATA Prod.: HGST HTS725050A7 Rev: GH2Z
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 476940.0 MB = 465.7 GB (976773168 x 512)

3019912 bytes read
enter do_eth_down!!!
## Booting kernel from Legacy Image at 28000000 ...
   Image Name:   Linux-4.4.121-tommy
   Created:      2018-03-18  23:01:24 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3019848 Bytes =  2.9 MB
   Load Address: 22000000
   Entry Point:  22000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Booting Linux on physical CPU 0x900
Initializing cgroup subsys cpu
Initializing cgroup subsys cpuacct
Linux version 4.4.121-tommy (root@debian9) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #26 SMP Sun Mar 18 23:57:36 CET 2018
CPU: ARMv6-compatible processor [410fb024] revision 4 (ARMv7), cr=00c5787d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Seagate CNS3420 NAS
Memory policy: Data cache writealloc
PERCPU: Embedded 12 pages/cpu @dfbd9000 s17004 r8192 d23956 u49152
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
Kernel command line: console=ttyS0,38400 mem=512M@0x20000000 root=/dev/sda1
PID hash table entries: 2048 (order: 1, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 513692K/524288K available (4211K kernel code, 159K rwdata, 1256K rodata, 212K init, 101K bss, 10596K reserved, 0K cma-reserved)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc055ef9c   (5468 kB)
      .init : 0xc055f000 - 0xc0594000   ( 212 kB)
      .data : 0xc0594000 - 0xc05bbe10   ( 160 kB)
       .bss : 0xc05bbe10 - 0xc05d5348   ( 102 kB)
Hierarchical RCU implementation.
	Build-time adjustment of leaf fanout to 32.
NR_IRQS:16 nr_irqs:16 16
clocksource: freerun: mask: 0xffffffffffff max_cycles: 0x179dd7f66, max_idle_ns: 28210892933900 ns
smp_twd: clock not found -2
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
Console: colour dummy device 80x30
console [ttyS0] enabled
Calibrating local timer... 347.99MHz.
Calibrating delay loop... 277.70 BogoMIPS (lpj=1388544)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Initializing cgroup subsys io
Initializing cgroup subsys devices
Initializing cgroup subsys net_cls
CPU: Testing write buffer coherency: ok
Setting up static identity map for 0x200082a0 - 0x200082fc
Brought up 2 CPUs
SMP: Total of 2 processors activated (555.41 BogoMIPS).
devtmpfs: initialized
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 4
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor ladder
cpuidle: using governor menu
L2C: DT/platform modifies aux control register: 0x02040000 -> 0x02540000
L2C-310 cache controller enabled, 8 ways, 256 kB
L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x06540000
vgaarb: loaded
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
clocksource: Switched to clocksource freerun
FS-Cache: Loaded
NET: Registered protocol family 2
TCP established hash table entries: 4096 (order: 2, 16384 bytes)
TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
UDP hash table entries: 256 (order: 1, 8192 bytes)
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
NET: Registered protocol family 1
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x78000000 (irq = 45, base_baud = 1500000) is a 16550A
loop: module loaded
mGine mflash driver, (c) 2008 mGine Co.
zram: Added device: zram0
ahci ahci.0: SSS flag set, parallel bus scan disabled
ahci ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl platform mode
ahci ahci.0: flags: ncq sntf stag pm led clo only pmp pio slum part ccc 
scsi host0: ahci
scsi host1: ahci
ata1: SATA max UDMA/133 mmio [mem 0x83000000-0x83ffffff] port 0x100 irq 65
ata2: SATA max UDMA/133 mmio [mem 0x83000000-0x83ffffff] port 0x180 irq 65
physmap platform flash device: 08000000 at 10000000
physmap-flash physmap-flash.0: map_probe failed
libphy: Fixed MDIO Bus: probed
libphy: CNS3xxx MII Bus: probed
eth0: RGMII PHY 0 on cns3xxx Switch
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ehci-platform: EHCI generic platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
ohci-platform: OHCI generic platform driver
usbcore: registered new interface driver usb-storage
mousedev: PS/2 mouse device common for all mice
CNS3XXX Real Time Clock, (c) 2009 Cavium Networks
rtc irq:23
rtc rtc0: invalid alarm value: 1900-1-21 0:0:0
cns3xxx-rtc cns3xxx-rtc: rtc core: registered cns3xxx-rtc as rtc0
i2c /dev entries driver
adt7475 0-002e: ADT7473 device, revision 0
adt7475 0-002e: Optional features: fan4 pwm2
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
Initializing XFRM netlink socket
NET: Registered protocol family 17
NET: Registered protocol family 15
bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
PCI-E0 uses external clock source.
ata1: SATA link down (SStatus 0 SControl 300)
PCIe: Port[0] Enable PCIe LTSSM
PCIe: Port[0] Check data link layer...
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      HGST HTS725050A7 B550 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
sd 1:0:0:0: [sda] 4096-byte physical blocks
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1
sd 1:0:0:0: [sda] Attached SCSI disk
Device not found.
EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext3 filesystem) on device 8:1.
devtmpfs: mounted
Freeing unused kernel memory: 212K
systemd[1]: System time before build time, advancing clock.
ip_tables: (C) 2000-2006 Netfilter Core Team
random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 9 (stretch)!

systemd[1]: Set hostname to <seagate-dev>.
random: systemd: uninitialized urandom read (16 bytes read, 35 bits of entropy available)
random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 37 bits of entropy available)
random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
random: systemd-cryptse: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
systemd[1]: dev-hugepages.mount: Couldn't determine result for ConditionVirtualization=!private-users, assuming failed: No such file or directory
systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
systemd[1]: Reached target Encrypted Volumes.
[  OK  ] Reached target Encrypted Volumes.
systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
systemd[1]: Starting Journal Service...
         Starting Journal Service...
systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st…ce nodes for the current kernel...
systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Debug File System.
systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Static Device Nodes in /dev.
systemd-journald[481]: Received request to flush runtime journal from PID 1
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started udev Kernel Device Manager.
         Starting Create Volatile Files and Directories...
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started D-Bus System Message Bus.
         Starting Login Service...
         Starting System Logging Service...
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Started System Logging Service.
[  OK  ] Started Login Service.
random: nonblocking pool is initialized

And here for comparism bootlog from 2.6.35

Hit any key to stop autoboot:  0 

Serial Flash Sector 3 Erase OK!
0x00010000        
mmc_init
Detected SD Card

8133168 bytes read
enter do_eth_down!!!
## Booting kernel from Legacy Image at 08000000 ...
   Image Name:   Linux-2.6.35.13-cavm1.whitney-ec
   Created:      2015-03-10   2:09:28 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8133104 Bytes =  7.8 MB
   Load Address: 02000000
   Entry Point:  02000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35.13-cavm1.whitney-econa.whitney-econa (builder@ubuntu) (gcc version 4.4.1 (MontaVista Linux G++ 4.4-) ) #2 Mon Mar 9 19:09:21 PDT 2015
[    0.000000] Whitney release v1.1-beta5
[    0.000000] CPU: ARMv6-compatible processor [410fb024] revision 4 (ARMv7), cr=00c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: Cavium Networks CNS3420 Validation Board
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8188
[    0.000000] Kernel command line: console=ttyS0,38400 mem=512M root=/dev/md0 rootwait
[    0.000000] PID hash table entries: 2048 (order: -3, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 2, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 1, 131072 bytes)
[    0.000000] allocated 163840 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 510592k/510592k available, 13696k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0x00000000   (  64 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     DMA     : 0xff600000 - 0xffe00000   (   8 MB)
[    0.000000]     vmalloc : 0xc0800000 - 0xe0000000   ( 504 MB)
[    0.000000]     lowmem  : 0xa0000000 - 0xc0000000   ( 512 MB)
[    0.000000]     modules : 0x9f000000 - 0xa0000000   (  16 MB)
[    0.000000]       .init : 0xa0008000 - 0xa04f0000   (5024 kB)
[    0.000000]       .text : 0xa04f0000 - 0xa0ab0000   (5888 kB)
[    0.000000]       .data : 0xa0b12000 - 0xa0b5db80   ( 303 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:160
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [ttyS0] enabled
[    0.020000] Calibrating delay loop... 279.34 BogoMIPS (lpj=1396736)
[    0.260000] pid_max: default: 32768 minimum: 301
[    0.270000] Mount-cache hash table entries: 8192
[    0.280000] Initializing cgroup subsys ns
[    0.290000] Initializing cgroup subsys cpuacct
[    0.300000] Initializing cgroup subsys memory
[    0.310000] Initializing cgroup subsys devices
[    0.320000] Initializing cgroup subsys freezer
[    0.330000] Initializing cgroup subsys net_cls
[    0.340000] Initializing cgroup subsys blkio
[    0.350000] CPU: Testing write buffer coherency: 
[    0.360000] ok
[    0.360000] CNS3XXX: no. of cores (2) greater than configured maximum of 1 - clipping
[    0.370000] CPU1: Booted secondary processor
[    0.370000] <0> DP-core moving to WFI
[    0.370000] cvm_nas_init: cvm_nas_task init
[    0.380000] cvm_nas_init: proc init success
[    0.400000] devtmpfs: initialized
[    0.410000] NET: Registered protocol family 16
[    0.420000] L310 cache controller enabled
[    0.430000] l2x0: 8 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x02540000, Cache size: 262144 B
[    0.440000] cns_rdma_init: start
[    0.450000] cns_rdma_init: reg1: virt=0xbc015d48
[    0.460000] cns_rdma_init: pre-allocating rdma_sg: 32*280=8960
[    0.470000] cns_rdma_init: q1: virt=0xbc0b3a00, phy=0x3c0b3a00 -> 0x3c0b3bf0
[    0.480000] cns_rdma_init: done, err=0
[    0.490000] Cavium feature enabled: SOP-PURENAS, 64KB page size, Jumbo frame, 
[    0.510000] bio: create slab <bio-0> at 0
[    0.520000] vgaarb: loaded
[    0.530000] SCSI subsystem initialized
[    0.540000] usbcore: registered new interface driver usbfs
[    0.560000] usbcore: registered new interface driver hub
[    0.570000] usbcore: registered new device driver usb
[    0.750000] raid6: int32x1     91 MB/s
[    0.930000] raid6: int32x2    128 MB/s
[    1.110000] raid6: int32x4    126 MB/s
[    1.290000] raid6: int32x8    138 MB/s
[    1.470000] raid6: CNS-RAID    48 MB/s
[    1.480000] raid6: using algorithm CNS-RAID (48 MB/s)
[    1.490000] Switching to clocksource timer1
[    1.500000] Slow work thread pool: Starting up
[    1.510000] Slow work thread pool: Ready
[    1.520000] FS-Cache: Loaded
[    1.550000] NET: Registered protocol family 2
[    1.560000] IP route cache hash table entries: 16384 (order: 0, 65536 bytes)
[    1.570000] TCP established hash table entries: 16384 (order: 1, 131072 bytes)
[    1.580000] TCP bind hash table entries: 16384 (order: 0, 65536 bytes)
[    1.590000] TCP: Hash tables configured (established 16384 bind 16384)
[    1.600000] TCP reno registered
[    1.610000] UDP hash table entries: 4096 (order: 0, 65536 bytes)
[    1.620000] UDP-Lite hash table entries: 4096 (order: 0, 65536 bytes)
[    1.630000] NET: Registered protocol family 1
[    1.640000] RPC: Registered udp transport module.
[    1.650000] RPC: Registered tcp transport module.
[    1.660000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.640000] CNS3XXX PCIe Host Control Driver
[    2.650000] ===============================
[    2.660000] CNS3XXX PCIe support both internal and external clock.
[    2.670000] However, incorrect selection may result in system hang.
[    2.680000] If booting hangs, please select choose 
[    2.690000] CONFIG_CNS3XXX_INTERNAL_CLOCK_SOURCE
[    2.700000] instead.
[    2.700000] ===============================
[    2.710000] PCI-E0 uses external clock source.
[    2.720000] PCIe: Port[0] Enable PCIe LTSSM
[    2.730000] PCIe: Port[0] Check data link layer...
[    3.250000] Device not found.
[    3.250000] PCIe: Set Bridge Max_Payload_Size to 128 byte
[    3.260000] PCIe: Set Bridge Max_Read_Request_Size to 128 byte
[    3.270000] PCI: bus0: Fast back to back transfers disabled
[    3.280000] PCI: bus1: Fast back to back transfers enabled
[    3.290000] PCIe0: Bridge found.
[    3.300000] PCI: enabling device 0000:00:00.0 (0140 -> 0143)
[    3.310000] PCIe0 map irq: 0000:00:00.00 slot 0, pin 1, irq: 87
[    3.320000] VFS: Disk quotas dquot_6.5.2
[    3.330000] Dquot-cache hash table entries: 16384 (order 0, 65536 bytes)
[    3.340000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.350000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.360000] NTFS driver 2.1.29 [Flags: R/W].
[    3.370000] fuse init (API version 7.14)
[    3.380000] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    3.390000] SGI XFS Quota Management subsystem
[    3.400000] GFS2 (built Mar  9 2015 19:07:00) installed
[    3.410000] msgmni has been set to 996
[    3.420000] alg: No test for stdrng (krng)
[    3.430000] io scheduler noop registered
[    3.440000] io scheduler deadline registered (default)
[    3.460000] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.470000] serial8250: ttyS0 at MMIO 0x78000000 (irq = 45) is a 16550A
[    3.480000] brd: module loaded
[    3.490000] loop: module loaded
[    3.500000] drbd: initialized. Version: 8.3.8 (api:88/proto:86-94)
[    3.510000] drbd: built-in
[    3.520000] drbd: registered as block device major 147
[    3.530000] drbd: minor_table @ 0xbc0387e0
[    3.540000] Loading iSCSI transport class v2.0-870.
[    3.550000] iscsi: registered transport (tcp)
[    3.560000] cns3xxx_spi_probe: setup CNS3XXX SPI Controller in polling mode, w/o DMA 
[    3.580000] SPI bit rate = 116/64 Mhz
[    3.590000] m25p80 spi1.0: found mx25l4005a, expected m25p80
[    3.600000] m25p80 spi1.0: mx25l4005a (512 Kbytes)
[    3.610000] Creating 3 MTD partitions on "spi1.0":
[    3.620000] 0x000000000000-0x000000030000 : "SPI-UBoot"
[    3.640000] 0x000000030000-0x000000040000 : "SPI-UBootEnv"
[    3.650000] 0x000000040000-0x000000080000 : "SPI-FileSystem"
[    3.660000] CNS3XXX AHCI SATA low-level driver
[    3.670000] SATA Port0 Spread-spectrum : Disable 
[    3.680000] SATA Port0 Spread-spectrum : Enable 
[    3.690000] SATA Port1 Spread-spectrum : Disable 
[    3.700000] SATA Port1 Spread-spectrum : Enable 
[    3.710000] cns3xxx-ahci cns3xxx-ahci.0: forcing PORTS_IMPL to 0x3
[    3.720000] CPU clock : 700 
[    3.730000] *** Timer 1ms: 100000(0x186a0) ***
[    3.740000] *** Set to: 350000(0x55730) ***
[    3.750000] cns3xxx-ahci cns3xxx-ahci.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    3.760000] cns3xxx-ahci cns3xxx-ahci.0: flags: ncq sntf pm led clo only pmp pio slum part 
[    3.770000] scsi0 : cns3xxx-ahci
[    3.780000] scsi1 : cns3xxx-ahci
[    3.790000] ata1: SATA max UDMA/133 ahci bar m16777216@0x83000000 port 0x83000100 irq 65
[    3.800000] ata2: SATA max UDMA/133 ahci bar m16777216@0x83000000 port 0x83000180 irq 65
[    3.820000] tun: Universal TUN/TAP device driver, 1.6
[    3.830000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.840000] mice: PS/2 mouse device common for all mice
[    3.850000] CNS3XXX Real Time Clock, (c) 2009 Cavium Networks
[    3.860000] rtc irq:23
[    3.860000] cns3xxx-rtc cns3xxx-rtc: rtc core: registered cns3xxx-rtc as rtc0
[    4.380000] i2c /dev entries driver
[    4.400000] adt7475 0-002e: ADT7473 device, revision 0
[    4.410000] adt7475 0-002e: Optional features: fan4 pwm2
[    4.420000] CNS3XXX Watchdog Timer, noboot=0 margin=60 sec (nowayout= 0)
[    4.430000] watchdog: cns3xxx_wdt_probe
[    4.440000] watchdog irq = 30
[    4.450000] watchdog start_regs  = 0xC0A00600
[    4.520000] Watchdog timer frequency : 349.98MHz.
[    4.530000] ata1: SATA link down (SStatus 0 SControl 300)
[    4.540000] md: linear personality registered for level -1
[    4.550000] md: raid0 personality registered for level 0
[    4.560000] md: raid1 personality registered for level 1
[    4.570000] xor: measuring software checksum speed
[    4.630000]    arm4regs  :   448.000 MB/sec
[    4.690000]    8regs     :   275.200 MB/sec
[    4.750000]    32regs    :   300.800 MB/sec
[    4.810000]    CNS-RAID  :   454.400 MB/sec
[    4.820000] xor: using function: CNS-RAID (454.400 MB/sec)
[    4.830000] md: raid6 personality registered for level 6
[    4.840000] md: raid5 personality registered for level 5
[    4.850000] md: raid4 personality registered for level 4
[    4.860000] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    4.870000] sdhci: Secure Digital Host Controller Interface driver
[    4.880000] sdhci: Copyright(c) Pierre Ossman
[    4.890000] sdhci-cns3xxx, (c) 2009 Cavium Networks
[    4.910000] mmc0: SDHCI controller on cns3xxx [sdhci-cns3xxx.0] using PIO
[    4.920000] usbcore: registered new interface driver hiddev
[    4.940000] usbcore: registered new interface driver usbhid
[    4.950000] usbhid: USB HID core driver
[    4.960000] TCP cubic registered
[    4.970000] NET: Registered protocol family 17
[    4.980000] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 4
[    5.000000] cns3xxx-rtc cns3xxx-rtc: setting system clock to 2018-03-20 21:51:38 UTC (1521582698)
[    5.040000] mmc0: new high speed SD card at address 0007
[    5.050000] mmcblk0: mmc0:0007 SD256 246 MiB 
[    5.060000]  mmcblk0: p1 p2 p3 p4
[   11.930000] ata2: link is slow to respond, please be patient (ready=0)
[   23.880000] ata2: softreset failed (device not ready)
[   24.070000] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   24.090000] ata2.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
[   24.100000] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   24.110000] ata2.00: configured for UDMA/133
[   24.140000] scsi 1:0:0:0: Direct-Access     ATA      HGST HTS725050A7 GH2Z PQ: 0 ANSI: 5
[   24.150000] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   24.160000] sd 1:0:0:0: [sda] 4096-byte physical blocks
[   24.170000] sd 1:0:0:0: [sda] Write Protect is off
[   24.180000] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   24.190000]  sda: sda1
[   24.560000] sd 1:0:0:0: [sda] Attached SCSI disk
Starting initramfs boot...
rootdelay parameter was not passed on kernel command line - assuming 2s delay
If you would like to avoid this delay, pass explicit rootdelay=0
Waiting 2 seconds for devices to settle...
initramfs: Creating device nodes: sda sda1 
initramfs: Loading /initrd.d/60-sop.sh module
[   26.770000] GPIOB_PIN_EN_REG: c430ff80
[   26.780000] 
[   26.780000] Do power enable
[   26.790000] Disabling MAC Ports
[   26.800000] Suspending DMA
[   26.810000] Waiting for DMA Status not IDLE
[   26.820000]  0 0
[   26.820000]  done
[   26.830000] Do power reset
[   26.840000] do cns3xxx gsw memory test
[   26.850000] cns3xxx gsw memory test is complete
[   26.860000] CNS3XXX PSE: Initialize init_port: 7
[   26.880000] MAC 0
[   26.880000] phy_id: 1c
[   26.890000] Initialize RTL8211
[   26.900000] do_ssc_test[64]: phy_addr = 00000001
[   26.920000] MAC 1
[   26.920000] phy_id: 1c
[   26.930000] Initialize RTL8211
[   26.940000] do_ssc_test[64]: phy_addr = 00000002
[   26.960000] MAC 2
[   26.960000] vid: 1
[   26.960000] pmap: 0x4
[   26.960000] age_field: 7
[   26.960000] vlan_mac: 1
[   26.960000] filter: 0
[   26.960000] mac addr: 0:10:75:38:d0:cc
[   26.970000] cns3xxx_probe: using uboot env MAC addr: 00:10:75:38:d0:cc
[   26.980000] vid: 2
[   26.980000] pmap: 0x4
[   26.980000] age_field: 7
[   26.980000] vlan_mac: 1
[   26.980000] filter: 0
[   26.980000] mac addr: 0:10:75:38:d0:cd
[   26.990000] cns3xxx_probe: using uboot env MAC addr: 00:10:75:38:d0:cd
[   27.000000]  pse register_pm_notifer 0
[   27.010000] CPU0: Initializing DataPlane...
[   27.020000] dataPlaneInit: Initializing the rings
[   27.030000] dataPlaneInit: Page Ring Fill for the first time
[   27.040000] ... cns3xxx_setup_all_tx_resources
[   27.050000] ... cns3xxx_setup_all_rx_resources ## ring_num : 0
[   27.060000] CPC: rx resources setup done
[   27.070000] dataPlaneInit: Page Ring Fill for the second time

[   27.080000] CP[   27.o80000] mCPng out oore com<6>[   27.080000] ing out of WFI
[   27.080000] CPU1: dataPlaneEntry ....
[   27.080000]  Start Address of seg_hdr = a0bb7e60, End addr = a0bd7e5f
initramfs: Loading /initrd.d/80-md.sh module
No bootable drives
initramfs: Loading /initrd.d/85-nfsboot.sh module
INIT: version 2.86 booting
Please wait: booting...
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/shares/server.py", line 86, in <module>
    server = Server(socketname, ServerHandler)
  File "/usr/lib/python2.6/SocketServer.py", line 400, in __init__
    self.server_bind()
  File "/usr/lib/python2.6/SocketServer.py", line 411, in server_bind
    self.socket.bind(self.server_address)
  File "<string>", line 1, in bind
socket.error: [Errno 30] Read-only file system
rm: cannot remove /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
chown: changing ownership of /var/spool/cups/tmp: Read-only file system
chown: changing ownership of /var/spool/cups: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
chmod: changing permissions of /var/spool/cups/tmp: Read-only file system
chmod: changing permissions of /var/spool/cups: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
/etc/init.d/rcS: /etc/rcS.d/S02populate-volatile.sh: line 1: can't create /etc/volatile.cache: Read-only file system
mount: sysfs already mounted or /sys busy
mount: according to mtab, sysfs is already mounted on /sys
Starting udev
touch: cannot touch /tmp/stype: Read-only file system
Remounting root file system...



mdadm: /dev/md2 not identified in config file.
mount: special device /dev/md2 does not exist
umount: /dev/md2: not found
mdadm: error opening /dev/md2: No such file or directory
umount: /media/cf: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
Starting up raid using
+ d1=sda
+ d2=sdb
+ d3=sdc
+ d4=sdd
+ devcnt=0
+ params=<drives name="set">
+ eval dir=/sys/block/$d1
+ dir=/sys/block/sda
+ [ ! -d /sys/block/sda ]
+ eval device=/dev/$d1
+ device=/dev/sda
+ parted /dev/sda --script print
+ sed 1,/Number/ d
+ wc -l
+ part_cnt=2
+ [ 2 -ge 1 ]
+ continue
+ eval dir=/sys/block/$d2
+ dir=/sys/block/sdb
+ [ ! -d /sys/block/sdb ]
+ continue
+ eval dir=/sys/block/$d3
+ dir=/sys/block/sdc
+ [ ! -d /sys/block/sdc ]
+ continue
+ eval dir=/sys/block/$d4
+ dir=/sys/block/sdd
+ [ ! -d /sys/block/sdd ]
+ continue
+ params=<drives name="set"></drives>
+ [ 0 -ge 1 ]
+ test true = true
+ cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid6] [raid5] [raid4] 
unused devices: <none>
+ sh /usr/sbin/sys_part_recover
+ exit 0
mkdir: cannot create directory /VolumeData: Read-only file system
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces... /usr/bin/restart_mini_dlna: cd: line 12: can't cd to /usr/config/backupconfig
/
run-parts: /etc/network/if-up.d/20-upnp exited with code 1
done.
Failed to kill daemon. (No such file or directory)
[   40.200000] dev->name: eth0 ## dev->features: 1116179
Failed to kill daemon. (No such file or directory)
[   40.370000] dev->name: eth1 ## dev->features: 1116179
Starting portmap daemon: portmap.
rm: cannot remove directory /tmp: Read-only file system
ln: creating symbolic link /tmp/tmp: Read-only file system
Collected errors:
 * opkg_conf_init: Creating temp dir /tmp/opkg-qgEbzs failed: Read-only file system
rm: cannot remove /etc/rcS.d/S98configure: Read-only file system
Letting uboot know initramfs kernel was successful
[   45.680000] EXT4-fs (mmcblk0p4): warning: maximal mount count reached, running e2fsck is recommended
[   45.740000] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
INIT: Entering runlevel: 5
Starting system message bus: dbus.
/etc/rc5.d/S20mountcomplete: line 5: can't create /etc/.usb_lck: Read-only file system
Starting S.M.A.R.T. daemon: smartd.
 * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon                       [ ok ]
Starting Lighttpd Web Server: lighttpd.
/usr/bin/setup-lcd: line 8: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 9: can't create /proc/cns3xxx/st7066: nonexistent directory
/etc/rc5.d/S99sysready.sh: line 11: can't create /etc/dflags/sdflag: Read-only file system
rm: cannot remove /tmp/.volume_migrate: Read-only file system

MontaVista(R) Linux(R) 6.0

MontaVista Linux 6 .dev-snapshot-20150310 whitney-econa-2bay console

whitney-econa-2bay login: /usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory
/usr/bin/setup-lcd: line 75: can't create /proc/cns3xxx/st7066: nonexistent directory

MontaVista(R) Linux(R) 6.0

MontaVista Linux 6 .dev-snapshot-20150310 whitney-econa-2bay console

whitney-econa-2bay login: 

Viewing all 26616 articles
Browse latest View live


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