[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dreamplug - debian installer



On Tue, 2014-06-24 at 15:20 +0100, Michael Howard wrote:

> As I was trying a fresh install I first used the current images (kernel 
> & initrd) from wheezy. I then tried jessie and when that failed I tried 
> the last images from squeeze. All failed at the same point. I can't 
> remember the last time I did a 'fresh' install to say when it last 
> worked here.

I've just tried booting the wheezy installer from
ftp://ftp.debian.org/debian/dists/wheezy/main/installer-armel/current/images/kirkwood/netboot/marvell/dreamplug/

with "U-Boot 2012.04.01 (Jun 01 2012 - 02:17:08)" which is the u-boot
from the Wheezy u-boot package u-boot_2012.04.01-2_armel.deb and it
works for me (log at the end).

I've asked you a couple of times now for the exact images you are using
and you've given inexact answers each time (e.g. "wheezy" which doesn't
tell me what I need to know), so I don't know if this matches what you
are using or not.

I think if you want further help you are going to need to provide
details, including the actual logs of what you typed in u-boot, what the
output was etc.

Ian.

On the tftp server:
$ crc32 /srv/tftp/dreamplug/wheezy/uImage /srv/tftp/dreamplug/wheezy/uInitrd
446e0f50	/srv/tftp/dreamplug/wheezy/uImage
1b7f713b	/srv/tftp/dreamplug/wheezy/uInitrd

On the dreamplug:
Marvell>> set autoload no
Marvell>> dhcp
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 28
*** Unhandled DHCP Option in OFFER/ACK: 28
DHCP client bound to address 192.168.1.189
Marvell>> setenv serverip 192.168.1.7
Marvell>> tftpboot 0x00800000 dreamplug/wheezy/uImage
Using egiga0 device
TFTP from server 192.168.1.7; our IP address is 192.168.1.189
Filename 'dreamplug/wheezy/uImage'.
Load address: 0x800000
Loading: #################################################################
	 #############################################
done
Bytes transferred = 1614712 (18a378 hex)
Marvell>> crc32 0x00800000 0x${filesize}
CRC32 for 00800000 ... 0098a377 ==> 446e0f50
Marvell>> tftpboot 0x01100000 dreamplug/wheezy/uInitrd
Using egiga0 device
TFTP from server 192.168.1.7; our IP address is 192.168.1.189
Filename 'dreamplug/wheezy/uInitrd'.
Load address: 0x1100000
Loading: #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #################################################################
	 #####
done
Bytes transferred = 4839359 (49d7bf hex)
Marvell>> crc32 0x01100000 0x${filesize}
CRC32 for 01100000 ... 0159d7be ==> 1b7f713b
Marvell>> setenv bootargs console=ttyS0,115200n8
Marvell>> bootm 0x00800000 0x01100000
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Debian kernel
   Created:      2014-04-24   8:03:25 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1614648 Bytes = 1.5 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   debian-installer ramdisk
   Created:      2014-04-24   8:03:25 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4839295 Bytes = 4.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-4-kirkwood (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 Debian 3.2.57-3
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell Kirkwood (Flattened Device Tree), model: Globalscale Technologies Dreamplug
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200n8
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 510248k/510248k available, 14040k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[....etc....]


Reply to: