As title, I already compiled nuttx and nuttx.hex file using arm-none-eabi-gcc 6.3.1 on Ubuntu 18.04, but I can't found anything about flashing image to EVK board in README file, could anyone helps me if possible?
On EVK board, it supports Hyper Flash boot and SD boot only, but I think the SDIO driver is not implement yet, so if I have to flashing image to hyper flash, I think I will prepare something as following:
1. CMSIS-DAP tool? Or FT232H (FTDI) is enough? Actually I already tested openocd but failed...
2. If no support openocd tool, what is the correct way?
Thanks, really want to see the NuttX running well on IMXRT1050 platform in the future.
Wig