Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 374 Bytes

docker-mcuexpresso

Run mcuexpresso in a docker container with X11 forwarding

Building

  • Download the mcuxpressoide debian bin from NXP
  • Set the IDE_VERSION variable in the docker-compose.yml file to match the bin
  • Set the UID and the GID to the currently logged in user
  • run docker-compose build
  • run docker-compose up

mcuxpresso should start automatically.