...
At this point, it is probably a good idea to validate that the newly built project actually runs on the target as expected. Refer to /wiki/spaces/IRD/pages/353501193 the Loading Linux Images via Ethernet and TFTP application note for detailed instructions on how to load an uImage
to the target.
...
Add your application binaries (and/or files) to the root file system:
Code Block ... file /bin/my_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/my_app 755 0 0 ...
.Refer to Building
...
User Space Applications and related application notes for information on how to build user applications for the target.