Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Debian on D-Link DNS-325 ? (7 replies)

$
0
0
got a DNS-325, tried to boot debian but no luck:


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

U-Boot 1.1.4 (May 16 2011 - 10:40:38) Marvell version: 3.4.14.DNS-325.03

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

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:128 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>>                        
Marvell>> setenv bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootfstype=ext4'
Marvell>> usb start
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Marvell>> fatload usb 0:1 0x800000 /uImage 
reading /uImage
.......................................................................................................................

3061607 bytes read
Marvell>> fatload usb 0:1 0x1100000 /uInitrd
reading /uInitrd
.................................................................................................
.......................................................................................................................

7119407 bytes read
Marvell>> bootm 0x800000 0x1100000
## Booting image at 00800000 ...
   Image Name:   Linux-4.0.0-kirkwood-tld-2
   Created:      2015-08-09  15:46:10 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3061543 Bytes =  2.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.0.0-kirkwood-tld-2
   Created:      2015-08-09  15:46:37 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7119343 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

the led keeps blinking and no serial output
I know, the kernel is a bit old but it should work.

same thing with this one:

...
Marvell>> bootm 0x800000 0x1100000
## Booting image at 00800000 ...
   Image Name:   Linux-4.1.0-kirkwood-tld-1
   Created:      2015-08-09  16:54:29 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3095607 Bytes =  3 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-4.1.0-kirkwood-tld-1
   Created:      2015-08-09  16:54:34 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7128450 Bytes =  6.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

the same via tftp

default U-Boot env:

http://pastebin.com/VHe3kbLg

Viewing all articles
Browse latest Browse all 3247

Trending Articles