# Upload PX4 firmware to VOXL2

Source: https://forum.modalai.com/topic/1543/upload-px4-firmware-to-voxl2
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2022-11-14 10:09:55 UTC by Youngjoo Kim
Replies: 2 · Views: 751

## Youngjoo Kim · 2022-11-14 10:09:55 UTC

Hi
I managed to build the px4 firmware, following the guide:
https://docs.modalai.com/voxl2-px4-build-guide/

But I couldn't figure out how to upload the px4 firmware to VOXL2.
I want to make changes to the firmware.

Could anyone please let me know how?

I'm using Flight Deck and have the adb connection.

Thanks

## Reply by Eric Katzfey (ModalAI staff) · 2022-11-14 15:29:37 UTC

@Youngjoo-Kim It's best to use the instructions in this project: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-px4/-/tree/dev. That project has a convenience script called make_package.sh. After building the code and running that script you will get a Debian package that can be pushed to the target with adb and installed with dpkg.

## Reply by Youngjoo Kim · 2022-11-14 19:51:31 UTC (in reply to Eric Katzfey)

@Eric-Katzfey Thanks, it works! I didn't know the last part (push the debian package and install there).
