Skip to content
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

Add Tropic VMU board support (Baseboard for Teensy 4.1) #23257

Merged
merged 8 commits into from
Nov 6, 2024

Conversation

PetervdPerk-NXP
Copy link
Member

I'm thrilled to introduce Tropic VMU, my latest open-source hobby project! Tropic is an open-source vehicle management unit hardware design that you can manufacture yourself.

Tropic VMU utilizes the Teensy 4.1 consisting of:

  • NXP MIMXRT1062DVJ6B MCU
  • Cortex-M7 600Mhz
  • 1024K RAM (512 Tightly coupled)
  • 8MB Flash
  • 100Mbps Ethernet
  • USB HS 480Mbit/s
  • SD Card interface

Tropic Base board consisting of:

  • Bosch BMI088 IMU
  • Bosch BMM150 Magnetometer
  • Bosch BMP388 Barometer
  • TDK InvenSense ICM-42688-P IMU
  • NXP TJA1051TK CAN Transceiver
  • RGB Led
  • Buzzer
  • Button

You can check out the schematics on GitHub https://github.com/NXPHoverGames/TropicCommunityVMU/.

Copy link
Member

@davids5 davids5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please have a pass on the the Version code and board_id. I do not see a Prefix or version setting and yet there is logic if ver hwtypecmp V6XRT009000 V6XRT010000 - but this is not an V6XRT

boards/nxp/tropic/firmware.prototype Outdated Show resolved Hide resolved
Copy link
Member

@davids5 davids5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PetervdPerk-NXP

What does ver all show for this board?
Are the Led's usage in auto-Led correct?

@PetervdPerk-NXP
Copy link
Member Author

@PetervdPerk-NXP

What does ver all show for this board? Are the Led's usage in auto-Led correct?

nsh> ver all
HW arch: NXP_TROPIC
PX4 git-hash: 76336eac4e94980f7417394f865ffd8d2905fcd1
PX4 version: 1.15.0 80 (17760384)
PX4 git-branch: tropic
OS: NuttX
OS version: Release 12.5.1 (201654783)
OS git-hash: 6fbb26eb521999844f099ac93974fdc7ccca6016
Build datetime: Jun 12 2024 21:34:03
Build uri: localhost
Build variant: default
Toolchain: GNU GCC, 9.3.1 20200408 (release)
PX4GUID: 000500000000000000006147a8053e0b29d7
MCU: i.MX RT1062 r1.1, rev. 1
nsh>

add_custom_command(
OUTPUT ${hex_package}
COMMAND
arm-none-eabi-objcopy -O ihex
Copy link
Member

@MaEtUgR MaEtUgR Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder: Dev call @dagar mentioned this command should be taken from the CMake detection.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks using ${CMAKE_OBJCOPY} now instead.

@dagar dagar merged commit b37a31b into PX4:main Nov 6, 2024
48 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants