Hello,
I know guys that this list is mainly for Linux but....
:-)
Here is what I have done so far to cross compile on my i386 NetBSD
laptop a kernel for the TS7200 running also netbsd
1) download the src-current from NetBSD archives
2) create the tools with the command
cd /usr/cvs/src-current
./build.sh -m evbarm -T /usr/cross tools
3) Next was the complation of the kernel sources
cd /usr/cvs/src-curent/sys/arch/evbarm/conf
cp TS7200 MYKERNEL
cd /usr/cvs/src-current
./build.sh -m evbarm -T /usr/cross -u kernel=MYKERNEL
and I got the following output
===> Kernels built from MYKERNEL:
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-epe0
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-wd0
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-sd0
===> build.sh started: Tue Apr 19 21:26:08 GMT 2005
===> build.sh ended: Tue Apr 19 21:35:33 GMT 2005
===> Summary of results:
build.sh command: ./build.sh -m evbarm -T /usr/cross -u
kernel=MYKERNEL
build.sh started: Tue Apr 19 21:26:08 GMT 2005
MACHINE: evbarm
MACHINE_ARCH: arm
TOOLDIR path: /usr/cross
DESTDIR path: /usr/cvs/src-curent/destdir.evbarm
RELEASEDIR path: /usr/cvs/src-curent/releasedir
makewrapper: /usr/cross/bin/nbmake-evbarm
Updated /usr/cross/bin/nbmake-evbarm
Building kernel without building new tools
Building kernel: MYKERNEL
Build directory:
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL
Kernels built from MYKERNEL:
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-epe0
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-wd0
/usr/cvs/src-curent/sys/arch/evbarm/compile/obj/MYKERNEL/netbsd-sd0
build.sh started: Tue Apr 19 21:26:08 GMT 2005
build.sh ended: Tue Apr 19 21:35:33 GMT 2005
Here are the questions...
Which one of the produced kernels should I upload the TS7200 flash ?
Should I gzip it first ?
I think that the netbsd-wd0 is the correct one... Is it ?
where should I be more carefull ?
Regards
Chris
PS this webpage gave me the kick
http://ezine.daemonnews.org/200211/xdevnetbsd.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|