|
Verbatim MediaShare 47490 December 16, 2020 09:19AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 16, 2020 09:23AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 16, 2020 04:02PM |
Admin Registered: 13 years ago Posts: 18,585 |
printenv usb reset help
|
Re: Verbatim MediaShare 47490 December 16, 2020 05:48PM |
Registered: 3 years ago Posts: 26 |
which DTB to use?Quote
Please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box (see the folder /media/sdb1/boot/dts for the exact spelling of your Kirkwood box name).
|
Re: Verbatim MediaShare 47490 December 16, 2020 11:44PM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 17, 2020 02:12AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 17, 2020 04:03AM |
Admin Registered: 13 years ago Posts: 18,585 |
Quote
4. Create uImage with embedded DTB for booting with older u-boots (2012 or earlier). Do not do this step if you have installed the latest U-Boot for Kirkwood (or are installing this u-boot at the same time).
Please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box (see the folder /media/sdb1/boot/dts for the exact spelling of your Kirkwood box name).
Generate the uImage with DTB embedded inside:
cd /media/sdb1/boot
cp -a zImage-5.2.9-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-netgear_stora_ms2000.dtb >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt uImage
sync
|
Re: Verbatim MediaShare 47490 December 17, 2020 05:17AM |
Registered: 3 years ago Posts: 26 |
> printenv > usb reset > help >>
|
Re: Verbatim MediaShare 47490 December 17, 2020 06:23AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 17, 2020 10:02AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 17, 2020 04:49PM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 17, 2020 04:54PM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 18, 2020 07:10AM |
Registered: 3 years ago Posts: 26 |
__ __ _ _
| \/ | __ _ _ ____ _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| | | | (_| | | \ V / __/ | |
|_| |_|\__,_|_| \_/ \___|_|_|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** MARVELL BOARD: DB-88F6281A-BP LE
U-Boot 1.1.4 (Oct 12 2009 - 13:41:53) Marvell version: 3.4.16
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CEE60
Soc: MV88F6281 Rev 3 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 16bit width
Flash: 0 kB
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:256 MB
CPU : Marvell Feroceon (Rev 1)
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
Marvell>> setenv usb_boot 'mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000'
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'
Marvell>> boot
(Re)start USB...
USB: scanning bus for devices... 3 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................
4975179 bytes read
....
.
...................
.........................
...................................................
...................................................................................................................................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
............................................................................................................................
9713936 bytes read
## Booting image at 00800000 ...
Image Name: Linux-5.2.9-kirkwood-tld-1
Created: 2020-12-17 11:52:39 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4975115 Bytes = 4.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
Image Name: initramfs-5.2.9-kirkwood-tld-1
Created: 2019-08-25 2:22:50 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 9713872 Bytes = 9.3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000][ T0] Booting Linux on physical CPU 0x0
[ 0.000000][ T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
[ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005317f
[ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000][ T0] OF: fdt: Machine model: NETGEAR MS2000 / MS2110 aka Stora
[ 0.000000][ T0] printk: bootconsole [earlycon0] enabled
[ 0.000000][ T0] Memory policy: Data cache writeback
[ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 65024
[ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
[ 0.000000][ T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000][ T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000][ T0] Memory: 234784K/262144K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 27360K reserved, 0K cma-reserved)
[ 0.000000][ T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
[ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000][ T0] Tasks RCU enabled.
[ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[ 0.000009][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[ 0.008521][ T0] Switching to timer-based delay loop, resolution 5ns
[ 0.015869][ T0] Console: colour dummy device 80x30
[ 0.021064][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[ 0.032277][ T0] pid_max: default: 32768 minimum: 301
[ 0.037936][ T0] LSM: Security Framework initializing
[ 0.043442][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.050775][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.059394][ T0] *** VALIDATE proc ***
[ 0.063632][ T0] *** VALIDATE cgroup1 ***
[ 0.067895][ T0] *** VALIDATE cgroup2 ***
[ 0.072275][ T0] CPU: Testing write buffer coherency: ok
[ 0.079521][ T1] Setting up static identity map for 0x100000 - 0x100058
[ 0.086653][ T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[ 0.092785][ T1] rcu: Hierarchical SRCU implementation.
[ 0.101931][ T1] devtmpfs: initialized
[ 0.111653][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.122216][ T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.129287][ T1] xor: measuring software checksum speed
[ 0.228543][ T1] arm4regs : 1013.200 MB/sec
[ 0.328544][ T1] 8regs : 646.400 MB/sec
[ 0.428543][ T1] 32regs : 939.600 MB/sec
[ 0.433408][ T1] xor: using function: arm4regs (1013.200 MB/sec)
[ 0.439692][ T1] prandom: seed boundary self test passed
[ 0.449736][ T1] prandom: 100 self tests passed
[ 0.454513][ T1] pinctrl core: initialized pinctrl subsystem
[ 0.461879][ T1] NET: Registered protocol family 16
[ 0.467561][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.475972][ T1] audit: initializing netlink subsys (disabled)
[ 0.483283][ T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
[ 0.491825][ T1] cpuidle: using governor ladder
[ 0.496672][ T1] cpuidle: using governor menu
[ 0.501868][ T1] Feroceon L2: Enabling L2
[ 0.506155][ T1] Feroceon L2: Cache support initialised.
[ 0.518014][ T1] No ATAGs?
[ 2.568528][ C0] random: fast init done
[ 6.620643][ T71] alg: No test for lzo-rle (lzo-rle-generic)
[ 6.626818][ T73] alg: No test for lzo-rle (lzo-rle-scomp)
[ 6.809041][ T1] raid6: int32x8 gen() 123 MB/s
[ 6.978979][ T1] raid6: int32x8 xor() 84 MB/s
[ 7.149008][ T1] raid6: int32x4 gen() 126 MB/s
[ 7.318781][ T1] raid6: int32x4 xor() 81 MB/s
[ 7.488842][ T1] raid6: int32x2 gen() 127 MB/s
[ 7.658874][ T1] raid6: int32x2 xor() 89 MB/s
[ 7.828694][ T1] raid6: int32x1 gen() 99 MB/s
[ 7.998968][ T1] raid6: int32x1 xor() 64 MB/s
[ 8.003909][ T1] raid6: using algorithm int32x2 gen() 127 MB/s
[ 8.009993][ T1] raid6: .... xor() 89 MB/s, rmw enabled
[ 8.015451][ T1] raid6: using intx1 recovery algorithm
[ 8.021098][ T1] vgaarb: loaded
[ 8.025022][ T1] SCSI subsystem initialized
[ 8.029986][ T1] usbcore: registered new interface driver usbfs
[ 8.036190][ T1] usbcore: registered new interface driver hub
[ 8.042302][ T1] usbcore: registered new device driver usb
[ 8.048203][ T1] pps_core: LinuxPPS API ver. 1 registered
[ 8.053863][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 8.063684][ T1] PTP clock support registered
[ 8.069674][ T1] clocksource: Switched to clocksource orion_clocksource
[ 9.234462][ T1] VFS: Disk quotas dquot_6.6.0
[ 9.239143][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 9.257069][ T1] NET: Registered protocol family 2
[ 9.263018][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[ 9.271434][ T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 9.279085][ T1] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 9.286187][ T1] TCP: Hash tables configured (established 2048 bind 2048)
[ 9.293344][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 9.299883][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 9.307045][ T1] NET: Registered protocol family 1
[ 9.312755][ T1] RPC: Registered named UNIX socket transport module.
[ 9.319341][ T1] RPC: Registered udp transport module.
[ 9.324796][ T1] RPC: Registered tcp transport module.
[ 9.330190][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.337300][ T1] PCI: CLS 0 bytes, default 32
[ 9.342157][ T1] Trying to unpack rootfs image as initramfs...
[ 10.206988][ T1] Freeing initrd memory: 9488K
[ 10.211871][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
[ 10.220433][ T1] Initialise system trusted keyrings
[ 10.225587][ T1] Key type blacklist registered
[ 10.230553][ T1] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[ 10.237761][ T1] zbud: loaded
[ 10.242204][ T1] NFS: Registering the id_resolver key type
[ 10.247940][ T1] Key type id_resolver registered
[ 10.252882][ T1] Key type id_legacy registered
[ 10.257581][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 10.264968][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 10.272303][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 10.280274][ T1] fuse: init (API version 7.31)
[ 10.285379][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 10.292699][ T1] orangefs_init: module version upstream loaded
[ 10.298763][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[ 10.324837][ T1] async_tx: api initialized (async)
[ 10.329980][ T1] Key type asymmetric registered
[ 10.334748][ T1] Asymmetric key parser 'x509' registered
[ 10.340429][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 10.350122][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[ 10.360228][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[ 10.368463][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 10.374687][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[ 10.382255][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
[ 10.389287][ T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[ 10.396010][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[ 10.404903][ T1] PCI: bus0: Fast back to back transfers disabled
[ 10.411192][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 10.421304][ T1] PCI: bus1: Fast back to back transfers enabled
[ 10.427471][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 10.434974][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe00007ff pref]
[ 10.442886][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 10.449169][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
[ 10.510569][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 10.520751][ T1] mv_xor f1060900.xor: Marvell shared XOR driver
[ 10.580550][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 10.591030][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 10.599423][ T1] printk: console [ttyS0] disabled
[ 10.604506][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[ 10.614210][ T1] printk: console [ttyS0] enabled
[ 10.614210][ T1] printk: console [ttyS0] enabled
[ 10.624053][ T1] printk: bootconsole [earlycon0] disabled
[ 10.624053][ T1] printk: bootconsole [earlycon0] disabled
[ 10.643533][ T1] loop: module loaded
[ 10.648018][ T1] sata_mv f1080000.sata: slots 32 ports 2
[ 10.656576][ T1] scsi host0: sata_mv
[ 10.661112][ T1] scsi host1: sata_mv
[ 10.665281][ T1] ata1: SATA max UDMA/133 irq 33
[ 10.670160][ T1] ata2: SATA max UDMA/133 irq 33
[ 10.675996][ T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xda
[ 10.683203][ T1] nand: Samsung NAND 256MiB 3,3V 8-bit
[ 10.688542][ T1] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 10.696877][ T1] Scanning device for bad blocks
[ 10.906765][ T1] Bad eraseblock 1920 at 0x00000f000000
[ 10.925823][ T1] 3 fixed-partitions partitions found on MTD device orion_nand
[ 10.933302][ T1] Creating 3 MTD partitions on "orion_nand":
[ 10.939194][ T1] 0x000000000000-0x000000100000 : "u-boot"
[ 10.946332][ T1] 0x000000100000-0x000000700000 : "uImage"
[ 10.953416][ T1] 0x000000700000-0x000010000000 : "root"
[ 10.962516][ T1] libphy: Fixed MDIO Bus: probed
[ 10.968218][ T1] libphy: orion_mdio_bus: probed
[ 10.973132][ T1] [Firmware Warn]: /ocp@f1000000/mdio-bus@72004/ethernet-phy@8: Whitelisted compatible string. Please remove
[ 10.999050][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 11.007187][ T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[ 11.014097][ T112] ata1: SATA link down (SStatus 0 SControl F300)
[ 11.361398][ T114] ata2: SATA link down (SStatus 0 SControl F300)
[ 11.740363][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:01:d2:0e:0a:72
[ 11.749992][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 11.757271][ T1] ehci-pci: EHCI PCI platform driver
[ 11.762522][ T1] ehci-orion: EHCI orion driver
[ 11.767450][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
[ 11.773735][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[ 11.782339][ T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[ 11.809715][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[ 11.816723][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 11.825757][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.833736][ T1] usb usb1: Product: EHCI Host Controller
[ 11.839338][ T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[ 11.846702][ T1] usb usb1: SerialNumber: f1050000.ehci
[ 11.852782][ T1] hub 1-0:1.0: USB hub found
[ 11.857289][ T1] hub 1-0:1.0: 1 port detected
[ 11.862707][ T1] usbcore: registered new interface driver usb-storage
[ 11.869881][ T1] mousedev: PS/2 mouse device common for all mice
[ 11.876761][ T1] rtc-mv f1010300.rtc: registered as rtc0
[ 11.882582][ T1] i2c /dev entries driver
[ 12.229713][ T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 12.430473][ T15] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 12.439404][ T15] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 12.447305][ T15] usb 1-1: Product: USB 2.0 Hub
[ 12.452636][ T15] hub 1-1:1.0: USB hub found
[ 12.457222][ T15] hub 1-1:1.0: 4 ports detected
[ 12.879705][ T15] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[ 13.130849][ T15] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00
[ 13.139977][ T15] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.148042][ T15] usb 1-1.2: Product: Cruzer Fit
[ 13.152880][ T15] usb 1-1.2: Manufacturer: SanDisk'
[ 13.157959][ T15] usb 1-1.2: SerialNumber: 00005103080620233952
[ 13.164914][ T15] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 13.172403][ T15] scsi host2: usb-storage 1-1.2:1.0
[ 13.929715][ T1] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 13.936984][ T1] rtc-pcf8563 0-0051: pcf8563_write_block_data: err=-110 addr=0e, data=03
[ 13.945400][ T1] rtc-pcf8563 0-0051: pcf8563_probe: write error
[ 13.951675][ T1] rtc-pcf8563: probe of 0-0051 failed with error -5
[ 13.959030][ T1] device-mapper: uevent: version 1.0.3
[ 13.964718][ T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 13.974363][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 13.981696][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 13.989043][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
[ 13.996498][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 14.003349][ T1] device-mapper: raid: Loading target version 1.14.0
[ 14.011754][ T1] hidraw: raw HID events driver (C) Jiri Kosina
[ 14.018222][ T1] drop_monitor: Initializing network drop monitor service
[ 14.025611][ T1] NET: Registered protocol family 17
[ 14.031051][ T1] Key type dns_resolver registered
[ 14.036921][ T1] registered taskstats version 1
[ 14.041772][ T1] Loading compiled-in X.509 certificates
[ 14.047360][ T1] zswap: loaded using pool lzo/zbud
[ 14.145279][ T1] Key type big_key registered
[ 14.192212][ T1] Key type encrypted registered
[ 14.199086][ T1] rtc-mv f1010300.rtc: setting system clock to 2020-12-18T12:22:35 UTC (1608294155)
[ 14.211837][ T1] Freeing unused kernel memory: 1024K
[ 14.220368][ T1] Checked W+X mappings: passed, no W+X pages found
[ 14.226758][ T1] Run /init as init process
[ 14.251218][ T23] scsi 2:0:0:0: Direct-Access SanDisk' Cruzer Fit 1.00 PQ: 0 ANSI: 6
[ 14.266788][ T7] sd 2:0:0:0: [sda] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB)
[ 14.281783][ T7] sd 2:0:0:0: [sda] Write Protect is off
[ 14.291921][ T7] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Loading, please wait...
[ 14.314425][ T7] sda: sda1
[ 14.322907][ T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
Starting version 241
[ 15.238715][ T165] usbcore: registered new interface driver uas
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: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
rootfs: recovering journal
rootfs: clean, 15079/1880480 files, 350575/7510528 blocks
done.
[ 26.062780][ T192] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 26.136371][ T192] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.93 booting
[info] Using makefile-style concurrent boot in runlevel S.
[ ok ] Starting hotplug events dispatcher: systemd-udevd.
[ ok ] Synthesizing the initial hotplug events (subsystems)...done.
[ ok ] Synthesizing the initial hotplug events (devices)...[ 29.072545][ T394] input: gpio-keys as /devices/platform/gpio-keys/input/input0
done.
[....] Waiting for /dev to be fully populated...[ 29.132716][ T392] systemd-udevd[392]: Using default interface naming scheme 'v240'.
[ 29.289040][ T392] systemd-udevd[392]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 29.427380][ C0] random: crng init done
[ 29.587540][ T372] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[ 29.700891][ T372] watchdog: f1020300.watchdog-timer: falling back to default timeout (21)
[ 29.848949][ T374] marvell-cesa f1030000.crypto: CESA device successfully registered
[ 29.875324][ T372] orion_wdt: Initial timeout 21 sec
[ 29.928172][ T391] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 30.034073][ T393] systemd-udevd[393]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 31.689727][ T394] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 31.697113][ T394] lm75: probe of 0-0048 failed with error -110
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[ 32.582661][ T590] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[info] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs[ ok hat location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:01:d2:0e:0a:72
Sending on LPF/eth0/00:01:d2:0e:0a:72
Sending on Socket/fallback
DHCPREQUEST for 192.168.0.85 on eth0 to 255.255.255.255 port 67
[ 38.256397][ C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.0.85 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.0.85 from 192.168.0.254
invoke-rc.d: could not determine current runlevel
bound to 192.168.0.85 -- renewal in 476809 seconds.
[ 44.048119][ T1151] NET: Registered protocol family 10
[ 44.055342][ T1151] Segment Routing with IPv6
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1360 (syslogd)
. ok
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1387 (klogd)
. ok
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NFS common utilities: statd idmapd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ ok ] Running local boot scripts (/etc/rc.local).
Debian GNU/Linux 10 debian ttyS0
debian login: root
Password:
Last login: Fri Dec 18 03:46:27 PST 2020 on ttyS0
Linux debian 5.2.9-kirkwood-tld-1 #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019 armv5tel
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian:~# printenv
SHELL=/bin/bash
PWD=/root
LOGNAME=root
HOME=/root
LANG=C
TERM=linux
USER=root
SHLVL=1
HUSHLOGIN=FALSE
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MAIL=/var/mail/root
_=/usr/bin/printenv
root@debian:~# usb reset
-bash: usb: command not found
root@debian:~# help
GNU bash, version 5.0.3(1)-release (arm-unknown-linux-gnueabi)
These shell commands are defined internally. Type `help' to see this list.
Type `help name' to find out more about the function `name'.
Use `info bash' to find out more about the shell in general.
Use `man -k' or `info' to find out more about commands not in this list.
A star (*) next to a name means that the command is disabled.
job_spec [&] history [-c] [-d offset] [n] or hist>
(( expression )) if COMMANDS; then COMMANDS; [ elif C>
. filename [arguments] jobs [-lnprs] [jobspec ...] or jobs >
: kill [-s sigspec | -n signum | -sigs>
[ arg... ] let arg [arg ...]
[[ expression ]] local [option] name[=value] ...
alias [-p] [name[=value] ... ] logout [n]
bg [job_spec ...] mapfile [-d delim] [-n count] [-O or>
bind [-lpsvPSVX] [-m keymap] [-f file> popd [-n] [+N | -N]
break [n] printf [-v var] format [arguments]
builtin [shell-builtin [arg ...]] pushd [-n] [+N | -N | dir]
caller [expr] pwd [-LP]
case WORD in [PATTERN [| PATTERN]...)> read [-ers] [-a array] [-d delim] [->
cd [-L|[-P [-e]] [-@]] [dir] readarray [-d delim] [-n count] [-O >
command [-pVv] command [arg ...] readonly [-aAf] [name[=value] ...] o>
compgen [-abcdefgjksuv] [-o option] [> return [n]
complete [-abcdefgjksuv] [-pr] [-DEI]> select NAME [in WORDS ... ;] do COMM>
compopt [-o|+o option] [-DEI] [name .> set [-abefhkmnptuvxBCHP] [-o option->
continue [n] shift [n]
coproc [NAME] command [redirections] shopt [-pqsu] [-o] [optname ...]
declare [-aAfFgilnrtux] [-p] [name[=v> source filename [arguments]
dirs [-clpv] [+N] [-N] suspend [-f]
disown [-h] [-ar] [jobspec ... | pid > test [expr]
echo [-neE] [arg ...] time [-p] pipeline
enable [-a] [-dnps] [-f filename] [na> times
eval [arg ...] trap [-lp] [[arg] signal_spec ...]
exec [-cl] [-a name] [command [argume> true
exit [n] type [-afptP] name [name ...]
export [-fn] [name[=value] ...] or ex> typeset [-aAfFgilnrtux] [-p] name[=v>
false ulimit [-SHabcdefiklmnpqrstuvxPT] [l>
fc [-e ename] [-lnr] [first] [last] o> umask [-p] [-S] [mode]
fg [job_spec] unalias [-a] name [name ...]
for NAME [in WORDS ... ] ; do COMMAND> unset [-f] [-v] [-n] [name ...]
for (( exp1; exp2; exp3 )); do COMMAN> until COMMANDS; do COMMANDS; done
function name { COMMANDS ; } or name > variables - Names and meanings of so>
getopts optstring name [arg] wait [-fn] [id ...]
hash [-lr] [-p pathname] [-dt] [name > while COMMANDS; do COMMANDS; done
help [-dms] [pattern ...] { COMMANDS ; }
root@debian:~#
|
Re: Verbatim MediaShare 47490 December 18, 2020 07:41AM |
Registered: 7 years ago Posts: 366 |
|
Re: Verbatim MediaShare 47490 December 18, 2020 07:46AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 18, 2020 07:53AM |
Registered: 7 years ago Posts: 366 |
|
Re: Verbatim MediaShare 47490 December 18, 2020 08:17AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 18, 2020 10:56AM |
Registered: 7 years ago Posts: 366 |
|
Re: Verbatim MediaShare 47490 December 19, 2020 12:16AM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 19, 2020 03:23AM |
Registered: 3 years ago Posts: 26 |
Quote
daviddyer
Maybe you can try to kwboot with stora's uboot. Bodhi's modern uboot is much better than stock one.
** MARVELL BOARD: DB-88F6281A-BP LE U-Boot 1.1.4 (Oct 12 2009 - 13:41:53) Marvell version: 3.4.16 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CEE60 Soc: MV88F6281 Rev 3 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM Total size 256MB 16bit width Flash: 0 kB Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:256 MB CPU : Marvell Feroceon (Rev 1) Streaming disabled Write allocate disabled USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME] Hit any key to stop autoboot: 0 Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial' Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage' Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd' Marvell>> setenv usb_boot 'mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000' Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' Marvell>> printenv baudrate=115200 loads_echo=0 ipaddr=10.4.50.165 netmask=255.255.255.0 CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_end=:::DB88FXX81:eth0:none standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000; ethmtu=1500 mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host yuk_ethaddr=00:00:00:EE:51:81 nandEcc=1bit netretry=no rcvrip=169.254.100.100 loadaddr=0x02000000 autoload=no ethact=egiga0 bootargs_root=ubi.mtd=2,2048 root=ubi0:rootfs rootfstype=ubifs init=/linuxrc console=console=ttyS0,115200 rootpath=/tftpboot/marvell.nfs.rootfs image_name=uImage.6281a.ubifs.20090513 serverip=10.128.129.205 ethaddr=00:01:D2:0E:0A:72 arcNumber=2743 bootcmd_usb=usb reset; ext2load usb 0 0x200000 /boot/uImage; ext2load usb 0 0x800000 /boot/uInitrd stdin=serial stdout=serial stderr=serial mainlineLinux=yes enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no bootdelay=3 disaMvPnp=no enaAutoRecovery=no usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial load_uimage=ext2load usb 0:1 0x800000 /boot/uImage load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd usb_boot=mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000 usb_bootcmd=run usb_set_bootargs; run usb_boot bootcmd=usb start; run usb_bootcmd; usb stop; reset Environment size: 1593/131068 bytes Marvell>>P.S. bodhi i agree with you http://www.doctorswithoutborders.org
|
Re: Verbatim MediaShare 47490 December 19, 2020 03:55AM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 19, 2020 07:28AM |
Registered: 3 years ago Posts: 26 |
|
Re: Verbatim MediaShare 47490 December 19, 2020 08:36AM |
Registered: 7 years ago Posts: 366 |
|
Re: Verbatim MediaShare 47490 December 19, 2020 04:52PM |
Admin Registered: 13 years ago Posts: 18,585 |
|
Re: Verbatim MediaShare 47490 December 20, 2020 08:09AM |
Registered: 3 years ago Posts: 26 |
root@xubuntu-System-Product-Name:/home/xubuntu/kwboot-tool# ./kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.netgear_ms2110.mtd0.kwb -p Sending boot message. Please reboot the target.../ Sending boot image... 0 % [......................................................................] 1 % [......................................................................] 3 % [......................................................................] ... 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:38:05 -0700) Netgear Stora MS2110 SoC: Kirkwood 88F6281_A1 DRAM:
|
Re: Verbatim MediaShare 47490 December 20, 2020 03:35PM |
Admin Registered: 13 years ago Posts: 18,585 |
Quote
uboot.2017.07-tld-1.pogo_e02.mtd0.kwb
Quote
uboot.2017.07-tld-1.iconnect.mtd0.kwb
|
Re: Verbatim MediaShare 47490 December 20, 2020 04:16PM |
Registered: 3 years ago Posts: 26 |
pogo e02 has no sata, I guess stora's dtb should be better.is it not important to uвoot ?
I have two Verbatim MediaShare 1TB (47490) № 1 works on stock firmware it can be accessed via SSH
|
Re: Verbatim MediaShare 47490 December 20, 2020 05:54PM |
Registered: 7 years ago Posts: 366 |
|
Re: Verbatim MediaShare 47490 December 20, 2020 08:26PM |
Admin Registered: 13 years ago Posts: 18,585 |
> pogo e02 has no sata, I guess stora's dtb should > be better. >> is it not important to uвoot ?
> I have two Verbatim MediaShare 1TB (47490) > № 1 works on stock firmware > it can be accessed via SSH >>
|
Re: Verbatim MediaShare 47490 December 21, 2020 01:09AM |
Registered: 3 years ago Posts: 26 |
root@xubuntu-System-Product-Name:/home/xubuntu/kwboot-tool# ./kwboot -t -B 115200 /dev/ttyUSB0 -b verbatim_mtd0.img -p
Sending boot message. Please reboot the target.../
Sending boot image...
0 % [......................................................................]
0 % [......................................................................]
1 % [......................................................................]
...
99 % [......................................................................]
99 % [..]
[Type Ctrl-\ + c to quit]
** MARVELL BOARD: DB-88F6281A-BP LE
U-Boot 1.1.4 (Oct 12 2009 - 13:41:53) Marvell version: 3.4.16
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CEE60
Soc: MV88F6281 Rev 3 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 16bit width
Flash: 0 kB
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:256 MB
CPU : Marvell Feroceon (Rev 1)
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
(Re)start USB...
USB: scanning bus for devices... 3 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
....
9713936 bytes read
## Booting image at 00800000 ...
Image Name: Linux-5.2.9-kirkwood-tld-1
Created: 2020-12-17 11:52:39 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4975115 Bytes = 4.7 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
Image Name: initramfs-5.2.9-kirkwood-tld-1
Created: 2019-08-25 2:22:50 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 9713872 Bytes = 9.3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
...
Debian GNU/Linux 10 debian ttyS0
debian login: