cd ${install_dir} && tar xjf gcc-arm-none-eabi-_version_-linux.tar.bz2
JLinkGDBServer -if JTAG -device MIMX8ML8_M7
sudo apt install libncurses5 cmake
export ARMGCC_DIR=${install_dir}/gcc-arm-none-eabi-9-2019-q4-major export PATH=$PATH:${install_dir}/gcc-arm-none-eabi-9-2019-q4-major/bin
cd ${MCU_Espresso_SDK}/boards/tqma8mpxl-mba8mpxl/demo_apps/hello_world/armgcc
chmod +x build_debug.sh
./build_debug.sh
cd ${MCU_Espresso_SDK}/boards/tqma8mxnl-mba8mx/demo_apps/hello_world/armgcc/debug
arm-none-eabi-gdb hello_world.elf
target remote localhost:2331
monitor reset
monitor halt
load
monitor go
TQ-Systems GmbH TQMa8MPxL-MBa8MPxL hello world.
should be seen