Hi,
I am trying to use the PlatformIO with mimxrt1010-EVK. I can compile the program fine. I can can not download the program.
I am using zephyr-blink example.my platformio.ini file is
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
[env:mimxrt1010_evk]
platform = nxpimxrt
framework = zephyr
board = mimxrt1010_evk
thank you