-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP Do not merge] NXP i.MXRT port of PX4 FMUv5 #11351
Conversation
83bae8f
to
f8bdc87
Compare
Current defconfig is set up for running on MIMXRT1060-EVK Since the pinout of the EVK is application specific, peripherals have to be tested in a piecemeal fashion. The easiest to connect to pins are on the Arduino interface: This is spi build (no SDIO) and no devices connected
FYI @igalloway |
f8bdc87
to
37c8dc9
Compare
SDIO Config Pushed
|
Thanks for your work, Excited to see PX4 will port to iMX RT board. Do you think it maybe would be better call it nxp_fmu-rt1062 instead of nxp_fmurt1062-v1? Will rt1062 board have ver.2? |
37c8dc9
to
a64ab76
Compare
PWW tested on J22-5 (channel 4)
|
Nice! |
ef01f79
to
99e14c5
Compare
ADC tested on EVK, Hardware Ver and Rev detections is now supported*.
*N.B. On the EVK Hardware VER and REV drive signals are not supported (if def-ed out) and are read as floating ADC pins which may result in values that are not defined in the manifest table. You will know if this is happening if it scrolls |
99e14c5
to
e0b1e44
Compare
e0b1e44
to
76ecfe2
Compare
Minor update VBUS Valid and Connected detection added. Note: ON EVK HW VBUS Valid can be tested via SW6-4 pads. So the signal appears valid until the pads are shorted. The micro USB closest to the Ethernet can be used to test VBUS connected. |
76ecfe2
to
ed9b9b2
Compare
PX4GUID and MCU info working
|
ed9b9b2
to
47f1414
Compare
rebased on Firmware master and nuttx/apps master |
9e987ca
to
d48e943
Compare
d48e943
to
3996e99
Compare
3996e99
to
ef75acf
Compare
continued here |
This is the initial Work In Progress of a PX4 FMUv5 port to the NXP iMXRT 1062 SoC.
Current Code bringup is being done on the MIMXRT1060-EVK: i.MX RT1060 Evaluation Kit
Since the EVK hardware is application specific, full integration testing is not possible untile the real HW is ready.
Therefor there are some #ifdefs that ensure we do not create a contention on pins other then on J22 - J25.
This branch is subject to change via forced pushed!
Status: