Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sp5wwp
Last active August 6, 2022 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sp5wwp/bd1890cebab4ae7e5bd3ae052f3d4f5d to your computer and use it in GitHub Desktop.
Save sp5wwp/bd1890cebab4ae7e5bd3ae052f3d4f5d to your computer and use it in GitHub Desktop.
MD380/Module_17 build'n'flash script
#!/bin/bash
#----MD380 & Module17----
git clone --recursive https://github.com/OpenRTX/OpenRTX.git
cd OpenRTX
#----meson setup, common for both----
meson setup --cross-file cross_arm.txt build_arm
#----compilation & programming----
#meson compile -C build_arm openrtx_md3x0_flash
meson compile -C build_arm openrtx_mod17_flash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment