Hi, > Does anyone have a cheet sheet for building Linux for the ZoomMDK: > > http://www.openomap.org/wiki/tiki-index.php?page=ZoomMdk > > from scratch? > > I've looked over opmemap.org, to no avail. > > Thanks in advance! Sounds like something things can be added to the wiki. For loader & kernel I just download the latest Codesourcery tool chain unzip that on my Linux box. You need to setup CROSS_COMPILE or the path to point to that tool chain. From there, make_omap3430labrador_config, make, for u-boot. And make omap_3430labrador_defconfig, make, for the kernel (and dsp bios after kernel). Higher level pieces like busybox and above can also be built. However, I haven't build those for a while so its not on the top of my head... but it can be done. Hope that helps a bit. Regards, Richard W. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html