Hi,
I am currently working on the i.MX RT1041 and I want to use it with the Arduino IDE, similar to how we use boards like ESP32 or Seeeduino.
For RT1052 (RT1050 EVKB), I have already achieved this by flashing the Seeeduino Arch Mix Arduino bootloader. After that, the board behaves like a Seeeduino board in the Arduino IDE, and I can successfully upload Arduino programs. I have already tested peripherals like I2C, SPI, UART (Modbus RTU), PWM, etc., and everything is working fine.
Now, I want to do the same for RT1041. However, unlike RT1052, there are no official Arduino-compatible boards (like Seeeduino) available for RT1041.
As far as I understand, there are two ways to add a board to Arduino IDE:
Using an existing board package via Board Manager
Manually creating a custom board support package
The second option is more complex. So my question is:
Is there any existing Arduino board package or support available for RT1041 that I can directly install and use in Arduino IDE?