Remora - ethernet NVEM / EC300 / EC500 cnc board
- cakeslob
- Offline
- Platinum Member
-
Less
More
- Posts: 836
- Thank you received: 242
14 Feb 2025 15:49 #321559
by cakeslob
If anyone had a qtplasmac config for the NVEM, they would have ended our suffering 2 pages ago.
its probably this, i think the THC probably uses external offsets.
add this line and report back
github.com/rodw-au/showstopper/blob/master/my_Plasma.ini#L226
or the next time an error pops up, you can try and trace it out, using all those other plasmac examples I posted before, or by referring to rods config I just listed, otherwise this will be a very long process.
Replied by cakeslob on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
has anyone made qtplasmac work with a NVEM card?
File "/usr/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 220, in __init__ float(self.iniFile.find('AXIS_Z', 'OFFSET_AV_RATIO')) * 60 File "/usr/share/qtvcp/screens/qtplasmac/qtplasmac_handler.py", line 220, in __init__ float(self.iniFile.find('AXIS_Z', 'OFFSET_AV_RATIO')) * 60
If anyone had a qtplasmac config for the NVEM, they would have ended our suffering 2 pages ago.
its probably this, i think the THC probably uses external offsets.
add this line and report back
github.com/rodw-au/showstopper/blob/master/my_Plasma.ini#L226
or the next time an error pops up, you can try and trace it out, using all those other plasmac examples I posted before, or by referring to rods config I just listed, otherwise this will be a very long process.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 131
- Thank you received: 9
14 Feb 2025 18:05 - 14 Feb 2025 18:11 #321569
by beauxnez
Replied by beauxnez on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
well I'm saved because I see that you are starting to lose patience,
but I'm not fired because I have the emergency stop that does not unlock but I think I know where it comes from,
for info I went to debian 12 with linuxcnc 2.9.4 while I was on mint with linuxcnc 2.9.0
Many thanks to you I will post my file and the 2 to 3 things that I know
but I'm not fired because I have the emergency stop that does not unlock but I think I know where it comes from,
for info I went to debian 12 with linuxcnc 2.9.4 while I was on mint with linuxcnc 2.9.0
Many thanks to you I will post my file and the 2 to 3 things that I know
Attachments:
Last edit: 14 Feb 2025 18:11 by beauxnez.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19695
- Thank you received: 6651
14 Feb 2025 19:37 #321581
by tommylight
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
-
Less
More
- Posts: 836
- Thank you received: 242
15 Feb 2025 00:18 #321604
by cakeslob
Replied by cakeslob on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
lol its fine, but its going to take a while to get it working 1 error at a time.
Please Log in or Create an account to join the conversation.
- Thayloreing
- Offline
- Senior Member
-
Less
More
- Posts: 79
- Thank you received: 2
17 Feb 2025 01:06 #321790
by Thayloreing
Good evening, I tried to follow this tutorial, but I couldn't find the stlink bin file, the DAPLink file no longer exists, I couldn't find it anywhere
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Good evening, I tried to follow this tutorial, but I couldn't find the stlink bin file, the DAPLink file no longer exists, I couldn't find it anywhere
Please Log in or Create an account to join the conversation.
- scotta
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 901
- Thank you received: 469
17 Feb 2025 19:43 #321860
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
This is no longer the recommended method to flash the board. pyOCD has proven to be more reliable.
Use the first part of the video to convert a ST-Link to a CMSIS-DAP probe with the following firmware.
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And then use pyOCD to flash the board as described in this thread.
Use the first part of the video to convert a ST-Link to a CMSIS-DAP probe with the following firmware.
github.com/scottalford75/Remora-NVEM/blo...NVEM-STM32-1.0.0.bin
And then use pyOCD to flash the board as described in this thread.
Please Log in or Create an account to join the conversation.
- Thayloreing
- Offline
- Senior Member
-
Less
More
- Posts: 79
- Thank you received: 2
18 Feb 2025 10:33 #321908
by Thayloreing
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Should I just download the bim from pyodc and put it in stlink v2 and after that I will be able to record remora on nven? Could you detail me step by step?
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
-
Less
More
- Posts: 131
- Thank you received: 9
18 Feb 2025 17:57 #321926
by beauxnez
Replied by beauxnez on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
hi no you use a stlink (the green one on the video) to flash a second stlink adapter (the blue one on the video),
then you take the key that you flashed (the blue one) you connect it to a pc and you use PYOCD with the command pyocd flash .\remora-rt1052-3.1.3.bin --target mimxrt1050_quadspi as in the photo
youtube.com/shorts/kLOyWslSZU0?si=C3GMQaH--oAvvTZk
then you take the key that you flashed (the blue one) you connect it to a pc and you use PYOCD with the command pyocd flash .\remora-rt1052-3.1.3.bin --target mimxrt1050_quadspi as in the photo
youtube.com/shorts/kLOyWslSZU0?si=C3GMQaH--oAvvTZk
Attachments:
Please Log in or Create an account to join the conversation.
- jjdege
-
- Offline
- Premium Member
-
Less
More
- Posts: 97
- Thank you received: 30
22 Feb 2025 10:28 #322264
by jjdege
Replied by jjdege on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
hi Scotta
I wanted to compliment you on the work you have done and made available
to the LinuxCNC community.
I am excited about it and I bought an NVEM V5 to try to install the Remora firmware,
but when I opened the case I noticed that the chip is not an STM32F207 but the one in the photo
is it still compatible or did I buy the wrong card?
Thanks if you can give me some advice
I wanted to compliment you on the work you have done and made available
to the LinuxCNC community.
I am excited about it and I bought an NVEM V5 to try to install the Remora firmware,
but when I opened the case I noticed that the chip is not an STM32F207 but the one in the photo
is it still compatible or did I buy the wrong card?
Thanks if you can give me some advice
Attachments:
Please Log in or Create an account to join the conversation.
Time to create page: 0.265 seconds