In pandapilot_v3 directory, Issue below command:
git clone https://github.com/navstik/NuttX.git
Go to the pandapilot_v3 directory and undergo below commands:
- ~/pandapilot_v3$ make clean
- ~/pandapilot_v3$ make distclean
- ~/pandapilot_v3$ make archives
- ~/pandapilot_v3$ make all
After doing this on Terminal, The last lines of compilation output are as below:
ROMFS: romfs.img
OBJ: romfs.o
CC: romfs.o.c
LINK: /path/to/pandapilot_v3/Build/navstik-v1_default.build/firmware.elf
BIN: /path/to/pandapilot_v3/Build/navstik-v1_default.build/firmware.bin
Generating /path/to/pandapilot_v3/Build/navstik-v1_default.build/firmware.ns
make[1]: Leaving directory ` /path/to/pandapilot_v3/Build/navstik-v1_default.build'
%% Copying /path/to/pandapilot_v3/Images/navstik-v1_default.ns
Download bin file by executing below command:
sudo dfu-util --device 0483:df11 -a0 --dfuse-address 0x8000000 -D Build/navstik-v1_default.build/firmware.bin
wiki.navstik.org