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