Problem while uploading

Hi, I’ve compiled and build the Firmware at least in simmulation by the code
$make posix jmavsim
And in the simmulation de drone flights and lands without any problem. Then i build the code for the pixhawk v2 with the code
$make px4fmu-v2_default
No Error appears in this section, but when I build the code for upload to the pixhawk with the code
$make px4fmu-v2_default upload the next text appears in the terminal.\

By the way I’m working on Ubuntu 16.04

Makefile:212: px4fmu-v2_default has been deprecated and will be removed, please use px4_fmu-v2_default!
make px4_fmu-v2_default
make[1]: Entering directory ‘/home/ppalmer/src/Firmware’
ninja: no work to do.
make[1]: Leaving directory ‘/home/ppalmer/src/Firmware’

Does anyone knows how to upload the code to the Pixhawk and how to solve the problem???

Thanks

The make target has changed in master (and 1.9.0).

Try this:

make px4_fmu-v2_default upload
1 Like

@JulianOes Thanks, it worked, thanks a lot :smiley:

1 Like