No subject
Mon Jun 25 13:53:28 EDT 2007
=20
Depending on what version of redboot you are using you can load the=20
kernel from compact flash by doing
load -r -m disk -b 0x01600000 hda1:zImage
load -r -m disk -b 0x00800000 hda1:ramdisk.gz
exec -c "console=3DttyS0,115200 root=3D/dev/ram0 initrd=3D0x00800000,8M" =
0x01600000
You can change the root to /dev/hda1 if you have the cf-ide driver =
enabled
And if you are trying to do a nfs boot
exec -c "console=3DttyS0,115200 root=3D/dev/nfs =
nfsroot=3Dserveripaddress:/directory/ initrd=3D0x00800000,8M =
init=3D/linuxrc" 0x01600000
You need to make shure you have a linuxrc file in your ramdisk's root =
that loads the microcode and the ethernet drivers,
Thanks
Kerry
PowerCODE
801-623-3631
ESSELLAK Radouane wrote:
> hello all;
> I'm trying to build a Linux to GW2345 board. I've finished to build a =
cross-compiler using crosstool-0.42.
> I've also build kernel 2.6.18 with this cross-compiler.
> Now I don't know what would be the next step to make GW2345 work. I =
want to use this board to communicate with a notebook via ftp p.ex and =
use the CF for storage.
> Any help would be great
>
> Best regards
>
> Radouane Essellak
> HEIG-Vd @ Yverdon-les-Bains
> Switzerland
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avila-unsubscribe at lists.unixstudios.net
> For additional commands, e-mail: avila-help at lists.unixstudios.net
>
> =20
---------------------------------------------------------------------
To unsubscribe, e-mail: avila-unsubscribe at lists.unixstudios.net
For additional commands, e-mail: avila-help at lists.unixstudios.net
------_=_NextPart_001_01C6F69D.0D83E00A--
------------------------------
Date: Mon, 23 Oct 2006 08:33:38 -0600
To: Avila <avila at lists.unixstudios.net>
From: Support <Support at powernoc.net>
Subject: Re: [Avila] RE : [Avila] embeeded Linux on GW2345
Message-ID: <453CD2C2.2020501 at powernoc.net>
to boot from flash..
load -r -v -b 0x01600000 zImage
load -r -v -b 0x00800000 ramdisk.gz
exec -c "console=ttyS0,115200 root=/dev/ram0 initrd=0x00800000,8M"
0x01600000
ESSELLAK Radouane wrote:
> Hello,
> what load command is ?
> I don't want to boot frob the CF just from the flash memory.
> have you an example of linuxrc file ?
>
> Thanks
>
> Radouane Essellak
> HEIG-Vd @ Yverdon-les-Bains
> Switzerland
>
>
>
> -------- Message d'origine--------
> De: Kerry Brown [mailto:support at powernoc.net]
> Date: mer. 11/10/2006 18:47
> @: Avila
> Objet : Re: [Avila] embeeded Linux on GW2345
>
> Depending on what version of redboot you are using you can load the
> kernel from compact flash by doing
>
>
> load -r -m disk -b 0x01600000 hda1:zImage
> load -r -m disk -b 0x00800000 hda1:ramdisk.gz
> exec -c "console=ttyS0,115200 root=/dev/ram0 initrd=0x00800000,8M" 0x01600000
>
>
> You can change the root to /dev/hda1 if you have the cf-ide driver enabled
>
> And if you are trying to do a nfs boot
>
>
>
> exec -c "console=ttyS0,115200 root=/dev/nfs nfsroot=serveripaddress:/directory/ initrd=0x00800000,8M init=/linuxrc" 0x01600000
>
>
> You need to make shure you have a linuxrc file in your ramdisk's root that loads the microcode and the ethernet drivers,
>
>
> Thanks
> Kerry
> PowerCODE
> 801-623-3631
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ESSELLAK Radouane wrote:
>
>> hello all;
>> I'm trying to build a Linux to GW2345 board. I've finished to build a cross-compiler using crosstool-0.42.
>> I've also build kernel 2.6.18 with this cross-compiler.
>> Now I don't know what would be the next step to make GW2345 work. I want to use this board to communicate with a notebook via ftp p.ex and use the CF for storage.
>> Any help would be great
>>
>> Best regards
>>
>> Radouane Essellak
>> HEIG-Vd @ Yverdon-les-Bains
>> Switzerland
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: avila-unsubscribe at lists.unixstudios.net
>> For additional commands, e-mail: avila-help at lists.unixstudios.net
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avila-unsubscribe at lists.unixstudios.net
> For additional commands, e-mail: avila-help at lists.unixstudios.net
>
>
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avila-unsubscribe at lists.unixstudios.net
> For additional commands, e-mail: avila-help at lists.unixstudios.net
More information about the Avila
mailing list