Remora - ethernet NVEM / EC300 / EC500 cnc board
26 Jul 2024 19:55 - 26 Jul 2024 20:13 #306115
by Lpkkk
Replied by Lpkkk on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
I've successfully flashed the firmware, but I cannot upload the config. Python packet tftpy doesn't include upload_config.py file. Is there any other way to do it?
In documentation it says - : "Your Remora config should be in this folder as well as the “upload_config.py” script. If they are not there you can find the script and sample configurations on the Remora github."
But it's not there!
Does anyone has this script and can share.?
In documentation it says - : "Your Remora config should be in this folder as well as the “upload_config.py” script. If they are not there you can find the script and sample configurations on the Remora github."
But it's not there!
Does anyone has this script and can share.?
Last edit: 26 Jul 2024 20:13 by Lpkkk.
Please Log in or Create an account to join the conversation.
26 Jul 2024 22:45 #306125
by cakeslob
Replied by cakeslob on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
I dont really know what you mean though. I guess the docs might imply that the upload_config.py is included in tftpy the way they are worded. The upload_config.py is included in every ethernet config.
github.com/scottalford75/Remora-RT1052-c...sic/upload_config.py
github.com/scottalford75/Remora-RT1052-c...DMA/upload_config.py
github.com/scottalford75/Remora-RT1052-c...sic/upload_config.py
github.com/scottalford75/Remora-NVEM/blo...sic/upload_config.py
github.com/scottalford75/Remora-RT1052-c...sic/upload_config.py
github.com/scottalford75/Remora-RT1052-c...DMA/upload_config.py
github.com/scottalford75/Remora-RT1052-c...sic/upload_config.py
github.com/scottalford75/Remora-NVEM/blo...sic/upload_config.py
Please Log in or Create an account to join the conversation.
27 Jul 2024 04:56 - 27 Jul 2024 04:57 #306147
by Lpkkk
Replied by Lpkkk on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Yeah, I've found it at the end.
Last edit: 27 Jul 2024 04:57 by Lpkkk.
Please Log in or Create an account to join the conversation.
27 Jul 2024 05:43 #306149
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Some good news. I've found what's broken the NVMPG... just need to figure out how to fix it. The DMA stepgen implementation is the issue with most likely a channel conflict or something happening..... head scratching time.Hi all, hi scotta,
I still have a problem with my NVMPG, like in forum.linuxcnc.org/18-computer/44828-rem...rd?start=1710#298883 already stated. I have the same behaviour.
I can control the axis with the NVMPG, switch the axis and scales, but I don't see anything useful on the NVMPG.
Did someone succeed in making the display work?
I use a EC500 with the firmware Remora-RT1052-cpp version 3.1.2.
Regards, hanskuster
The following user(s) said Thank You: hanskuster
Please Log in or Create an account to join the conversation.
27 Jul 2024 06:31 #306152
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Channel conflict was the issue. Bug fix release now available in the repo. Tested with standard stepgen and DMA stepgen with NVMPG.
github.com/scottalford75/Remora-RT1052-c...ora-rt1052-3.1.3.bin
Please share any issues. Thanks
github.com/scottalford75/Remora-RT1052-c...ora-rt1052-3.1.3.bin
Please share any issues. Thanks
The following user(s) said Thank You: oneohm, hanskuster
Please Log in or Create an account to join the conversation.
27 Jul 2024 13:14 #306173
by cncmiljc
Replied by cncmiljc on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
One question, I'm studying the Remora-EC500-DMAstepgen, but I don't have any signal of pulses, could you tell me if in your tests, you were able to pulse the motors with DMA and this configuration? If so, could you tell me why this configuration is not happening? github.com/scottalford75/Remora-EC500-DMAstepgen
Please Log in or Create an account to join the conversation.
- hanskuster
- Offline
- Junior Member
Less
More
- Posts: 20
- Thank you received: 1
27 Jul 2024 16:30 #306181
by hanskuster
Replied by hanskuster on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
Hi all, hi scotta,
I reflashed my EC500 with the newest firmware to check if the NVMPG now works.
After reflashing LinuxCNC doesn't connect anymore. The EC500 doesn't respond to pings either.
I wanted to erase the EC500 to reflash it from new, but erase doesn't work anymore.
Issuing this command:
pyocd erase --target mimxrt1050_quadspi --mass
returns this error message:
0000718 C No ACK received [__main__]
I use a DAP Link btw.
I flashed the newest firmware to a second EC500, and now this one seems to bricked also.
I can't erase nor re-flash both of them anymore.
How can I un-brick them?
regards, hanskuster
I reflashed my EC500 with the newest firmware to check if the NVMPG now works.
After reflashing LinuxCNC doesn't connect anymore. The EC500 doesn't respond to pings either.
I wanted to erase the EC500 to reflash it from new, but erase doesn't work anymore.
Issuing this command:
pyocd erase --target mimxrt1050_quadspi --mass
returns this error message:
0000718 C No ACK received [__main__]
I use a DAP Link btw.
I flashed the newest firmware to a second EC500, and now this one seems to bricked also.
I can't erase nor re-flash both of them anymore.
How can I un-brick them?
regards, hanskuster
Please Log in or Create an account to join the conversation.
27 Jul 2024 17:43 - 27 Jul 2024 17:45 #306185
by Lpkkk
Replied by Lpkkk on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
How to fix timeout error during uploading config for nvem board?
Ping 10.10.10.10 went OK
Ping 10.10.10.10 went OK
Last edit: 27 Jul 2024 17:45 by Lpkkk.
Please Log in or Create an account to join the conversation.
27 Jul 2024 22:09 #306198
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
That repo is only for sharing of development work done on the STM32 for a DMA stepgen. The algorithm and DMA works but the STM32 was not fast enough to generate the step patterns. The only working DMA stepgen in for the RT1052 based boards.One question, I'm studying the Remora-EC500-DMAstepgen, but I don't have any signal of pulses, could you tell me if in your tests, you were able to pulse the motors with DMA and this configuration? If so, could you tell me why this configuration is not happening? github.com/scottalford75/Remora-EC500-DMAstepgen
Please Log in or Create an account to join the conversation.
27 Jul 2024 23:40 #306209
by scotta
Replied by scotta on topic Remora - ethernet NVEM / EC300 / EC500 cnc board
I'd resort back to MCUXpresso. When I've had trouble with bad firmware / flashing I've been able to recover the board by powering on while the probe is trying to connect.Hi all, hi scotta,
I reflashed my EC500 with the newest firmware to check if the NVMPG now works.
After reflashing LinuxCNC doesn't connect anymore. The EC500 doesn't respond to pings either.
I wanted to erase the EC500 to reflash it from new, but erase doesn't work anymore.
Issuing this command:
pyocd erase --target mimxrt1050_quadspi --mass
returns this error message:
0000718 C No ACK received [__main__]
I use a DAP Link btw.
I flashed the newest firmware to a second EC500, and now this one seems to bricked also.
I can't erase nor re-flash both of them anymore.
How can I un-brick them?
regards, hanskuster
The following user(s) said Thank You: hanskuster
Please Log in or Create an account to join the conversation.
Time to create page: 0.260 seconds