tech-embed archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

using build.sh for embedded systems



I'm attempting to build an image for booting my soekris from a cf card
using crunchgen.  I'm basing my build from a modified
src/distrib/evbppc.  This is having its own set of problems through
getting everything to crunch correctly, but it's even more of a
learning curve since build.sh doesn't have anything in it.

I was wondering if using src/distrib was a common place for people to
keep their box/list box/md-kernel box/ramdisk?

I was also wondering if people liked the syntax for build.sh like this:
./build.sh -U -T ../tools -O ../obj -m i386 embed=mymachine kernel=myembedkernel

For me, this would (cd ${TOP}/distrib/${embed}; ${runcmd} ${makewrapper})
And the makefile that looks for the kernel to attach would look in
MACHINE/compile like normal.

Any thoughts?



Home | Main Index | Thread Index | Old Index