Hello, I've got in hands a NAS some days ago and i'm currently trying to get Debian working on it.
About the NAS (got from the u-boot serial) : - ** MARVELL BOARD: DB-88F6281A-BP LE (http://www.arm.linux.org.uk/developer/machines/list.php?id=1680) - U-Boot 1.1.4 (Dec 4 2009 - 14:12:59) Marvell version: 3.4.9 - Soc: 88F6281 A0 (DDR2) - CPU : Marvell Feroceon (Rev 1) I've used the kernel and initramfs from debian installer for qnap and it worked. I actually have debian testing installed on an usb key, and i boot it using the following u-boot parameters : bootcmd=tftp 0x2000000 kernel ; tftp 0x3000000 initrd.gz ; bootm 0x2000000 0x3000000 bootargs=mtdparts=spi_flash:0x000e0000@0x00000000(u-boot)ro,0x1d73c0@0x000e0000(uImage),0x86cb58@0x2b73c0(uInitrd),-@0xb23f18(rootfs) console=ttyS0,115200 verbose mem=256M root=/dev/ram ip=off arcNumber=2846 mainlineLinux=yes I actually use the arcNumber of 2846, which is 0x0b1e and correspond to "HP t5325 Thin Client", actually this is my best result, with this specific one i can get at leat one hdd starting and being usable (there is 4 hdds). It seems that the DB-88F6281A-BP is under the orion5x tree, but the orion5x kernel doesn't seems to boot, i only got : Uncompressing Linux... done, booting the kernel. And nothing better, so i'm using the kirkwood kernel atm. There seems to be a G751 chip, supported by LM75. But even if i built it and insmod, i can't get anything in dmesg. The fan seems to be controlled by GPIO but there is no /dev/gpio nor anything related in the dmesg. Also for the HDDS using the hp thin client machine ID i can get one hdd spinnig and detected, but not the 3 others. I have not tested the esata port, i don't have stuff for that. Dual ethernet seems to partly works, i can use one port, the other doesn't seems to be detected (only eth0, labeled as "EXT" on the NAS, the other is "LAN"). I'v attached lspci, dmesg and some u-boot stuff to help. If someone have ideas on how to go forward i can try things, or even build (slow but possible), i also have the serial wired in the NAS. Thanks, Dashie.
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.12-1-kirkwood (debian-ker...@lists.debian.org) (gcc version 4.8.2 (Debian 4.8.2-10) ) #1 Debian 3.12.9-1 (2014-02-01) [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977 [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine: HP t5325 Thin Client [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: mtdparts=spi_flash:0x000e0000@0x00000000(u-boot)ro,0x1d73c0@0x000e0000(uImage),0x86cb58@0x2b73c0(uInitrd),-@0xb23f18(rootfs) console=ttyS0,115200 verbose mem=256M root=/dev/ram ip=off [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 245344K/262144K available (3648K kernel code, 311K rwdata, 1280K rodata, 185K init, 412K bss, 16800K reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc04d8434 (4930 kB) [ 0.000000] .init : 0xc04d9000 - 0xc05077f4 ( 186 kB) [ 0.000000] .data : 0xc0508000 - 0xc0555ea0 ( 312 kB) [ 0.000000] .bss : 0xc0555ea0 - 0xc05bd250 ( 413 kB) [ 0.000000] NR_IRQS:114 [ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms [ 0.000000] Console: colour dummy device 80x30 [ 9.978383] Calibrating delay loop... 1191.93 BogoMIPS (lpj=2383872) [ 9.998171] pid_max: default: 32768 minimum: 301 [ 9.998269] Security Framework initialized [ 9.998291] Yama: disabled by default; enable with sysctl kernel.yama.* [ 9.998360] Mount-cache hash table entries: 512 [ 9.998926] Initializing cgroup subsys memory [ 9.998980] Initializing cgroup subsys devices [ 9.998995] Initializing cgroup subsys freezer [ 9.999005] Initializing cgroup subsys net_cls [ 9.999013] Initializing cgroup subsys blkio [ 9.999021] Initializing cgroup subsys perf_event [ 9.999098] CPU: Testing write buffer coherency: ok [ 9.999439] Setting up static identity map for 0xc0372eb0 - 0xc0372eec [ 10.000812] devtmpfs: initialized [ 10.002912] pinctrl core: initialized pinctrl subsystem [ 10.003253] regulator-dummy: no parameters [ 10.003556] NET: Registered protocol family 16 [ 10.003933] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 10.004623] cpuidle: using governor ladder [ 10.004638] cpuidle: using governor menu [ 10.004709] Kirkwood: MV88F6281-A0, TCLK=200000000. [ 10.004728] Feroceon L2: Enabling L2 [ 10.004765] Feroceon L2: Cache support initialised. [ 10.006131] Kirkwood PCIe port 0: link up [ 10.006141] PCI: bus0 uses PCIe port 0 [ 10.006339] PCI host bridge to bus 0000:00 [ 10.006358] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff] [ 10.006369] pci_bus 0000:00: root bus resource [io 0x1000-0xffff] [ 10.006380] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 10.007014] PCI: bus0: Fast back to back transfers disabled [ 10.007061] pci 0000:00:01.0: BAR 0: assigned [mem 0xe0000000-0xe001ffff] [ 10.007079] pci 0000:00:01.0: BAR 3: assigned [mem 0xe0020000-0xe0023fff] [ 10.007095] pci 0000:00:01.0: BAR 2: assigned [io 0x1000-0x101f] [ 10.008892] bio: create slab <bio-0> at 0 [ 10.009355] vgaarb: loaded [ 10.009992] Switched to clocksource orion_clocksource [ 10.025028] NET: Registered protocol family 2 [ 10.025669] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 10.025725] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) [ 10.025755] TCP: Hash tables configured (established 2048 bind 2048) [ 10.025812] TCP: reno registered [ 10.025824] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 10.025849] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 10.026069] NET: Registered protocol family 1 [ 10.026300] Unpacking initramfs... [ 10.772658] Freeing initrd memory: 8620K (c3001000 - c386c000) [ 10.772733] NetWinder Floating Point Emulator V0.97 (double precision) [ 10.773565] audit: initializing netlink socket (disabled) [ 10.773613] type=2000 audit(0.788:1): initialized [ 10.886855] VFS: Disk quotas dquot_6.5.2 [ 10.886904] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 10.887026] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 10.887220] msgmni has been set to 496 [ 10.889017] alg: No test for stdrng (krng) [ 10.889100] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 10.889219] io scheduler noop registered [ 10.889229] io scheduler deadline registered [ 10.889251] io scheduler cfq registered (default) [ 10.889523] mv_xor mv_xor.0: Marvell shared XOR driver [ 10.906038] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) [ 10.926036] mv_xor mv_xor.0: Marvell XOR: ( xor cpy ) [ 10.926168] mv_xor mv_xor.1: Marvell shared XOR driver [ 10.946035] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) [ 10.966034] mv_xor mv_xor.1: Marvell XOR: ( xor cpy ) [ 10.966336] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 10.986951] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A [ 11.510612] console [ttyS0] enabled [ 11.515374] m25p80 spi0.0: found mr25h256, expected mx25l8005 [ 11.521180] m25p80 spi0.0: mr25h256 (32 Kbytes) [ 11.525754] mtd: spi_flash: partitioning exceeds flash size, truncating [ 11.532412] mtd: spi_flash: partitioning exceeds flash size, truncating [ 11.539063] mtd: spi_flash: partitioning exceeds flash size, truncating [ 11.545719] 4 cmdlinepart partitions found on MTD device spi_flash [ 11.551934] Creating 4 MTD partitions on "spi_flash": [ 11.557022] 0x000000000000-0x000000008000 : "u-boot" [ 11.562888] 0x0000000e0000-0x000000008000 : "uImage" [ 11.567893] mtd: partition "uImage" is out of reach -- disabled [ 11.574689] 0x0000002b73c0-0x000000008000 : "uInitrd" [ 11.579776] mtd: partition "uInitrd" is out of reach -- disabled [ 11.586649] 0x000000b23f18-0x000000008000 : "rootfs" [ 11.591651] mtd: partition "rootfs" is out of reach -- disabled [ 11.598783] mousedev: PS/2 mouse device common for all mice [ 12.606100] rtc-mv rtc-mv: internal RTC not ticking [ 12.611104] i2c /dev entries driver [ 12.615510] TCP: cubic registered [ 12.618911] NET: Registered protocol family 10 [ 12.624029] mip6: Mobile IPv6 [ 12.627037] NET: Registered protocol family 17 [ 12.631517] mpls_gso: MPLS GSO support [ 12.635774] registered taskstats version 1 [ 12.640742] /build/linux-qWXwPY/linux-3.12.9/drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 12.650746] Freeing unused kernel memory: 184K (c04d9000 - c0507000) Loading, please wait... [ 12.722580] systemd-udevd[48]: starting version 204 [ 12.848262] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 12.912004] usbcore: registered new interface driver usbfs [ 12.967261] libphy: orion_mdio_bus: probed [ 12.977200] usbcore: registered new interface driver hub [ 12.991582] SCSI subsystem initialized [ 13.505813] usbcore: registered new device driver usb [ 13.531701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 13.566219] ehci-orion: EHCI orion driver [ 14.133562] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:50:43:3c:3b:5d [ 14.142482] sata_mv sata_mv.0: cannot get optional clkdev [ 14.152551] sata_mv sata_mv.0: slots 32 ports 2 [ 14.160644] scsi0 : sata_mv [ 14.164080] scsi1 : sata_mv [ 14.167420] ata1: SATA max UDMA/133 irq 21 [ 14.171556] ata2: SATA max UDMA/133 irq 21 [ 14.175907] orion-ehci orion-ehci.0: EHCI Host Controller [ 14.182297] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1 [ 14.190053] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000 [ 14.206018] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00 [ 14.212102] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 14.218940] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 14.226206] usb usb1: Product: EHCI Host Controller [ 14.231114] usb usb1: Manufacturer: Linux 3.12-1-kirkwood ehci_hcd [ 14.237332] usb usb1: SerialNumber: orion-ehci.0 [ 14.242926] hub 1-0:1.0: USB hub found [ 14.246746] hub 1-0:1.0: 1 port detected [ 14.562037] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 14.650028] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 14.657001] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f [ 14.674109] ata1.00: hard resetting link [ 14.698445] usb 1-1: New USB device found, idVendor=0409, idProduct=005a [ 14.705195] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 14.716346] hub 1-1:1.0: USB hub found [ 14.725709] hub 1-1:1.0: 2 ports detected [ 14.998765] ata1.01: hard resetting link [ 15.018191] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 15.131436] usb 1-1.2: New USB device found, idVendor=0781, idProduct=557c [ 15.138364] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 15.145731] usb 1-1.2: Product: Cruzer Orbit [ 15.150028] usb 1-1.2: Manufacturer: SanDisk [ 15.154326] usb 1-1.2: SerialNumber: 4C530009121106109304 [ 15.174125] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 15.180660] scsi2 : usb-storage 1-1.2:1.0 [ 15.186213] usbcore: registered new interface driver usb-storage [ 15.322763] ata1.02: hard resetting link [ 15.646725] ata1.03: hard resetting link [ 16.183407] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Orbit 1.27 PQ: 0 ANSI: 6 [ 16.217487] sd 2:0:0:0: [sda] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB) [ 16.226211] sd 2:0:0:0: [sda] Write Protect is off [ 16.231708] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 16.247837] sda: sda1 sda2 sda3 < sda5 > [ 16.256212] sd 2:0:0:0: [sda] Attached SCSI disk [ 20.422056] ata1.03: ATA-8: ST3500418AS, CC44, max UDMA/133 [ 20.427675] ata1.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 20.498053] ata1.03: configured for UDMA/133 [ 20.502536] ata1: EH complete [ 20.505857] scsi 0:3:0:0: Direct-Access ATA ST3500418AS CC44 PQ: 0 ANSI: 5 [ 20.515158] sd 0:3:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 20.523724] sd 0:3:0:0: [sdb] Write Protect is off [ 20.528670] sd 0:3:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 20.581199] sdb: sdb1 sdb2 [ 20.585822] sd 0:3:0:0: [sdb] Attached SCSI disk [ 20.846023] ata2: SATA link down (SStatus 0 SControl F300) [ 20.895282] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 20.902441] sd 0:3:0:0: Attached scsi generic sg1 type 0 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 21.438161] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. 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: udevd[ 22.658050] systemd-udevd[268]: starting version 204 . ok [....] Synthesizing the initial hotplug events...[ 22.978719] input: gpio-keys as /devices/platform/gpio-keys/input/input0 done. [ 23.456432] alg: hash: Test 1 failed for mv-hmac-sha1 [ 23.461551] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24 [ 23.468034] 00000010: b7 c3 16 0c [ 23.566610] orion_wdt: Initial timeout 21 sec [ 23.605705] t5325-audio t5325-audio: ASoC: CODEC alc562x-codec.0-001a not registered [ 23.614655] alc562x-codec 0-001a: failed to read I2C [....] Waiting for /dev to be fully populated...[ 23.640413] alc562x-codec: probe of 0-001a failed with error -5 [ 23.655954] t5325-audio t5325-audio: snd_soc_register_card() failed: -517 [ 23.687998] platform t5325-audio: Driver t5325-audio requests probe deferral done. [....] Activating swap...[ 24.373341] Adding 383996k swap on /dev/sda5. Priority:-1 extents:1 across:383996k /dev/sda2: clean, 124502/449680 files, 637028/1795328 blocks done. [ 24.796891] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [ ok ] Cleaning up temporary files... /tmp. [info] Loading kernel module gpio_keys. [info] Loading kernel module loop. [ 25.874350] loop: module loaded [ ok ] Activating lvm and md swap...done. [....] Checking file systems...fsck from util-linux 2.20.1 /dev/sda1: clean, 17/124496 files, 27791/248832 blocks done. [....] Mounting local filesystems...[ 26.567995] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 26.581742] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null) done. [ ok ] Activating swapfile swap...done. [ ok ] Cleaning up temporary files.... [ ok ] Setting kernel variables ...done. [ ok ] Configuring network interfaces...done. [ ok ] Starting rpcbind daemon.... [....] Starting NFS common utilities: statd[ 28.553288] RPC: Registered named UNIX socket transport module. [ 28.559275] RPC: Registered udp transport module. [ 28.564016] RPC: Registered tcp transport module. [ 28.568749] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 28.605575] FS-Cache: Loaded [ 28.661872] FS-Cache: Netfs 'nfs' registered for caching [ 28.794999] Installing knfsd (copyright (C) 1996 o...@monad.swb.de). idmapd[ 28.954523] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down [ 28.966157] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready . ok [ ok ] Cleaning up temporary files.... [....] Setting sensors limitsNo sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. . ok [ ok ] Starting qcontrol daemon: qcontrol. [ ok ] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix. INIT: Entering runlevel: 2 [info] Using makefile-style concurrent boot in runlevel 2. [warn] Not starting fancontrol; run pwmconfig first. ... (warning). [ ok ] Starting NFS common utilities: statd idmapd. [warn] Not starting NFS kernel daemon: no exports. ... (warning). [ 30.611573] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 30.621472] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ ok ] Starting NetBIOS name server: nmbd. [ ok ] Starting enhanced syslogd: rsyslogd. [ ok ] Starting deferred execution scheduler: atd. [ ok ] Starting periodic command scheduler: cron. [ ok ] Starting system message bus: dbus. [ ok ] Starting MTA: exim4. [ ok ] Starting sensor daemon: sensord. [ ok ] Starting SMB/CIFS daemon: smbd. [ ok ] Starting OpenBSD Secure Shell server: sshd. [ ok ] Starting the Winbind daemon: winbind. [info] System boot completed. Error connecting to socket: No such file or directory Debian GNU/Linux jessie/sid debian ttyS0 debian login:
root@debian:~# lspci -vvv 00:00.0 Host bridge: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 02) Subsystem: Marvell Technology Group Ltd. Device 11ab Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 9 Region 0: Memory at <ignored> (64-bit, prefetchable) Capabilities: [40] Power Management version 3 Address: 0000000000000000 Data: 0000 Capabilities: [60] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0 ExtTag- RBE+ DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited ClockPM+ Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- 00:01.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection Subsystem: Intel Corporation Device 0000 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 9 Region 0: Memory at e0000000 (32-bit, non-prefetchable) [size=128K] Region 2: I/O ports at 1000 [size=32] Region 3: Memory at e0020000 (32-bit, non-prefetchable) [size=16K] Capabilities: [c8] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME- Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [e0] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <128ns, L1 <64us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [a0] MSI-X: Enable- Count=5 Masked- Vector table: BAR=3 offset=00000000 PBA: BAR=3 offset=00002000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** MARVELL BOARD: DB-88F6281A-BP LE U-Boot 1.1.4 (Dec 4 2009 - 14:12:59) Marvell version: 3.4.9 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 0069191C Soc: 88F6281 A0 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Flash: 0 kB Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:128 MB CPU : Marvell Feroceon (Rev 1) Streaming disabled Write allocate disabled USB 0: host mode PCI 0: PCI Express Root Complex Interface PEX interface detected Link X1 Net: egiga0 [PRIME] Booting from image 0 Hit any key to stop autoboot: 0 Marvell>> Marvell>> Marvell>> print baudrate=115200 loads_echo=0 CASset=min MALLOC_len=1 ethprime=egiga0 ethaddr=00:50:43:3c:3b:5d ethmtu=1500 mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host yuk_ethaddr=00:00:00:EE:51:81 netretry=no rcvrip=169.254.100.100 loadaddr=0x02000000 ethact=egiga0 mtdparts=mtdparts=orion_nand:0x000e0000@0x00000000(u-boot)ro,0x1d73c0@0x000e0000(uImage),0x86cb58@0x2b73c0(uInitrd),-@0xb23f18(rootfs) bootcmd=tftp 0x2000000 kernel ; tftp 0x3000000 initrd.gz ; bootm 0x2000000 0x3000000 filesize=1d73c0 fileaddr=2000000 netmask=255.255.255.0 ipaddr=192.168.1.217 serverip=192.168.1.20 standalone=${bootargs} console=console=ttyS0,115200 bootargs_root=root=/dev/nfs rw bootargs_end=:::orion:eth0:none image_name=uImage autoload=no orig=tftp 0x2000000 orig.kernel ; tftp 0x3000000 orig.initrd.gz ; bootm 0x2000000 0x3000000 arcNumber=2846 bootargs=mtdparts=spi_flash:0x000e0000@0x00000000(u-boot)ro,0x1d73c0@0x000e0000(uImage),0x86cb58@0x2b73c0(uInitrd),-@0xb23f18(rootfs) console=ttyS0,115200 verbose mem=256M root=/dev/ram ip=off stdin=serial stdout=serial stderr=serial mainlineLinux=yes enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no bootdelay=3 disaMvPnp=no enaAutoRecovery=yes Environment size: 1373/131068 bytes Marvell>> boot Using egiga0 device TFTP from server 192.168.1.20; our IP address is 192.168.1.217 Filename 'kernel'. Load address: 0x2000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #################################################### done Bytes transferred = 1930176 (1d73c0 hex) Using egiga0 device TFTP from server 192.168.1.20; our IP address is 192.168.1.217 Filename 'initrd.gz'. Load address: 0x3000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #################################### done Bytes transferred = 8833880 (86cb58 hex) ## Booting image at 02000000 ... Image Name: Linux-3.12-1-kirkwood Created: 2014-02-08 17:58:39 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1930112 Bytes = 1.8 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 03000000 ... Image Name: initramfs--3.12-1-kirkwood Created: 2014-02-08 17:55:26 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 8833816 Bytes = 8.4 MB Load Address: 03000000 Entry Point: 03000000 Verifying Checksum ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel.