Programming PX4 Bootloader
New boards as of 03/05/2024 have the bootloader already installed. You do not need to program the bootloader in that case
If you will be using PX4 software with the MR-VMU-RT1176 board then you will need to first program the bootloader if not already installed.
The abbreviated instructions are as follows:
Connect the holybro pixhawk debug adapter, with SEGGER debug probe connected, to Pixhawk 6X-RT
Power the Pixhawk 6X-RT either via USB or POWERx connector.
Launch
JlinkExetool from SeggerType
connectSelect
SWDand target isMIMXRT1176XXXA_M7Type
resetandhaltType
loadbin /path/to/firmware/px4_fmu-v6xrt_bootloader.bin 0x30000000
If you wish to flash PX4 at this time, it can be done with the additional command:
Type loadbin /path/to/firmware/px4_fmu-v6xrt_default.bin 0x30020000
To complete the process:
type reset and go
Last updated
Was this helpful?