2020-03-27 07:10 AM
Hello,
I'm new on STM32MPU and I trying this tutorial :
I'm stuck at point 7 (Adding a "hello world" user space example) because when I run this command : devtool deploy-target -s myhelloword1 root@192.168.7.1 there is an error :
ERROR: No files to deploy - have you built the myhelloword1 recipe? If so, the install step has not installed any files.
I followed the tutorial, create the hello_world_example folder and add the .c file (anyway no make file is present), add the recipe and modified it according with the tutorial.
Any suggestions ?
Thanks
Riccardo
Solved! Go to Solution.
2020-03-30 02:29 AM
Hi Ricardo,
before running
devtool deploy-target -s myhelloword root@<board ip address>
run first
devtool build myhelloworld
this command is missing on the wiki page
BR,
Milan
2020-03-30 02:29 AM
Hi Ricardo,
before running
devtool deploy-target -s myhelloword root@<board ip address>
run first
devtool build myhelloworld
this command is missing on the wiki page
BR,
Milan