Tool/software: Linux
Hi,
I am trying to build and deploy bootp and tftp clients to the Linux rootfs on Beagle Black (AM335x) using Yocto build system. Since I am relatively new in this area, there are a couple of questions arise. Hope I can get answers here:
Questions:
1. What is the standard way of building and deploying this using Yocto?
I assume I can just get the recipes from git://git.openembedded.org/meta-openembedded and its depending layers. Then use IMAGE_INSTALL to include the recipe name. The recipe will build and deploy the tftp and bootp client to rootfs.
Please explain if this is not true or anything I missed.
2. What is the recommended tftp client to use?
3. What is the recommended bootp client to use? I do not seem to find a bootp client in the meta-openembedded and other places. What is the recommended solution for this?
Thank you for your help.