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

Debian installation to Gateworks Cambria SBC



Hi,

I'am beginer on arm platform and need help with debian on installation on Cambria SBC.
I have downloaded image for NSLU.
Cambria have big-endian redboot.
I want install debian to 1GB flash disk on Cambria, but need boot linux directly from SBC,
because I don't have CF-IDE reduction for installation on normal PC.

My wrong way:

command: load -v -r -b 0x00040000 initrd.gz  #loading initrd to RAM
output: Raw file loaded 0x00040000-0x003d8f25, assumed entry at 0x00040000

c: load -v -r -b 0x00800000 vmlinuz #loading kernel image to RAM
o: Raw file loaded 0x00800000-0x00932c77, assumed entry at 0x00800000

c: swab -b 0x00040000 -l 0x8F2C77 -2 #byteswap RAM from initrd begin to kernel image end
o:

c: exec 0x00800000 -c "console=ttyS0,115200 root=/dev/ram0 initrd=0x00040000" #executing kernel
o: Using base address 0x00800000 and length 0x00132c78
   ...and end with:
   $T050f:0080002c;0d:0000b734;#4a #and crash

Cambria Redboot output after start:

Trying NPE-C...success. Using NPE-C with PHY 1.
Ethernet eth0: MAC address 00:d0:12:0e:e6:17
IP: 192.168.10.3/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.10.2

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.04.13 - built 11:36:34, Jan 23 2009

Platform: Gateworks Cambria Platform (IXP43X) BE
Model Number: GW2358-4
Manufacture Date: 06-12-2009
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
Copyright (C) 2004 - 2008 Gateworks Corp.

RAM: 0x00000000-0x08000000, [0x00030c50-0x07fc1000] available
FLASH: 0x50000000 - 0x52000000, 256 blocks of 0x00020000 bytes each.
== Executing boot script in 2.500 seconds - enter ^C to abort

And I don't know how below.

Thank's

Ronald Púpala





Reply to: