Anish Patel <> [2010-12-05 11:48:24]:
> Hi All,
Hi,
> I've managed to figure my way around the OE env and make my own build,
> just one more question. When i try to load the new zImage via NFS i get
> an unknown image type error. Do i need to compile just a image file, or
> do i need to recompile and replace the redboot?
how do you load your kernel via NFS? I think, that it's not possible at all.
How I do it in redboot (for testing I load the kernel via HTTP)
In redboot on ts72xx I've this
load -v -r -b 0x00218000 -m http -h 192.168.1.90
/~ynezz/zImage-2.6.36-r2-ts72xx.bin
exec -c "console=ttyAM0,115200 ip=192.168.1.10 root=/dev/nfs
nfsroot=192.168.1.90:/home/ynezz/data/devel/oe/ts72xx.git/tmp/deploy/glibc/images/ts72xx/rootfs"
192.168.1.90 is IP of my notebook/server. Hope it helps.
-- ynezz
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|