[Avila] embeeded Linux on GW2345

Kerry Brown support at powernoc.net
Wed Oct 11 12:47:50 EDT 2006


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
>
>   





More information about the Avila mailing list