A short guide on how to setup the RT7 board
This guide will briefly go through how to flash your RT7 board. To connect to the RT7 board the first step is to flash the board with the latest firmware. This is done in a few quick steps:
Assuming you are on an Ubuntu Linux environment!
Create an empty folder, then clone the PX4-Autopilot directory in it.
Move to that new directory.
Make the required RT7 binary file.
Keep note of the location of this directory so that you can locate it later.
After you have the binary set and ready you can connect the JLink adapter to the RT7 board (J23 port) through the Holybro Pixhawk debug adapter. The diagram bellow displays how these adapters should be connected to each other.
In case of any doubts of where the Debug pin is located on your board go to the Pin Out page for some more clarification.
This adapter is used to connect the JLink to the RT7 board. You can also use the Serial port (USB-C) to debug the board and read and write messages in the board. A simple diagram of what each port in the adapter board is can be seen below.
More information regarding the Holybro Pixhawk Debug Adapter can be found on the PX4-Autopilot page:
After the adapter boards are connected to your PC and to the RT7 we can flash the board. You will need to install the SEGGER JLink probe to be able to use the adapter. This can be done by going through the installation instructions on the following PX4 page (just the installation is necessary):
Then you can launch the probe then follow the next steps when connected to the JLink.
Lauch the probe: JLinkExe
Type connect
Select SWD
and target is MIMXRT1176XXXA_M7
Type reset
and then halt
Type loadbin /path/to/firmware/nxp_fmurt1170-v1_default.bin 0x30000000
Type reset
and then go
Now the board should be flashed with the latest firmware.
For some examples on how the board can be used, go through the Examples chapter.