Remora - ethernet NVEM / EC300 / EC500 cnc board
- nighteagle
- Offline
- Premium Member
-
Less
More
- Posts: 80
- Thank you received: 8
27 Apr 2026 11:44 #345975
by nighteagle
Replied by nighteagle on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hello,
have found out the Problem - have flashed another bin gain - now 4 different Versions in the same project.
Have edit the above Post for others looking a way to bring this thing to work.
have found out the Problem - have flashed another bin gain - now 4 different Versions in the same project.
Have edit the above Post for others looking a way to bring this thing to work.
Please Log in or Create an account to join the conversation.
- jean
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
05 May 2026 20:17 #346184
by jean
Replied by jean on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hello, good afternoon. Could someone help me load the .bin firmware onto the EC500 RT1052? I've tried several programs and commands, but without success. I have the Chinese Stlink V2 and a Raspberry Pi Pico.
Please Log in or Create an account to join the conversation.
- RJB510
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 Jun 2026 09:09 #347041
by RJB510
Replied by RJB510 on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Are you still stuck? I have some python scripts to load the firmware onto the board using Windows and powershell. Sometimes you need to power cycle the board a few times to validate that it connects.
Please Log in or Create an account to join the conversation.
- RJB510
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 Jun 2026 09:14 - 14 Jun 2026 00:24 #347042
by RJB510
Replied by RJB510 on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hey everyone,
Has anyone been successful in configuring an XYYZ setup and would be happy to share their .ini and .hal files, and possibly the EC500 JSON config file (if modified)?
I've reviewed the suggested example files and mine seem to be correct for a dual Y axis motor gantry, but it's not working correctly and I'm chasing my tail trying to figure it out, so time to ask for some help! If possible!
Edit: All good, i got it working with a fair bit of trial and error.
Has anyone been successful in configuring an XYYZ setup and would be happy to share their .ini and .hal files, and possibly the EC500 JSON config file (if modified)?
I've reviewed the suggested example files and mine seem to be correct for a dual Y axis motor gantry, but it's not working correctly and I'm chasing my tail trying to figure it out, so time to ask for some help! If possible!
Edit: All good, i got it working with a fair bit of trial and error.
Last edit: 14 Jun 2026 00:24 by RJB510.
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Elite Member
-
Less
More
- Posts: 172
- Thank you received: 24
21 Jun 2026 08:03 #347181
by tuxcnc
Replied by tuxcnc on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
In EC500 controller I have burned one output (XD+ or XD-) and can not drive one axis motor.
Which IC must I replace?
Which IC must I replace?
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Elite Member
-
Less
More
- Posts: 172
- Thank you received: 24
21 Jun 2026 08:31 #347182
by tuxcnc
Fortunatelly this is possibility to bring it back to life.
I have developed the following procedure:
1. Disconnect the controller from the power supply.
2. Disconnect the programmer.
3. Short by jumper the BOOT_M0 pin with 3V3 (programming connector).
4. Turn on the 24V power supply and do not turn it off until the end.
5. Remove the jumper.
6 Connect the programmer (I use ST-Link, but others also work).
7. Run the script below:8. If it doesn't work, keep trying until you succeed.
Replied by tuxcnc on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
The EC500 does not like programming and I have bricked two controllers some time ago.Hello, good afternoon. Could someone help me load the .bin firmware onto the EC500 RT1052? I've tried several programs and commands, but without success. I have the Chinese Stlink V2 and a Raspberry Pi Pico.
Fortunatelly this is possibility to bring it back to life.
I have developed the following procedure:
1. Disconnect the controller from the power supply.
2. Disconnect the programmer.
3. Short by jumper the BOOT_M0 pin with 3V3 (programming connector).
4. Turn on the 24V power supply and do not turn it off until the end.
5. Remove the jumper.
6 Connect the programmer (I use ST-Link, but others also work).
7. Run the script below:
#!/bin/bash
pyocd reset --target mimxrt1050_quadspi
pyocd erase --chip --target mimxrt1050_quadspi
pyocd reset --target mimxrt1050_quadspi
pyocd flash remora-rt1052-3.1.3.bin --target mimxrt1050_quadspi
pyocd reset --target mimxrt1050_quadspi
The following user(s) said Thank You: Murphy
Please Log in or Create an account to join the conversation.
Time to create page: 0.614 seconds