David McCullough wrote:
Jivin Robert S. Grimes lays it down ...
Hi,

Okay, I'm very new here, but I'm happy to say I've accomplished quite a lot already - due entirely to all the hard work that you all have done before me!

Here's what's up: I have the Freescale/LogicPD M5329EVB board, and I've got uClinux up and running on it. Pretty straightforward, given all the complexities involved. I've even figured out how to get my application to show up in the 'make menuconfig' menus, and a rudimentary Makefile. Cool! My first (simple) question: once I put my app in ../user/myApp, what is the best (i.e. quickest) way to build it, and if successful, the new image? Simply calling "make" from the distro root seems awfully heavy, if all I've changed is an app file or two...

If you are using the latest dist then

        make user/myApp_only romfs image

should do it for you and be much faster.  On older dists,

        make user_only romfs image
This works for me - thanks David!

A little surprising the first didn't work. I'm using the 10070130 distribution, but I guess that isn't the "latest" :-P

Now I just need some guidance on SPI examples. Seems I should have split the question into two messages - my bad. :-[
Cheers,
Davidm

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to