Welcome! Log In Create A New Profile

Advanced

Debian on Iomega EZ Media & Backup Center

Posted by Berryshake 

        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs '$(console) root=LABEL=rootfs rootdelay=10 $(bootargs_mtd) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000' run bootcmd_usb
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=$(console) root=LABEL=rootfs rootdelay=10 $(bootargs_mtd) earlyprintk=serial
....
.........................................................................................................................................................................................................................................................................................................................................

3427395 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.10.9-kirkwood-tld-1
   Created:      2017-05-22  22:34:21 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3427331 Bytes =  3.3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.10.9-kirkwood-tld-1
   Created:      2017-05-23  10:54:25 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...
stop here.
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 25, 2017 12:16PM
This stock u-boot is too primitive!

This should work:
setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2)  earlyprintk=serial'
setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000' run bootcmd_usb
run bootcmd_usb

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial' setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000' run bootcmd_usb run bootcmd_usb
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
....
.........................................................................................................................................................................................................................................................................................

2927176 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2013-08-22  12:19:13 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2927112 Bytes =  2.8 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Linux version 2.6.31.8 (root@EZ) (gcc version 4.4.5 (Debian 4.4.5-8) ) Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 32512
Kernel command line: console=ttyS0,115200 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) :::DB88FXX81:eth0:none root=/dev/sdb1 rootdelay=10 rootfstype=ext2
PID hash table entries: 512 (order: 9, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 128MB = 128MB total
Memory: 116764KB available (5348K code, 328K data, 144K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
xor: measuring software checksum speed
   arm4regs  :  1019.200 MB/sec
   8regs     :   822.800 MB/sec
   32regs    :   840.400 MB/sec
xor: using function: arm4regs (1019.200 MB/sec)
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 128MB
SDRAM_CS1 ....disable
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
PEX1_MEM ....base e8000000, size 128MB
PEX1_IO ....base f2100000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch25)-- DB-88F6282A-BP  Soc: 88F6282 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c403e740
PEX0 interface detected no Link.
PEX1 interface detected no Link.
PCI: bus0: Fast back to back transfers enabled
PCI: bus1: Fast back to back transfers enabled
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
raid6: int32x1    107 MB/s
raid6: int32x2    121 MB/s
raid6: int32x4    110 MB/s
raid6: int32x8    109 MB/s
raid6: using algorithm int32x2 (121 MB/s)
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
NET: Registered protocol family 1
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000edd0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 228
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
async_tx: api initialized (sync-only)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012100 (irq = 34) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi0 : Marvell SCSI to SATA adapter
scsi1 : Marvell SCSI to SATA adapter
scsi 0:0:0:0: Direct-Access     Seagate  ST340014AS       8.12 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
sd 0:0:0:0: [sda] 0-byte physical blocks
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Large Receive offload (LRO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Proc tool API enabled
  o Rx descripors: q0=256
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0

Warning: Giga 1 is Powered Off

tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
SPI Serial flash detected @ 0xf4000000, 1024KB (256sec x 4KB)
3 cmdlinepart partitions found on MTD device spi_flash
Creating 3 MTD partitions on "spi_flash":
0x000000000000-0x00000007e000 : "u-boot"
0x00000007f000-0x000000080000 : "env"
0x00000007e000-0x00000007f000 : "env2"
 sda:Using Hamming 1-bit ECC for NAND device
No NAND device found!!!
 sda1
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-jumpshot
usbcore: registered new interface driver ums-sddr09
usbcore: registered new interface driver ums-sddr55
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
iBoard_model 1
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
dm_crypt using the OCF package.
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 5
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
rtc mv_rtc: setting system clock to 2017-05-25 20:16:22 UTC (1495743382)
Waiting 10sec before mounting root device...
usb 1-1: new high speed USB device using ehci_marvell and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 8:17.
Freeing init memory: 144K
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
.udev/ already exists on the static /dev! ... (warning).
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...done.
Cleaning up ifupdown....
Setting up networking....
Generating udev events for MD arrays...done.
Starting early crypto disks...done.
Setting up LVM Volume Groups  Reading all physical volumes.  This may take a while...
  No volume groups found
  No volume groups found
  No volume groups found
.
Starting remaining crypto disks...done.
Loading kernel modules...done.
Activating lvm and md swap...Adding 524280k swap on /swapfile.  Priority:-1 extents:176 across:652160k
done.
Checking file systems...fsck from util-linux-ng 2.17.2
WARNING: bad format on line 32 of /etc/fstab
done.
Mounting local filesystems...mount: special device /dev/sda1 does not exist
failed.
Activating swapfile swap...done.
Cleaning up temporary files....
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

eth0: link down
eth0: started
Listening on LPF/eth0/00:d0:b8:14:0b:8a
Sending on   LPF/eth0/00:d0:b8:14:0b:8a
Sending on   Socket/fallback
eth0: link up, full duplex, speed 1 Gbps
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.2.1
Reloading /etc/samba/smb.conf: smbd onlyNo process in pidfile '/var/run/samba/smbd.pid' found running; none killed.
.
bound to 192.168.2.101 -- renewal in 36615 seconds.
done.
Starting portmap daemon....
Cleaning up temporary files....
Setting kernel variables ...done.
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
udevd[1007]: bind failed: Address already in use

udevd[1007]: error binding control socket, seems udevd is already running

Starting the hd-idle daemon: hd-idle.
Starting the hotplug events dispatcher: udevderror binding control socket, seems udevd is already running
 failed!
Starting portmap daemon...Already running..
Generating udev events for MD arrays...done.
Starting enhanced syslogd: rsyslogd.
Starting system message bus: dbus.
Starting periodic command scheduler: cron.
Starting Samba daemons: nmbd smbd.
Starting web server: lighttpd.
Starting NTP server: ntpdStarting FTP server: vsftpd.
Starting bittorrent daemon: transmission-daemon.
Starting OpenBSD Secure Shell server: sshd.
.
Generating udev events for MD arrays...done.
EXT4-fs (sda1): barriers enabled
kjournald2 starting: pid 1236, dev sda1:8, commit interval 5 seconds
EXT4-fs (sda1): internal journal on sda1:8
EXT4-fs (sda1): delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs (sda1): recovery complete
EXT4-fs (sda1): mounted filesystem with writeback data mode
startpar: service(s) returned failure: udev ... failed!

Debian GNU/Linux 6.0 EZ ttyS0

EZ login:

working???
EZ login: root
Password:
Last login: Thu May 25 17:38:27 KST 2017 on ttyS0
Linux EZ 2.6.31.8 Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
/root $ uname -a
Linux EZ 2.6.31.8 Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013 armv5tel GNU/Linux
/root $

it boots with old kernel???
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial' setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000' run bootcmd_usb run bootcmd_usb
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found

** Unable to read "/boot/zImage" from usb 0:1 **
## Booting image at 00040000 ...
Bad Magic Number
stopping USB..

IDE read: device 0 block # 2048, count 6144 ... 6144 blocks read: OK

IDE read: device 0 block # 8192, count 6144 ... 6144 blocks read: OK
## Booting image at 00040000 ...
Bad Magic Number

IDE device 1: not available

IDE read: device 0 block # 2048, count 6144 ... 6144 blocks read: OK

IDE read: device 0 block # 8192, count 6144 ... 6144 blocks read: OK
## Booting image at 00040000 ...
Bad Magic Number
Marvell>>

I removed old kernel and tried again.
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 25, 2017 09:51PM
Yes, you are booting the old kernel with the boot command.

For now, do the 3 commands as I wrote:

http://forum.doozan.com/read.php?2,15887,34331#msg-34331

And then once you booted in to Debian, then we'll come back and set them to the bootcmd permanently.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
iomega ez Wrote:
-------------------------------------------------------
>
> |  \/  | __ _ _ ____   _____| | |
> | |\/| |/ _` | '__\ \ / / _ \ | |
> | |  | | (_| | |   \ V /  __/ | |
> |_|  |_|\__,_|_|    \_/ \___|_|_|
> _   _     ____              _
> | | | |   | __ )  ___   ___ | |_
> | | | |___|  _ \ / _ \ / _ \| __|
> | |_| |___| |_) | (_) | (_) | |_
> \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** *
> * uboot_ver:0.0.8 **
> 
> ** MARVELL BOARD: DB-88F6282A-BP LE
> 
> U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell vers
> ion: 3.6.1 - EMC
> 
> U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A
> 0
> 
> Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @
> 600Mhz
> SysClock = 400Mhz , TClock = 200Mhz
> 
> DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD
> =6
> DRAM CS[0] base 0x00000000   size 128MB
> DRAM Total size 128MB  16bit width
> Addresses 8M - 0M are saved for the U-Boot usage.
> Mem malloc Initialization (8M - 7M): Done
> [1024kB@f8000000] Flash:  1 MB
> 
> Marvell Serial ATA Adapter
> Integrated Sata device found
> [0 0 0]: Enable DMA mode (6)
> Device 0 @ 0 0:
> Model: ST340014AS                               Fi
> rm: 8.12     Ser#:             5MQ3ESZM
> Type: Hard Disk
> Supports 48-bit addressing
> Capacity: 38146.9 MB = 37.2 GB (781250
> 00 x 512)
> 
> 
> CPU : Marvell Feroceon (Rev 1)
> 
> Streaming disabled
> Write allocate disabled
> 
> 
> USB 0: host mode
> PEX 0: interface detected no Link.
> PEX 1: interface detected no Link.
> Net:   egiga0 [PRIME]
> Hit any key to stop autoboot:  0
> Marvell>> setenv bootargs 'console=ttyS0,115200 ro
> ot=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x
> 7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000
> (env2) earlyprintk=serial' setenv bootcmd_usb 'usb
> reset; run usb_scan; printenv bootargs; ext2load u
> sb $(usb_device) 0x40000 /boot/uImage; ext2load us
> b $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x4
> 0000 0x1100000' run bootcmd_usb run bootcmd_usb
> Marvell>> boot
> 
> Reset IDE:
> Marvell Serial ATA Adapter
> Integrated Sata device found
> [0 0 0]: Enable DMA mode (6)
> Device 0 @ 0 0:
> Model: ST340014AS                               Fi
> rm: 8.12     Ser#:             5MQ3ESZM
> Type: Hard Disk
> Supports 48-bit addressing
> Capacity: 38146.9 MB = 37.2 GB (781250
> 00 x 512)
> 
> (Re)start USB...
> USB:   scanning bus for devices... 2 USB Device(s)
> found
> Waiting for storage device(s) to settle before sca
> nning...
> 1 Storage Device(s) found
> ....
> ..................................................
> ..................................................
> ..................................................
> ..................................................
> ..................................................
> ...............................
> 
> 2927176 bytes read
> ## Booting image at 00040000 ...
> Image Name:   Linux-2.6.31.8
> Created:      2013-08-22  12:19:13 UTC
> Image Type:   ARM Linux Kernel Image (uncompres
> sed)
> Data Size:    2927112 Bytes =  2.8 MB
> Load Address: 00008000
> Entry Point:  00008000
> Verifying Checksum ... OK
> OK
> 
> Starting kernel ...
> 
> Linux version 2.6.31.8 (root@EZ) (gcc version 4.4.
> 5 (Debian 4.4.5-8) ) Thu Aug 22 17:40:31 KST 2013
> v0.0.9 Thu Aug 22 17:40:31 KST 2013
> CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5
> TE), cr=00053977
> CPU: VIVT data cache, VIVT instruction cache
> Machine: Feroceon-KW
> Using UBoot passing parameters structure
> Memory policy: ECC disabled, Data cache writeback
> Built 1 zonelists in Zone order, mobility grouping
> off.  Total pages: 32512
> Kernel command line: console=ttyS0,115200 mtdparts
> =spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0
> x1000@0x7e000(env2) :::DB88FXX81:eth0:none root=/d
> ev/sdb1 rootdelay=10 rootfstype=ext2
> PID hash table entries: 512 (order: 9, 2048 bytes)
> Dentry cache hash table entries: 16384 (order: 4,
> 65536 bytes)
> Inode-cache hash table entries: 8192 (order: 3, 32
> 768 bytes)
> Memory: 128MB = 128MB total
> Memory: 116764KB available (5348K code, 328K data,
> 144K init, 0K highmem)
> Hierarchical RCU implementation.
> NR_IRQS:128
> Console: colour dummy device 80x30
> Calibrating delay loop... 1192.75 BogoMIPS (lpj=59
> 63776)
> Security Framework initialized
> Mount-cache hash table entries: 512
> CPU: Testing write buffer coherency: ok
> xor: measuring software checksum speed
> arm4regs  :  1019.200 MB/sec
> 8regs     :   822.800 MB/sec
> 32regs    :   840.400 MB/sec
> xor: using function: arm4regs (1019.200 MB/sec)
> NET: Registered protocol family 16
> Feroceon L2: Enabling L2
> Feroceon L2: Cache support initialised.
> 
> CPU Interface
> -------------
> SDRAM_CS0 ....base 00000000, size 128MB
> SDRAM_CS1 ....disable
> SDRAM_CS2 ....disable
> SDRAM_CS3 ....disable
> PEX0_MEM ....base e0000000, size 128MB
> PEX0_IO ....base f2000000, size   1MB
> PEX1_MEM ....base e8000000, size 128MB
> PEX1_IO ....base f2100000, size   1MB
> INTER_REGS ....base f1000000, size   1MB
> NFLASH_CS ....base fa000000, size   2MB
> SPI_CS ....base f4000000, size  16MB
> BOOT_ROM_CS ....no such
> DEV_BOOTCS ....no such
> CRYPT_ENG ....base f0000000, size   2MB
> 
> Marvell Development Board (LSP Version KW_LSP_5.
> 1.3_patch25)-- DB-88F6282A-BP  Soc: 88F6282 A1 LE
> 
> Detected Tclk 200000000 and SysClk 400000000
> MV Buttons Device Load
> Marvell USB EHCI Host controller #0: c403e740
> PEX0 interface detected no Link.
> PEX1 interface detected no Link.
> PCI: bus0: Fast back to back transfers enabled
> PCI: bus1: Fast back to back transfers enabled
> bio: create slab <bio-0> at 0
> SCSI subsystem initialized
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb
> raid6: int32x1    107 MB/s
> raid6: int32x2    121 MB/s
> raid6: int32x4    110 MB/s
> raid6: int32x8    109 MB/s
> raid6: using algorithm int32x2 (121 MB/s)
> NET: Registered protocol family 2
> IP route cache hash table entries: 1024 (order: 0,
> 4096 bytes)
> TCP established hash table entries: 4096 (order: 3
> , 32768 bytes)
> TCP bind hash table entries: 4096 (order: 2, 16384
> bytes)
> TCP: Hash tables configured (established 4096 bind
> 4096)
> TCP reno registered
> NET: Registered protocol family 1
> rtc mv_rtc: rtc core: registered kw-rtc as rtc0
> RTC registered
> XOR registered 4 channels
> XOR 2nd invalidate WA enabled
> cesadev_init(c000edd0)
> mvCesaInit: sessions=640, queue=64, pSram=f0000000
> MV Buttons Driver Load
> VFS: Disk quotas dquot_6.5.2
> Dquot-cache hash table entries: 1024 (order 0, 409
> 6 bytes)
> squashfs: version 4.0 (2009/01/31) Phillip Lougher
> Installing knfsd (copyright (C) 1996 okir@monad.sw
> b.de).
> JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc
> .
> SGI XFS with ACLs, security attributes, large bloc
> k/inode numbers, no debug enabled
> SGI XFS Quota Management subsystem
> msgmni has been set to 228
> alg: No test for cipher_null (cipher_null-generic)
> alg: No test for ecb(cipher_null) (ecb-cipher_null
> )
> alg: No test for digest_null (digest_null-generic)
> alg: No test for compress_null (compress_null-gene
> ric)
> alg: No test for stdrng (krng)
> alg: No test for hmac(digest_null) (hmac(digest_nu
> ll-generic))
> async_tx: api initialized (sync-only)
> Block layer SCSI generic (bsg) driver version 0.4
> loaded (major 253)
> io scheduler noop registered
> io scheduler cfq registered (default)
> Serial: 8250/16550 driver, 4 ports, IRQ sharing di
> sabled
> serial8250.0: ttyS0 at MMIO 0xf1012100 (irq = 34)
> is a 16550A
> console [ttyS0] enabled
> brd: module loaded
> loop: module loaded
> Integrated Sata device found
> IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on
> shared IRQs
> scsi0 : Marvell SCSI to SATA adapter
> scsi1 : Marvell SCSI to SATA adapter
> scsi 0:0:0:0: Direct-Access     Seagate  ST340014A
> S       8.12 PQ: 0 ANSI: 5
> sd 0:0:0:0: [sda] Sector size 0 reported, assuming
> 512.
> sd 0:0:0:0: [sda] 78125000 512-byte logical blocks
> : (40.0 GB/37.2 GiB)
> sd 0:0:0:0: [sda] 0-byte physical blocks
> sd 0:0:0:0: Attached scsi generic sg0 type 0
> sd 0:0:0:0: [sda] Write Protect is off
> Loading Marvell Ethernet Driver:
> o Cached descriptors in DRAM
> o DRAM SW cache-coherency
> o 2 Giga ports supported
> o Single RX Queue support - ETH_DEF_RXQ=0
> o Single TX Queue support - ETH_DEF_TXQ=0
> o TCP segmentation offload (TSO) supported
> o Large Receive offload (LRO) supported
> o Receive checksum offload supported
> o Transmit checksum offload supported
> o Proc tool API enabled
> o Rx descripors: q0=256
> o Tx descripors: q0=532
> o Loading network interface(s):
> o register under mv88fx_eth platform
> o eth0, ifindex = 2, GbE port = 0
> 
> Warning: Giga 1 is Powered Off
> 
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.
> com>
> sd 0:0:0:0: [sda] Write cache: enabled, read cache
> : enabled, supports DPO and FUA
> sd 0:0:0:0: [sda] Sector size 0 reported, assuming
> 512.
> SPI Serial flash detected @ 0xf4000000, 1024KB (25
> 6sec x 4KB)
> 3 cmdlinepart partitions found on MTD device spi_f
> lash
> Creating 3 MTD partitions on "spi_flash":
> 0x000000000000-0x00000007e000 : "u-boot"
> 0x00000007f000-0x000000080000 : "env"
> 0x00000007e000-0x00000007f000 : "env2"
> sda:Using Hamming 1-bit ECC for NAND device
> No NAND device found!!!
> sda1
> sd 0:0:0:0: [sda] Sector size 0 reported, assuming
> 512.
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI
> ) Driver
> ehci_marvell ehci_marvell.70059: Marvell Orion EHC
> I
> ehci_marvell ehci_marvell.70059: new USB bus regis
> tered, assigned bus number 1
> sd 0:0:0:0: [sda] Attached SCSI disk
> ehci_marvell ehci_marvell.70059: irq 19, io base 0
> xf1050100
> ehci_marvell ehci_marvell.70059: USB 2.0 started,
> EHCI 1.00
> usb usb1: configuration #1 chosen from 1 choice
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 1 port detected
> ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Dr
> iver
> uhci_hcd: USB Universal Host Controller Interface
> driver
> usbcore: registered new interface driver usblp
> Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-stora
> ge
> USB Mass Storage support registered.
> usbcore: registered new interface driver ums-dataf
> ab
> usbcore: registered new interface driver ums-freec
> om
> usbcore: registered new interface driver ums-jumps
> hot
> usbcore: registered new interface driver ums-sddr0
> 9
> usbcore: registered new interface driver ums-sddr5
> 5
> usbcore: registered new interface driver ums-usbat
> mice: PS/2 mouse device common for all mice
> i2c /dev entries driver
> iBoard_model 1
> md: linear personality registered for level -1
> md: raid0 personality registered for level 0
> md: raid1 personality registered for level 1
> md: raid10 personality registered for level 10
> md: raid6 personality registered for level 6
> md: raid5 personality registered for level 5
> md: raid4 personality registered for level 4
> device-mapper: uevent: version 1.0.3
> device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) in
> itialised: dm-devel@redhat.com
> dm_crypt using the OCF package.
> usbcore: registered new interface driver hiddev
> usbcore: registered new interface driver usbhid
> usbhid: v2.6:USB HID core driver
> TCP cubic registered
> NET: Registered protocol family 17
> NET: Registered protocol family 5
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> rtc mv_rtc: setting system clock to 2017-05-25 20:
> 16:22 UTC (1495743382)
> Waiting 10sec before mounting root device...
> usb 1-1: new high speed USB device using ehci_marv
> ell and address 2
> usb 1-1: configuration #1 chosen from 1 choice
> scsi2 : SCSI emulation for USB Mass Storage device
> s
> scsi 2:0:0:0: Direct-Access     Generic  STORAGE D
> EVICE   9451 PQ: 0 ANSI: 0
> sd 2:0:0:0: Attached scsi generic sg1 type 0
> sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks:
> (4.07 GB/3.79 GiB)
> sd 2:0:0:0: [sdb] Write Protect is off
> sd 2:0:0:0: [sdb] Assuming drive cache: write thro
> ugh
> sd 2:0:0:0: [sdb] Assuming drive cache: write thro
> ugh
> sdb: sdb1
> sd 2:0:0:0: [sdb] Assuming drive cache: write thro
> ugh
> sd 2:0:0:0: [sdb] Attached SCSI removable disk
> md: Waiting for all devices to be available before
> autodetect
> md: If you don't use raid, use raid=noautodetect
> md: Autodetecting RAID arrays.
> md: Scanned 0 and added 0 devices.
> md: autorun ...
> md: ... autorun DONE.
> EXT2-fs warning: mounting unchecked fs, running e2
> fsck is recommended
> VFS: Mounted root (ext2 filesystem) on device 8:17
> .
> Freeing init memory: 144K
> INIT: version 2.88 booting
> Using makefile-style concurrent boot in runlevel S
> .
> .udev/ already exists on the static /dev! ... (war
> ning).
> Starting the hotplug events dispatcher: udevd.
> Synthesizing the initial hotplug events...done.
> Waiting for /dev to be fully populated...done.
> Cleaning up ifupdown....
> Setting up networking....
> Generating udev events for MD arrays...done.
> Starting early crypto disks...done.
> Setting up LVM Volume Groups  Reading all physical
> volumes.  This may take a while...
> No volume groups found
> No volume groups found
> No volume groups found
> .
> Starting remaining crypto disks...done.
> Loading kernel modules...done.
> Activating lvm and md swap...Adding 524280k swap o
> n /swapfile.  Priority:-1 extents:176 across:65216
> 0k
> done.
> Checking file systems...fsck from util-linux-ng 2.
> 17.2
> WARNING: bad format on line 32 of /etc/fstab
> done.
> Mounting local filesystems...mount: special device
> /dev/sda1 does not exist
> failed.
> Activating swapfile swap...done.
> Cleaning up temporary files....
> Configuring network interfaces...Internet Systems
> Consortium DHCP Client 4.1.1-P1
> Copyright 2004-2010 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/softwar
> e/dhcp/
> 
> eth0: link down
> eth0: started
> Listening on LPF/eth0/00:d0:b8:14:0b:8a
> Sending on   LPF/eth0/00:d0:b8:14:0b:8a
> Sending on   Socket/fallback
> eth0: link up, full duplex, speed 1 Gbps
> DHCPREQUEST on eth0 to 255.255.255.255 port 67
> DHCPACK from 192.168.2.1
> Reloading /etc/samba/smb.conf: smbd onlyNo process
> in pidfile '/var/run/samba/smbd.pid' found running
> ; none killed.
> .
> bound to 192.168.2.101 -- renewal in 36615 seconds
> .
> done.
> Starting portmap daemon....
> Cleaning up temporary files....
> Setting kernel variables ...done.
> INIT: Entering runlevel: 2
> Using makefile-style concurrent boot in runlevel 2
> .
> udevd[1007]: bind failed: Address already in use
> 
> udevd[1007]: error binding control socket, seems u
> devd is already running
> 
> Starting the hd-idle daemon: hd-idle.
> Starting the hotplug events dispatcher: udevderror
> binding control socket, seems udevd is already run
> ning
> failed!
> Starting portmap daemon...Already running..
> Generating udev events for MD arrays...done.
> Starting enhanced syslogd: rsyslogd.
> Starting system message bus: dbus.
> Starting periodic command scheduler: cron.
> Starting Samba daemons: nmbd smbd.
> Starting web server: lighttpd.
> Starting NTP server: ntpdStarting FTP server: vsft
> pd.
> Starting bittorrent daemon: transmission-daemon.
> Starting OpenBSD Secure Shell server: sshd.
> .
> Generating udev events for MD arrays...done.
> EXT4-fs (sda1): barriers enabled
> kjournald2 starting: pid 1236, dev sda1:8, commit
> interval 5 seconds
> EXT4-fs (sda1): internal journal on sda1:8
> EXT4-fs (sda1): delayed allocation enabled
> EXT4-fs: file extents enabled
> EXT4-fs: mballoc enabled
> EXT4-fs (sda1): recovery complete
> EXT4-fs (sda1): mounted filesystem with writeback
> data mode
> startpar: service(s) returned failure: udev ... fa
> iled!
> 
> Debian GNU/Linux 6.0 EZ ttyS0
> 
> EZ login:
> 
>
>
> working???

it was done on this bootlog
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 26, 2017 02:13AM
Not really.

These are 3 separate commands that need to be executed one at a time. Copy and paste each command to uboot console prompt.

setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2)  earlyprintk=serial'

setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'

run bootcmd_usb

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
Marvell>> run bootcmd_usb
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial
....
.........................................................................................................................................................................................................................................................................................................................................

3427395 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.10.9-kirkwood-tld-1
   Created:      2017-05-22  22:34:21 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3427331 Bytes =  3.3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.10.9-kirkwood-tld-1
   Created:      2017-05-23  10:54:25 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    5.495493] console [ttyS0] enabled
[    5.502589] bootconsole [earlycon0] disabled
[    5.512175] sata_mv f1080000.sata: slots 32 ports 2
[    5.519730] scsi host0: sata_mv
[    5.523302] scsi host1: sata_mv
[    5.526756] ata1: SATA max UDMA/133 irq 34
[    5.530877] ata2: SATA max UDMA/133 irq 34
[    5.536532] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    5.541378] 3 ofpart partitions found on MTD device spi0.0
[    5.546928] Creating 3 MTD partitions on "spi0.0":
[    5.551748] 0x000000000000-0x00000007e000 : "u-boot"
[    5.556749] mtd: partition "u-boot" doesn't end on an erase block -- force read-only
[    5.565823] 0x00000007e000-0x00000007f000 : "u-boot env2"
[    5.571300] mtd: partition "u-boot env2" doesn't start on an erase block boundary -- force read-only
[    5.581602] 0x00000007f000-0x000000080000 : "u-boot env"
[    5.586980] mtd: partition "u-boot env" doesn't start on an erase block boundary -- force read-only
[    5.598070] libphy: Fixed MDIO Bus: probed
[    5.602963] libphy: orion_mdio_bus: probed
[    5.611243] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.717304] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    5.726154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.732774] ehci-pci: EHCI PCI platform driver
[    5.737314] ehci-orion: EHCI orion driver
[    5.741528] orion-ehci f1050000.ehci: EHCI Host Controller
[    5.747115] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    5.755076] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    5.786276] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    5.792539] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.799400] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.806690] usb usb1: Product: EHCI Host Controller
[    5.811591] usb usb1: Manufacturer: Linux 4.10.9-kirkwood-tld-1 ehci_hcd
[    5.818355] usb usb1: SerialNumber: f1050000.ehci
[    5.823791] hub 1-0:1.0: USB hub found
[    5.827636] hub 1-0:1.0: 1 port detected
[    5.832445] mousedev: PS/2 mouse device common for all mice
[    5.838686] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    5.845748] i2c /dev entries driver
[    5.851510] hidraw: raw HID events driver (C) Jiri Kosina
[    5.857371] drop_monitor: Initializing network drop monitor service
[    5.863883] NET: Registered protocol family 17
[    5.868569] Key type dns_resolver registered
[    5.873578] registered taskstats version 1
[    5.877727] Loading compiled-in X.509 certificates
[    5.882584] zswap: loaded using pool lzo/zbud
[    5.895694] Key type big_key registered
[    5.908094] Key type encrypted registered
[    5.913457] rtc-mv f1010300.rtc: setting system clock to 2017-05-27 01:21:03 UTC (1495848063)
[    6.026300] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    6.037120] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    6.042629] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.056219] ata1.00: configured for UDMA/133
[    6.071074] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    6.186286] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.380956] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    6.387733] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    6.394935] usb 1-1: Product: USB Storage
[    6.398981] usb 1-1: Manufacturer: Generic
[    6.403203] usb 1-1: SerialNumber: 000000009451
[    6.469101] ata2: SATA link down (SStatus 0 SControl F300)
[    6.485838] Freeing unused kernel memory: 320K
[    6.490323] This architecture does not have kernel memory protection.
Loading, please wait...
[    6.567105] systemd-udevd[103]: starting version 215
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-label/rootfs does not exist.  Dropping to a shell!
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory


BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)

stop here...
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 27, 2017 12:26AM
Very encouraging. Kernel has booted ok. But your rootfs might have some problem.

Retrace your steps when you created the rootfs. Were you root user when running tar? Was the rootfs partion labeled rootfs (lower case)?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
yes, it was in good working order with old kernel, I checked device name on win10 and it was right name in lower cases.
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 27, 2017 01:36AM
Mount on a Linux box and assuming it is assigned as /dev/sdb1

Check file system:

e2fsck  /dev/sdb1


Check label:

e2label /dev/sdb1

Mount to /media and check /boot folder files attributes:

ls -lart /media/sdb1/boot

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 05/27/2017 09:13AM by bodhi.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun May 28 07:04:26 2017
/root $ uname -a
Linux EZ 2.6.31.8 Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013 armv5tel GNU/Linux
/root $ mount
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
rootfs on / type rootfs (rw)
tmpfs on /tmp type tmpfs (rw)
/dev/sda1 on /mnt/nas type ext4 (rw,nosuid,noatime,data=writeback)
/root $

I really am not sure what I am doing
/root $ fdisk -l

Disk /dev/sda: 40.0 GB, 40000000000 bytes
63 heads, 8 sectors/track, 155009 cylinders
Units = cylinders of 504 * 512 = 258048 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7d6d7d6d

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               5      155010    39061476   83  Linux

Disk /dev/sdb: 4075 MB, 4075290624 bytes
49 heads, 48 sectors/track, 3384 cylinders
Units = cylinders of 2352 * 512 = 1204224 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x45954930

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        3292     3871368   83  Linux
/root $


looks ok to me?
I forgot to tell that there is only one ext4 partition on hdd.
No os, just one ext4 data partition only.
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
May 28, 2017 04:47PM
iomega ez,

> looks ok to me?

Looks OK, but not enough info. You are very close to boot Debian on USB rootfs.

Since you can log into stock:

Quote

/root $ uname -a
Linux EZ 2.6.31.8 Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013 armv5tel GNU/Linux

You can check the usb rootfs at the Linux prompt, like I described previously.

- Check file system for errors:

fsck  /dev/sdb1

- Check label to make sure it is correct

ls -l /dev/disk/by-label
e2label /dev/sdb1

- And then mount the drive and list the kernel files to check /boot folder files attributes:

mount /dev/sdb1 /media/sdb1
ls -lart /media/sdb1/boot

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 05/28/2017 04:47PM by bodhi.
       |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
Marvell>> run bootcmd_usb
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial
....
.........................................................................................................................................................................................................................................................................................................................................

3427395 bytes read
....
...............................................................................................................................................................................................................................................................................................................
..........................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.10.9-kirkwood-tld-1
   Created:      2017-05-27  10:38:16 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3427331 Bytes =  3.3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.10.9-kirkwood-tld-1
   Created:      2017-05-27  10:40:54 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    5.495484] console [ttyS0] enabled
[    5.502581] bootconsole [earlycon0] disabled
[    5.512165] sata_mv f1080000.sata: slots 32 ports 2
[    5.519714] scsi host0: sata_mv
[    5.523283] scsi host1: sata_mv
[    5.526736] ata1: SATA max UDMA/133 irq 34
[    5.530851] ata2: SATA max UDMA/133 irq 34
[    5.536510] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    5.541352] 3 ofpart partitions found on MTD device spi0.0
[    5.546901] Creating 3 MTD partitions on "spi0.0":
[    5.551720] 0x000000000000-0x00000007e000 : "u-boot"
[    5.556722] mtd: partition "u-boot" doesn't end on an erase block -- force read-only
[    5.565791] 0x00000007e000-0x00000007f000 : "u-boot env2"
[    5.571265] mtd: partition "u-boot env2" doesn't start on an erase block boundary -- force read-only
[    5.581566] 0x00000007f000-0x000000080000 : "u-boot env"
[    5.586947] mtd: partition "u-boot env" doesn't start on an erase block boundary -- force read-only
[    5.598028] libphy: Fixed MDIO Bus: probed
[    5.602921] libphy: orion_mdio_bus: probed
[    5.611121] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    5.717320] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    5.726164] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.732784] ehci-pci: EHCI PCI platform driver
[    5.737322] ehci-orion: EHCI orion driver
[    5.741536] orion-ehci f1050000.ehci: EHCI Host Controller
[    5.747126] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    5.755082] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    5.786272] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    5.792529] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.799392] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.806682] usb usb1: Product: EHCI Host Controller
[    5.811583] usb usb1: Manufacturer: Linux 4.10.9-kirkwood-tld-1 ehci_hcd
[    5.818348] usb usb1: SerialNumber: f1050000.ehci
[    5.823783] hub 1-0:1.0: USB hub found
[    5.827629] hub 1-0:1.0: 1 port detected
[    5.832436] mousedev: PS/2 mouse device common for all mice
[    5.838669] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    5.845734] i2c /dev entries driver
[    5.851499] hidraw: raw HID events driver (C) Jiri Kosina
[    5.857367] drop_monitor: Initializing network drop monitor service
[    5.863886] NET: Registered protocol family 17
[    5.868570] Key type dns_resolver registered
[    5.873579] registered taskstats version 1
[    5.877728] Loading compiled-in X.509 certificates
[    5.882585] zswap: loaded using pool lzo/zbud
[    5.895807] Key type big_key registered
[    5.908229] Key type encrypted registered
[    5.913591] rtc-mv f1010300.rtc: setting system clock to 2017-06-01 02:35:26 UTC (1496284526)
[    6.026296] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    6.037114] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    6.042629] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.056221] ata1.00: configured for UDMA/133
[    6.071073] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    6.186282] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.380960] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    6.387742] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    6.394944] usb 1-1: Product: USB Storage
[    6.398989] usb 1-1: Manufacturer: Generic
[    6.403212] usb 1-1: SerialNumber: 000000009451
[    6.469110] ata2: SATA link down (SStatus 0 SControl F300)
[    6.485846] Freeing unused kernel memory: 320K
[    6.490332] This architecture does not have kernel memory protection.
Loading, please wait...
[    6.567161] systemd-udevd[103]: starting version 215
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-label/rootfs does not exist.  Dropping to a shell!
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory
modprobe: can't change directory to '4.10.9-kirkwood-tld-1': No such file or directory


BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)

I made a new usb with your debian 4.4 and it stops at the same point
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
....
.........................................................................................................................................................................................................................................................................................

2927176 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2013-08-22  12:19:13 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2927112 Bytes =  2.8 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Linux version 2.6.31.8 (root@EZ) (gcc version 4.4.5 (Debian 4.4.5-8) ) Thu Aug 22 17:40:31 KST 2013 v0.0.9 Thu Aug 22 17:40:31 KST 2013
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 32512
Kernel command line: console=ttyS0,115200 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) :::DB88FXX81:eth0:none root=/dev/sdb1 rootdelay=10 rootfstype=ext2
PID hash table entries: 512 (order: 9, 2048 bytes)
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 128MB = 128MB total
Memory: 116764KB available (5348K code, 328K data, 144K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
xor: measuring software checksum speed
   arm4regs  :  1019.600 MB/sec
   8regs     :   822.800 MB/sec
   32regs    :   840.400 MB/sec
xor: using function: arm4regs (1019.600 MB/sec)
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 128MB
SDRAM_CS1 ....disable
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
PEX1_MEM ....base e8000000, size 128MB
PEX1_IO ....base f2100000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch25)-- DB-88F6282A-BP  Soc: 88F6282 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c403e740
PEX0 interface detected no Link.
PEX1 interface detected no Link.
PCI: bus0: Fast back to back transfers enabled
PCI: bus1: Fast back to back transfers enabled
bio: create slab <bio-0> at 0
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
raid6: int32x1    107 MB/s
raid6: int32x2    121 MB/s
raid6: int32x4    110 MB/s
raid6: int32x8    109 MB/s
raid6: using algorithm int32x2 (121 MB/s)
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
NET: Registered protocol family 1
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000edd0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
msgmni has been set to 228
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
async_tx: api initialized (sync-only)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler cfq registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012100 (irq = 34) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi0 : Marvell SCSI to SATA adapter
scsi1 : Marvell SCSI to SATA adapter
scsi 0:0:0:0: Direct-Access     Seagate  ST340014AS       8.12 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
sd 0:0:0:0: [sda] 0-byte physical blocks
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] Write Protect is off
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Large Receive offload (LRO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Proc tool API enabled
  o Rx descripors: q0=256
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0

Warning: Giga 1 is Powered Off

tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
SPI Serial flash detected @ 0xf4000000, 1024KB (256sec x 4KB)
3 cmdlinepart partitions found on MTD device spi_flash
Creating 3 MTD partitions on "spi_flash":
0x000000000000-0x00000007e000 : "u-boot"
0x00000007f000-0x000000080000 : "env"
0x00000007e000-0x00000007f000 : "env2"
 sda:Using Hamming 1-bit ECC for NAND device
No NAND device found!!!
 sda1
sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
usbcore: registered new interface driver usblp
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-jumpshot
usbcore: registered new interface driver ums-sddr09
usbcore: registered new interface driver ums-sddr55
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
iBoard_model 1
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
dm_crypt using the OCF package.
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
NET: Registered protocol family 17
NET: Registered protocol family 5
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
rtc mv_rtc: setting system clock to 2017-06-01 02:57:22 UTC (1496285842)
Waiting 10sec before mounting root device...
usb 1-1: new high speed USB device using ehci_marvell and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 8:17.
Freeing init memory: 144K
FATAL: kernel too old
Kernel panic - not syncing: Attempted to kill init!
Backtrace:
[<c01683a0>] (dump_backtrace+0x0/0x114) from [<c003a058>] (dump_stack+0x18/0x1c)
 r7:000000f8 r6:c4019c40 r5:00007f00 r4:c05964d8
[<c003a040>] (dump_stack+0x0/0x1c) from [<c003a0a8>] (panic+0x4c/0x10c)
[<c003a05c>] (panic+0x0/0x10c) from [<c0196bf8>] (do_exit+0x7c/0x5c0)
 r3:c056e2e4 r2:c401ff38 r1:ffffff50 r0:c010f06b
[<c0196b7c>] (do_exit+0x0/0x5c0) from [<c01971d0>] (do_group_exit+0x94/0xc8)
[<c019713c>] (do_group_exit+0x0/0xc8) from [<c019721c>] (sys_exit_group+0x18/0x24)
 r5:00000000 r4:4001c7cc
[<c0197204>] (sys_exit_group+0x0/0x24) from [<c0030be0>] (ret_fast_syscall+0x0/0x2c)

also I can't boot this usb with old kernel as well.
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
Marvell>> run bootcmd_usb
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial
....
................................................................................................................................................................................................................................................................................................................

3167987 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2017-06-01  10:40:30 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3167923 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.4.0-kirkwood-tld-1
   Created:      2016-02-19   7:33:04 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    1.389185] console [ttyS0] enabled
[    1.396277] bootconsole [earlycon0] disabled
[    1.406820] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    1.417750] libphy: Fixed MDIO Bus: probed
[    1.422316] libphy: orion_mdio_bus: probed
[    1.431009] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.438991] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    1.447998] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.454642] ehci-pci: EHCI PCI platform driver
[    1.459176] ehci-orion: EHCI orion driver
[    1.463428] orion-ehci f1050000.ehci: EHCI Host Controller
[    1.468963] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    1.476938] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    1.500147] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    1.506405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.513253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.520525] usb usb1: Product: EHCI Host Controller
[    1.525426] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd
[    1.532087] usb usb1: SerialNumber: f1050000.ehci
[    1.537539] hub 1-0:1.0: USB hub found
[    1.541381] hub 1-0:1.0: 1 port detected
[    1.546291] mousedev: PS/2 mouse device common for all mice
[    1.552582] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    1.559658] i2c /dev entries driver
[    1.565665] hidraw: raw HID events driver (C) Jiri Kosina
[    1.571532] drop_monitor: Initializing network drop monitor service
[    1.578081] NET: Registered protocol family 17
[    1.582864] Key type dns_resolver registered
[    1.587963] registered taskstats version 1
[    1.592157] Loading compiled-in X.509 certificates
[    1.597024] zswap: loaded using pool lzo/zbud
[    1.609549] Key type encrypted registered
[    1.614216] rtc-mv f1010300.rtc: setting system clock to 2017-06-01 10:47:19 UTC (1496314039)
[    1.625325] Freeing unused kernel memory: 296K (c07d8000 - c0822000)
Loading, please wait...
[    1.697855] systemd-udevd[81]: starting version 215
[    1.712204] random: systemd-udevd urandom read with 2 bits of entropy available
[    1.860239] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    1.877905] SCSI subsystem initialized
[    1.936469] sata_mv f1080000.sata: slots 32 ports 2
[    1.978501] scsi host0: sata_mv
[    1.998602] scsi host1: sata_mv
[    2.008256] ata1: SATA max UDMA/133 irq 34
[    2.025215] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    2.033269] ata2: SATA max UDMA/133 irq 34
[    2.037496] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.051910] usb 1-1: Product: USB Storage
[    2.055964] usb 1-1: Manufacturer: Generic
[    2.068439] usb 1-1: SerialNumber: 000000009451
[    2.088851] usb-storage 1-1:1.0: USB Mass Storage device detected
[    2.096355] usb-storage 1-1:1.0: Quirks match for vid 05e3 pid 0723: 8000
[    2.103406] scsi host2: usb-storage 1-1:1.0
[    2.109298] usbcore: registered new interface driver usb-storage
[    2.118310] usbcore: registered new interface driver uas
[    2.540160] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    2.560379] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    2.565897] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.630191] ata1.00: configured for UDMA/133
[    2.650581] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    3.010151] ata2: SATA link down (SStatus 0 SControl F300)
[    3.042333] sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    3.052662] sd 0:0:0:0: [sda] Write Protect is off
[    3.057602] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.089530]  sda: sda1
[    3.093627] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.102446] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.109172] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
[    3.128513] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.265494] sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
[    3.274624] sd 2:0:0:0: [sdb] Write Protect is off
[    3.280986] sd 2:0:0:0: [sdb] No Caching mode page found
[    3.287120] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    3.302718]  sdb: sdb1
[    3.313876] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Checking root file system ... fsck from util-linux 2.25.2
rootfs was not cleanly unmounted, check forced.
[   17.151454] random: nonblocking pool is initialized
rootfs: Entry 'netcounts' in /var/webmin/modules/system-status/history (128731) has deleted/unused inode 128631.  CLEARED.
rootfs: Entry 'maxes' in /var/webmin/modules/system-status/history (128731) has deleted/unused inode 129072.  CLEARED.
rootfs: Entry 'current.cache' in /var/webmin/modules/package-updates (128872) has deleted/unused inode 128267.  CLEARED.
rootfs: Entry 'info' in /var/webmin/modules/system-status (128842) has deleted/unused inode 128982.  CLEARED.
rootfs: Entry 'miniserv.pid' in /var/webmin (128837) has deleted/unused inode 128055.  CLEARED.
rootfs: Entry 'browse.dat' in /var/cache/samba (152677) has deleted/unused inode 152687.  CLEARED.
rootfs: 43220/232000 files (0.6% non-contiguous), 339917/927982 blocks
fsck exited with status code 1
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs: clean, 43220/232000 files, 339917/927982 blocks
done.
[ ok ] Cleaning up temporary files... /tmp.
[....] Activating lvm and md swap...[   31.979581] Adding 524284k swap on /swapfile.  Priority:-1 extents:148 across:636112k FS
done.
[....] Checking file systems...fsck from util-linux 2.20.1
/dev/sda1: recovering journal
/dev/sda1: clean, 1205/2445984 files, 9108430/9764864 blocks
done.
[....] Mounting local filesystems...[   32.731470] EXT4-fs (sda1): mounted filesystem with writeback data mode. Opts: data=writeback
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Ignoring unknown interface lo=lo.
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:d0:b8:14:0b:8a
Sending on   LPF/eth0/00:d0:b8:14:0b:8a
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
[   37.575875] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.2.1
Reloading /etc/samba/smb.conf: smbd only.
bound to 192.168.2.101 -- renewal in 37512 seconds.
done.
[ ok ] Cleaning up temporary files....
[ 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.
[ ok ] Starting the hd-idle daemon: hd-idle.
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting Samba daemons: nmbd smbd.
[....] Starting ftp server: proftpdIOMEGA proftpd[1538]: mod_tls/2.4.3: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1538]: mod_sftp/0.9.8: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1538]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
. ok
[ ok ] Starting OpenBSD Secure Shell server: sshd.
/etc/rc.local: 16: /etc/rc.local: cannot create /sys/class/nasled/hdd1_link: Directory nonexistent
[FAIL] startpar: service(s) returned failure: rc.local ... failed!

Debian GNU/Linux 7 IOMEGA ttyS0

IOMEGA login: root
Password:

another try. it looks good.
This time, I try with 4.4 kernel

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@IOMEGA:~# uname -a
Linux IOMEGA 4.4.0-kirkwood-tld-1 #1 PREEMPT Mon Jan 25 20:35:24 PST 2016 armv5tel GNU/Linux
root@IOMEGA:~#

so I booted with new kernel????
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
Marvell>> run bootcmd_usb
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial
....
................................................................................................................................................................................................................................................................................................................

3167987 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2017-06-01  10:40:30 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3167923 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.4.0-kirkwood-tld-1
   Created:      2016-02-19   7:33:04 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    1.389166] console [ttyS0] enabled
[    1.396260] bootconsole [earlycon0] disabled
[    1.406813] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    1.417724] libphy: Fixed MDIO Bus: probed
[    1.422290] libphy: orion_mdio_bus: probed
[    1.430953] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.438915] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    1.447932] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.454566] ehci-pci: EHCI PCI platform driver
[    1.459096] ehci-orion: EHCI orion driver
[    1.463345] orion-ehci f1050000.ehci: EHCI Host Controller
[    1.468882] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    1.476817] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    1.500144] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    1.506404] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.513252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.520523] usb usb1: Product: EHCI Host Controller
[    1.525425] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd
[    1.532086] usb usb1: SerialNumber: f1050000.ehci
[    1.537536] hub 1-0:1.0: USB hub found
[    1.541378] hub 1-0:1.0: 1 port detected
[    1.546288] mousedev: PS/2 mouse device common for all mice
[    1.552580] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    1.559656] i2c /dev entries driver
[    1.565664] hidraw: raw HID events driver (C) Jiri Kosina
[    1.571531] drop_monitor: Initializing network drop monitor service
[    1.578081] NET: Registered protocol family 17
[    1.582844] Key type dns_resolver registered
[    1.587945] registered taskstats version 1
[    1.592136] Loading compiled-in X.509 certificates
[    1.597006] zswap: loaded using pool lzo/zbud
[    1.609539] Key type encrypted registered
[    1.614201] rtc-mv f1010300.rtc: setting system clock to 2017-06-01 11:04:09 UTC (1496315049)
[    1.625306] Freeing unused kernel memory: 296K (c07d8000 - c0822000)
Loading, please wait...
[    1.697731] systemd-udevd[81]: starting version 215
[    1.712173] random: systemd-udevd urandom read with 2 bits of entropy available
[    1.860253] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    1.882374] SCSI subsystem initialized
[    1.936112] sata_mv f1080000.sata: slots 32 ports 2
[    1.979518] scsi host0: sata_mv
[    1.995654] scsi host1: sata_mv
[    1.999173] ata1: SATA max UDMA/133 irq 34
[    2.023876] ata2: SATA max UDMA/133 irq 34
[    2.028840] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    2.040255] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.047461] usb 1-1: Product: USB Storage
[    2.063293] usb 1-1: Manufacturer: Generic
[    2.067528] usb 1-1: SerialNumber: 000000009451
[    2.087651] usb-storage 1-1:1.0: USB Mass Storage device detected
[    2.095135] usb-storage 1-1:1.0: Quirks match for vid 05e3 pid 0723: 8000
[    2.102183] scsi host2: usb-storage 1-1:1.0
[    2.108064] usbcore: registered new interface driver usb-storage
[    2.117078] usbcore: registered new interface driver uas
[    2.570155] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    2.610184] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    2.615697] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.680186] ata1.00: configured for UDMA/133
[    2.700577] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    3.060148] ata2: SATA link down (SStatus 0 SControl F300)
[    3.092503] sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    3.103390] sd 0:0:0:0: [sda] Write Protect is off
[    3.108402] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.117737] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
[    3.136024] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.141939] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.148762]  sda: sda1
[    3.155907] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.266618] sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
[    3.275227] sd 2:0:0:0: [sdb] Write Protect is off
[    3.281099] sd 2:0:0:0: [sdb] No Caching mode page found
[    3.286451] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    3.299334]  sdb: sdb1
[    3.312373] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Checking root file system ... fsck from util-linux 2.25.2
rootfs: clean, 43225/232000 files, 339950/927982 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs: clean, 43225/232000 files, 339950/927982 blocks
done.
[ ok ] Cleaning up temporary files... /tmp.
[   16.773124] random: nonblocking pool is initialized
[....] Activating lvm and md swap...[   18.163144] Adding 524284k swap on /swapfile.  Priority:-1 extents:148 across:636112k FS
done.
[....] Checking file systems...fsck from util-linux 2.20.1
/dev/sda1: clean, 1205/2445984 files, 9108430/9764864 blocks
done.
[....] Mounting local filesystems...[   18.761442] EXT4-fs (sda1): mounted filesystem with writeback data mode. Opts: data=writeback
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Ignoring unknown interface lo=lo.
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:d0:b8:14:0b:8a
Sending on   LPF/eth0/00:d0:b8:14:0b:8a
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
[   23.677688] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.2.1
DHCPACK from 192.168.2.1
Reloading /etc/samba/smb.conf: smbd only.
bound to 192.168.2.101 -- renewal in 34360 seconds.
done.
[ ok ] Cleaning up temporary files....
[ 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.
[ ok ] Starting the hd-idle daemon: hd-idle.
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting NTP server: ntpd.
[....] Starting ftp server: proftpdIOMEGA proftpd[1546]: mod_tls/2.4.3: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1546]: mod_sftp/0.9.8: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1546]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
. ok
[ ok ] Starting Samba daemons:[....] Starting OpenBSD Secure Shell server: sshd.
[ ok  smbd.
/etc/rc.local: 16: /etc/rc.local: cannot create /sys/class/nasled/hdd1_link: Directory nonexistent
[FAIL] startpar: service(s) returned failure: rc.local ... failed!

Debian GNU/Linux 7 IOMEGA ttyS0

IOMEGA login:

here is another bootlog. how do I change led color? there is only white led is on.(red and blue with old kernel)
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
June 01, 2017 11:54AM
iomega ez,

Congrats! you've booted Debian :)

>
> Debian GNU/Linux 7 IOMEGA ttyS0
>
> IOMEGA login:

> here is another bootlog. how do I change led color
> ? there is only white led is on.(red and blue with
> old kernel)

See the rootfs /etc/rc.local to see example how to turn on/off LEDs. And then look in
ls -l /sys/class/leds/
to find the correct trigger names for your box.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
root@IOMEGA:~# ls -l /sys/class/leds/
total 0
lrwxrwxrwx 1 root root 0 Jun  1 20:51 ix2:blue:hdd -> ../../devices/platform/gpio-leds/leds/ix2:blue:hdd
lrwxrwxrwx 1 root root 0 Jun  1 20:51 ix2:red:hdd1 -> ../../devices/platform/gpio-leds/leds/ix2:red:hdd1
lrwxrwxrwx 1 root root 0 Jun  1 20:51 ix2:red:hdd2 -> ../../devices/platform/gpio-leds/leds/ix2:red:hdd2
lrwxrwxrwx 1 root root 0 Jun  1 20:51 ix2:red:sys -> ../../devices/platform/gpio-leds/leds/ix2:red:sys
lrwxrwxrwx 1 root root 0 Jun  1 20:51 ix2:white:sys -> ../../devices/platform/gpio-leds/leds/ix2:white:sys
root@IOMEGA:~#

how do I use it???
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
Marvell>> run bootcmd_usb
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial
....
................................................................................................................................................................................................................................................................................................................

3167987 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2017-06-01  10:40:30 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3167923 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.4.0-kirkwood-tld-1
   Created:      2016-02-19   7:33:04 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    1.389187] console [ttyS0] enabled
[    1.396286] bootconsole [earlycon0] disabled
[    1.406827] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    1.417724] libphy: Fixed MDIO Bus: probed
[    1.422288] libphy: orion_mdio_bus: probed
[    1.430977] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.438938] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    1.447946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.454588] ehci-pci: EHCI PCI platform driver
[    1.459124] ehci-orion: EHCI orion driver
[    1.463371] orion-ehci f1050000.ehci: EHCI Host Controller
[    1.468909] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    1.476813] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    1.500156] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    1.506414] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.513260] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.520534] usb usb1: Product: EHCI Host Controller
[    1.525434] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd
[    1.532095] usb usb1: SerialNumber: f1050000.ehci
[    1.537544] hub 1-0:1.0: USB hub found
[    1.541387] hub 1-0:1.0: 1 port detected
[    1.546295] mousedev: PS/2 mouse device common for all mice
[    1.552590] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    1.559666] i2c /dev entries driver
[    1.565671] hidraw: raw HID events driver (C) Jiri Kosina
[    1.571540] drop_monitor: Initializing network drop monitor service
[    1.578088] NET: Registered protocol family 17
[    1.582844] Key type dns_resolver registered
[    1.587947] registered taskstats version 1
[    1.592136] Loading compiled-in X.509 certificates
[    1.597007] zswap: loaded using pool lzo/zbud
[    1.609517] Key type encrypted registered
[    1.614179] rtc-mv f1010300.rtc: setting system clock to 2017-06-01 21:54:06 UTC (1496354046)
[    1.625291] Freeing unused kernel memory: 296K (c07d8000 - c0822000)
Loading, please wait...
[    1.697775] systemd-udevd[81]: starting version 215
[    1.712179] random: systemd-udevd urandom read with 2 bits of entropy available
[    1.860259] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    1.882570] SCSI subsystem initialized
[    1.937582] sata_mv f1080000.sata: slots 32 ports 2
[    1.980284] scsi host0: sata_mv
[    1.995728] scsi host1: sata_mv
[    1.999253] ata1: SATA max UDMA/133 irq 34
[    2.025214] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    2.033425] ata2: SATA max UDMA/133 irq 34
[    2.037655] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.050938] usb 1-1: Product: USB Storage
[    2.054975] usb 1-1: Manufacturer: Generic
[    2.059197] usb 1-1: SerialNumber: 000000009451
[    2.087783] usb-storage 1-1:1.0: USB Mass Storage device detected
[    2.095279] usb-storage 1-1:1.0: Quirks match for vid 05e3 pid 0723: 8000
[    2.102348] scsi host2: usb-storage 1-1:1.0
[    2.108229] usbcore: registered new interface driver usb-storage
[    2.117203] usbcore: registered new interface driver uas
[    2.540170] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    2.580199] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    2.585709] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.650201] ata1.00: configured for UDMA/133
[    2.670588] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    3.030161] ata2: SATA link down (SStatus 0 SControl F300)
[    3.062541] sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    3.072835] sd 0:0:0:0: [sda] Write Protect is off
[    3.077770] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.099282]  sda: sda1
[    3.103715] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.109396] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
[    3.125483] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.131373] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.249369] sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
[    3.257975] sd 2:0:0:0: [sdb] Write Protect is off
[    3.263847] sd 2:0:0:0: [sdb] No Caching mode page found
[    3.269195] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    3.282078]  sdb: sdb1
[    3.293893] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Checking root file system ... fsck from util-linux 2.25.2
rootfs: clean, 14520/248992 files, 151430/994560 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[   15.141052] systemd-udevd[298]: starting version 215
. ok
[....] Synthesizing the initial hotplug events...[   15.406703] input: gpio-keys as /devices/platform/gpio-keys/input/input0
done.
[....] Waiting for /dev to be fully populated...[   15.611353] adt7475 0-002e: ADT7473 device, revision 2
[   15.621358] orion_wdt: Initial timeout 21 sec
[   15.628585] random: nonblocking pool is initialized
[   15.667862] adt7475 0-002e: Bypassing attenuators on: in1
[   15.688997] marvell-cesa: probe of f1030000.crypto failed with error -524
done.
[ ok ] Activating swap...done.
[....] Checking root file system...fsck from util-linux 2.25.2
rootfs: clean, 14520/248992 files, 151430/994560 blocks
done.
[ ok ] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.25.2
done.
[ ok ] Loading kernel modules...done.
[ ok ] Cleaning up temporary files... /tmp.
[ ok ] Mounting local filesystems...done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[   19.870801] NET: Registered protocol family 10
[   19.971615] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:d0:b8:14:0b:8a
Sending on   LPF/eth0/00:d0:b8:14:0b:8a
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
[   23.533309] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   23.543229] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.2.1
DHCPACK from 192.168.2.1
bound to 192.168.2.101 -- renewal in 42758 seconds.
done.
[ ok ] Starting rpcbind daemon....
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1243 (syslogd)
. ok
[ ok ] Starting NFS common utilities: statd idmapd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting system message bus: dbus.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1241 (klogd)
. ok
[ ok ] Starting OpenBSD Secure Shell server: sshd.

Debian GNU/Linux 8 debian ttyS0

debian login:

I made a new usb with your debian4.4 rootfs and it booted ok. I need to save uboot env but I don't know
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
June 02, 2017 12:22AM
iomega ez,

Boot with this a couple times to make sure that it works:
setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) earlyprintk=serial'
setenv bootcmd_usb 'usb reset; run usb_scan; printenv bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000'
printenv
run bootcmd_usb

And then post the serial log here. I want to make sure your current envs are OK to change (to boot automatically and save them).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 06/02/2017 12:42PM by bodhi.
setenv bootcmd_usb 'usb reset; run usb_scan; run make_usb_bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000

I just tried your first suggestion and it works. I should have started with 4.4 ...

here is bootlog
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** ix1-spi ** ** uboot_ver:0.0.8 **

 ** MARVELL BOARD: DB-88F6282A-BP LE

U-Boot 1.1.4 (Oct 28 2011 - 15:17:21) Marvell version: 3.6.1 - EMC

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CD5A0

Soc: 88F6282 A1 CPU running @ 1200Mhz L2 running @ 600Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM (DDR3) CAS Latency = 6 tRP = 6 tRAS = 15 tRCD=6
DRAM CS[0] base 0x00000000   size 128MB
DRAM Total size 128MB  16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
[1024kB@f8000000] Flash:  1 MB

Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)


CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  0
Marvell>> setenv bootcmd_usb 'usb reset; run usb_scan; run make_usb_bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000
Marvell>> boot

Reset IDE:
Marvell Serial ATA Adapter
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
  Device 0 @ 0 0:
Model: ST340014AS                               Firm: 8.12     Ser#:             5MQ3ESZM
            Type: Hard Disk
            Supports 48-bit addressing
            Capacity: 38146.9 MB = 37.2 GB (78125000 x 512)

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
....
................................................................................................................................................................................................................................................................................................................

3167987 bytes read
....
.........................................................................................................................................................................................................................................................................................................................................................................................................................
..............................................................................................................................................................................................................................................................................................

7179935 bytes read
## Booting image at 00040000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2017-06-01  10:40:30 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3167923 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.4.0-kirkwood-tld-1
   Created:      2016-02-19   7:33:04 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    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 4.4.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Mon Jan 25 20:35:24 PST 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine model: Lenovo IX2-ng
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 mtdparts=spi_flash:0x7e000@0(u-boot),0x1000@0x7f000(env),0x1000@0x7e000(env2) :::DB88FXX81:eth0:none root=/dev/sdb1 rootdelay=10 rootfstype=ext2
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 113616K/131072K available (6007K kernel code, 573K rwdata, 1992K rodata, 296K init, 312K bss, 17456K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07d7ef4   (8000 kB)
[    0.000000]       .init : 0xc07d8000 - 0xc0822000   ( 296 kB)
[    0.000000]       .data : 0xc0822000 - 0xc08b169c   ( 574 kB)
[    0.000000]        .bss : 0xc08b169c - 0xc08ff9d0   ( 313 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000332] Console: colour dummy device 80x30
[    0.000362] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    0.090101] pid_max: default: 32768 minimum: 301
[    0.090205] Security Framework initialized
[    0.090281] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090301] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.091085] Initializing cgroup subsys io
[    0.091117] Initializing cgroup subsys devices
[    0.091141] Initializing cgroup subsys freezer
[    0.091175] Initializing cgroup subsys net_cls
[    0.091256] CPU: Testing write buffer coherency: ok
[    0.091699] Setting up static identity map for 0x8200 - 0x8258
[    0.091993] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.095604] devtmpfs: initialized
[    0.101243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.101709] prandom: seed boundary self test passed
[    0.105464] prandom: 100 self tests passed
[    0.105490] pinctrl core: initialized pinctrl subsystem
[    0.106854] NET: Registered protocol family 16
[    0.107317] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130101] cpuidle: using governor ladder
[    0.160099] cpuidle: using governor menu
[    0.160554] Feroceon L2: Enabling L2
[    0.160594] Feroceon L2: Cache support initialised.
[    0.160969] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.166598] No ATAGs?
[    0.201543] vgaarb: loaded
[    0.201895] usbcore: registered new interface driver usbfs
[    0.201973] usbcore: registered new interface driver hub
[    0.202033] usbcore: registered new device driver usb
[    0.203151] clocksource: Switched to clocksource orion_clocksource
[    0.258206] NET: Registered protocol family 2
[    0.258995] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.259026] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.259049] TCP: Hash tables configured (established 1024 bind 1024)
[    0.259111] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.259137] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.259328] NET: Registered protocol family 1
[    0.259725] RPC: Registered named UNIX socket transport module.
[    0.259737] RPC: Registered udp transport module.
[    0.259744] RPC: Registered tcp transport module.
[    0.259751] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.260025] Unpacking initramfs...
[    0.882273] Freeing initrd memory: 7012K (c1100000 - c17d9000)
[    0.882446] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.883601] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.883674] audit: initializing netlink subsys (disabled)
[    0.883727] audit: type=2000 audit(0.880:1): initialized
[    0.884076] Initialise system trusted keyring
[    0.884461] zbud: loaded
[    0.884742] VFS: Disk quotas dquot_6.6.0
[    0.884802] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.885333] NFS: Registering the id_resolver key type
[    0.885370] Key type id_resolver registered
[    0.885379] Key type id_legacy registered
[    0.885404] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.885418] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.885638] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.886141] Key type big_key registered
[    0.905395] Key type asymmetric registered
[    0.905417] Asymmetric key parser 'x509' registered
[    0.905510] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.905529] io scheduler noop registered
[    0.905544] io scheduler deadline registered
[    0.905603] io scheduler cfq registered (default)
[    0.906934] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    0.907619] irq: Cannot allocate irq_descs @ IRQ35, assuming pre-allocated
[    0.908042] irq: Cannot allocate irq_descs @ IRQ67, assuming pre-allocated
[    0.908583] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.943854] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    0.944103] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.983853] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    0.984349] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.985659] console [ttyS0] disabled
[    0.985721] f1012100.serial: ttyS0 at MMIO 0xf1012100 (irq = 27, base_baud = 12500000) is a 16550A
[    1.589267] console [ttyS0] enabled
[    1.594702] m25p80 spi0.0: mx25l8005 (1024 Kbytes)
[    1.605635] libphy: Fixed MDIO Bus: probed
[    1.610084] libphy: orion_mdio_bus: probed
[    1.618784] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.626927] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:14:0b:8a
[    1.635918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.642501] ehci-pci: EHCI PCI platform driver
[    1.647084] ehci-orion: EHCI orion driver
[    1.651279] orion-ehci f1050000.ehci: EHCI Host Controller
[    1.656870] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    1.664812] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    1.683184] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    1.689441] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.696290] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.703562] usb usb1: Product: EHCI Host Controller
[    1.708462] usb usb1: Manufacturer: Linux 4.4.0-kirkwood-tld-1 ehci_hcd
[    1.715124] usb usb1: SerialNumber: f1050000.ehci
[    1.720574] hub 1-0:1.0: USB hub found
[    1.724417] hub 1-0:1.0: 1 port detected
[    1.729325] mousedev: PS/2 mouse device common for all mice
[    1.735621] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    1.742692] i2c /dev entries driver
[    1.748686] hidraw: raw HID events driver (C) Jiri Kosina
[    1.754549] drop_monitor: Initializing network drop monitor service
[    1.761091] NET: Registered protocol family 17
[    1.765856] Key type dns_resolver registered
[    1.770980] registered taskstats version 1
[    1.775175] Loading compiled-in X.509 certificates
[    1.780047] zswap: loaded using pool lzo/zbud
[    1.792501] Key type encrypted registered
[    1.797159] rtc-mv f1010300.rtc: setting system clock to 2017-06-03 01:10:46 UTC (1496452246)
[    1.808263] Freeing unused kernel memory: 296K (c07d8000 - c0822000)
Loading, please wait...
[    1.881301] systemd-udevd[81]: starting version 215
[    1.895213] random: systemd-udevd urandom read with 3 bits of entropy available
[    2.043275] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    2.060276] SCSI subsystem initialized
[    2.119668] sata_mv f1080000.sata: slots 32 ports 2
[    2.162581] scsi host0: sata_mv
[    2.181199] scsi host1: sata_mv
[    2.190822] ata1: SATA max UDMA/133 irq 34
[    2.208213] usb 1-1: New USB device found, idVendor=05e3, idProduct=0723
[    2.219575] ata2: SATA max UDMA/133 irq 34
[    2.223824] usb 1-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.230992] usb 1-1: Product: USB Storage
[    2.242657] usb 1-1: Manufacturer: Generic
[    2.251016] usb 1-1: SerialNumber: 000000009451
[    2.272873] usb-storage 1-1:1.0: USB Mass Storage device detected
[    2.280374] usb-storage 1-1:1.0: Quirks match for vid 05e3 pid 0723: 8000
[    2.287360] scsi host2: usb-storage 1-1:1.0
[    2.293366] usbcore: registered new interface driver usb-storage
[    2.302335] usbcore: registered new interface driver uas
[    2.753191] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300)
[    2.793222] ata1.00: ATA-6: ST340014AS, 8.12, max UDMA/133
[    2.798734] ata1.00: 78125000 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.843401] ata1.00: configured for UDMA/133
[    2.863620] scsi 0:0:0:0: Direct-Access     ATA      ST340014AS       8.12 PQ: 0 ANSI: 5
[    3.223186] ata2: SATA link down (SStatus 0 SControl F300)
[    3.255708] sd 0:0:0:0: [sda] 78125000 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    3.266044] sd 0:0:0:0: [sda] Write Protect is off
[    3.270975] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.285024] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9451 PQ: 0 ANSI: 0
[    3.293385]  sda: sda1
[    3.297666] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.310169] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.316072] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.446490] sd 2:0:0:0: [sdb] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB)
[    3.455097] sd 2:0:0:0: [sdb] Write Protect is off
[    3.460968] sd 2:0:0:0: [sdb] No Caching mode page found
[    3.466339] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    3.479328]  sdb: sdb1
[    3.492497] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Checking root file system ... fsck from util-linux 2.25.2
rootfs: clean, 43137/232000 files, 339632/927982 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Checking root file system...fsck from util-linux 2.20.1
rootfs: clean, 43137/232000 files, 339632/927982 blocks
done.
[ ok ] Cleaning up temporary files... /tmp.
[   16.964865] random: nonblocking pool is initialized
[....] Activating lvm and md swap...[   18.352946] Adding 524284k swap on /swapfile.  Priority:-1 extents:148 across:636112k FS
done.
[....] Checking file systems...fsck from util-linux 2.20.1
/dev/sda1: clean, 1210/2445984 files, 9125046/9764864 blocks
done.
[....] Mounting local filesystems...[   18.945447] EXT4-fs (sda1): mounted filesystem with writeback data mode. Opts: data=writeback
done.
[ ok ] Activating swapfile swap...done.
[ ok ] Cleaning up temporary files....
[ ok ] Setting kernel variables ...done.
[....] Configuring network interfaces...Ignoring unknown interface lo=lo.
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:d0:b8:14:0b:8a
Sending on   LPF/eth0/00:d0:b8:14:0b:8a
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
[   23.996177] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.2.1
DHCPACK from 192.168.2.1
Reloading /etc/samba/smb.conf: smbd only.
bound to 192.168.2.101 -- renewal in 39027 seconds.
done.
[ ok ] Cleaning up temporary files....
[ 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.
[ ok ] Starting the hd-idle daemon: hd-idle.
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting Samba daemons: nmbd smbd.
[....] Starting ftp server: proftpdIOMEGA proftpd[1535]: mod_tls/2.4.3: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1535]: mod_sftp/0.9.8: compiled using OpenSSL version 'OpenSSL 1.0.1e 11 Feb 2013' headers, but linked to OpenSSL version 'OpenSSL 1.0.1t  3 May 2016' library
IOMEGA proftpd[1535]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
. ok
[ ok ] Starting OpenBSD Secure Shell server: sshd.
/etc/rc.local: 16: /etc/rc.local: cannot create /sys/class/nasled/hdd1_link: Directory nonexistent
[FAIL] startpar: service(s) returned failure: rc.local ... failed!

Debian GNU/Linux 7 IOMEGA ttyS0

IOMEGA login:

echo 1 > /sys/devices/platform/gpio-leds/leds/ix2:blue:hdd/brightness
echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:red:hdd1:hdd/brightness
echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:red:hdd2/brightness
echo 1 > /sys/devices/platform/gpio-leds/leds/ix2:red:sys/brightness
echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:white:sys/brightness

I put those in /etc/rc.local but leds are still not on
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
June 02, 2017 10:08PM
iomega ez Wrote:
-------------------------------------------------------
>
> echo 1 > /sys/devices/platform/gpio-leds/leds/ix2:
> blue:hdd/brightness
> echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:
> red:hdd1:hdd/brightness
> echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:
> red:hdd2/brightness
> echo 1 > /sys/devices/platform/gpio-leds/leds/ix2:
> red:sys/brightness
> echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:
> white:sys/brightness
> 
>
>
> I put those in /etc/rc.local but leds are still no
> t on

Follow the example in /etc/rc.local.

cat /etc/rc.local

It looks like this:


echo default-on > /sys/devices/platform/gpio-leds/leds/ix2:red:hdd1:hdd/trigger

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 06/02/2017 10:12PM by bodhi.
echo default-on > /sys/devices/platform/gpio-leds/leds/ix2:red:sys/trigger
echo ide-disk1 > /sys/devices/platform/gpio-leds/leds/ix2:blue:hdd/trigger
echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:white:sys/brightness
I've changed like this, there are many option but I am not 100% sure.
red led is on
blue led is on when hdd in use
white led is off

I guess it works great

setenv bootcmd_usb 'usb reset; run usb_scan; run make_usb_bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000

this works good. so I want to save it to avoid keep entering on boot.
how can I save it on terminal?
Re: Can install Bodhi's kernel on still 'unsupported' kirkwood device?
June 02, 2017 11:40PM
iomega ez Wrote:
-------------------------------------------------------
>
> echo default-on > /sys/devices/platform/gpio-leds/
> leds/ix2:red:sys/trigger
> echo ide-disk1 > /sys/devices/platform/gpio-leds/l
> eds/ix2:blue:hdd/trigger
> echo 0 > /sys/devices/platform/gpio-leds/leds/ix2:
> white:sys/brightness
> 
>
> I've changed like this, there are many option but
> I am not 100% sure.
> red led is on
> blue led is on when hdd in use
> white led is off

Usually the Blue/Green LED is used for system running normally, Red is for when there is error, White is for HDD/USB. But you can choose whatever the LED color as your prefer.

>
> I guess it works great
>
>
> setenv bootcmd_usb 'usb reset; run usb_scan; run m
> ake_usb_bootargs; ext2load usb $(usb_device) 0x400
> 00 /boot/uImage; ext2load usb $(usb_device) 0x1100
> 000 /boot/uInitrd; bootm 0x40000 0x1100000
>
>
> this works good. so I want to save it to avoid kee
> p entering on boot.
> how can I save it on terminal?

Yes, since you've confirmed that it works, you can interrup serial console, enter the env, and then save it:

setenv bootcmd_usb 'usb reset; run usb_scan; run make_usb_bootargs; ext2load usb $(usb_device) 0x40000 /boot/uImage; ext2load usb $(usb_device) 0x1100000 /boot/uInitrd; bootm 0x40000 0x1100000
saveenv

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
root@IOMEGA:~# fw_printenv
Cannot access MTD device /dev/mtd1: No such file or directory
root@IOMEGA:~#

I saved by saveenv and I want to check on boot but it gives nothing?
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: