Advanced Search

Search Results (Searched for: )

  • tuxcnc
  • tuxcnc
Today 16:23

STM32 ST-LINK Utility will not connect to the target.

Category: Computers and Hardware

I have used ST-link for EC500 programming (MIMXRT1052 too) but under Linux and with OpenOCD.
I don't know is ST software compatibile with MIMXRT1052 (I suspect not), but there is no reason to try this if OpenOCD works well.
  • RoberCNC
  • RoberCNC
Today 16:16
Replied by RoberCNC on topic Problem with PROBE tab after running a program

Problem with PROBE tab after running a program

Category: Qtvcp

That´s it. Thank you very musch Crhis!!!

I also see that problem is master branch.

So I won´t resolve the problem updating anything, it´not a version issue.
  • HempenHomespun
  • HempenHomespun
Today 16:16
Replied by HempenHomespun on topic Adding EtherCAT to LCNC 2.9.2

Adding EtherCAT to LCNC 2.9.2

Category: EtherCAT

Thank you.   
For a Rtelligent R6L028E I get to the installation stage where I can test for:

ethercat slaves -v      
and
ethercat pdos          
but
ethercat sdos        returns nothing. Is this to be expected or am I doing something wrong ?
  • cmorley
  • cmorley
Today 16:02

Problem with PROBE tab after running a program

Category: Qtvcp

Ok I see the probe screen is showing but the tab selected is main.
I also see that problem is master branch. I'll investigate.
  • dbtayl
  • dbtayl
Today 14:11

STM32 ST-LINK Utility will not connect to the target.

Category: Computers and Hardware

ST-LINK (the hardware, at least) actually works fine for programming/debugging other vendors' ARM-M series ICs- used it a lot in the past for Nordic's nRF52 series. I was using OpenOCD, not the ST-LINK SW, though, and have never tried on a Cortex M7.

First thing is to triple-check connections- that you don't have wires plugged in off-by-1 in a connector. Also that everything is actually getting power (and what voltage it's using- 1.8V, 3.3V, etc.). I don't know where you got that pinout, but making sure it's correct wouldn't hurt.

It's been a while, but IIRC some ST-LINK models require you to have a target voltage reference connected- that may well be what the "???" pin is. It may help to probe that pin and figure out what it is and post exactly which ST-LINK you're using- official ST-LINK V2, some knockoff, the ST-LINK built into an STM32-Discovery board, etc. Again, it's been a while, but IIRC some of them have limitations I don't remember off the top of my head- might be they only worked at 3.3V and we were using 1.8V systems? My recollection is that the official ST-LINK V2 (not the isolated model, not the mini model) is the "good" one that works with everything.

You can also try reducing your SWD frequency to see if that helps, but I wouldn't be super optimistic.

Finally, I see in the MIMXRT1052CVL5B datasheet "Support for 5-pin (JTAG) and SWD debug interfaces selected by eFuse". I didn't probe further, but that implies that SWD could actually be disabled.
  • tommylight
  • tommylight's Avatar
Today 14:07
Replied by tommylight on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

sudo apt update && sudo apt install linux-headers-$(uname -r)
  • BlownCorona
  • BlownCorona
Today 11:06
Replied by BlownCorona on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

Good evening 

I've been using this iso successfully for a while now, i picked up a nice touch screen that works, but would work a lot better if i installed the displaylink drivers. Problem is that when installing this, i get an error that the linux headers are missing. 

Ive tried many of the usual commands to load the headers and nothing seems to be able to find the matching file. Have you got any insight or suggestions? 

If you would like specific error messages i can go through the motions and record these for you. 

Cheers!
  • dm17ry
  • dm17ry's Avatar
Today 10:59

STM32 ST-LINK Utility will not connect to the target.

Category: Computers and Hardware

i'm not into this stuff, but why would an ST programming utility connect to an NXP chip?
  • RoberCNC
  • RoberCNC
Today 10:46
Replied by RoberCNC on topic Problem with PROBE tab after running a program

Problem with PROBE tab after running a program

Category: Qtvcp

Hi Chris.

I tried creating a Probe routine in MDI mode, just in case I was doing it manually and it was my mistake. I'm getting the same problem in both MDI and MAN modes. I've attached screenshots from both modes.

Thanks a lot.
  • Aciera
  • Aciera's Avatar
Today 06:07
Replied by Aciera on topic linking U axis to X

linking U axis to X

Category: Advanced Configuration

Same post here:
forum.linuxcnc.org/38-general-linuxcnc-q...n-4-axis-mode#347523

No double posting, please continue in the thread linked above.
  • Onkelmat
  • Onkelmat's Avatar
Today 05:01
Replied by Onkelmat on topic I hate the 7i97T

I hate the 7i97T

Category: Configuration Tools

the whole connection thing was already working on mesaflash and mesact, i could confirm with mesact, every test was a success. But Linuxcnc would fail, In the end I had to click on the network button top right and then it worked.

As for now i´m okay. Sorry for the rant, but I was used to it being easy setup with Pncconfigwizardo
  • PCW
  • PCW's Avatar
Today 04:55 - Today 05:05
Replied by PCW on topic I hate the 7i97T

I hate the 7i97T

Category: Configuration Tools

You need to configure the network on the host for the Mesa card.

Also 192.168.1.121 is not suggested for LinuxCNC use as it's  in
a commonly used NAT range.

Suggested setup is to use the 10.10.10.10 address on the Mesa card
(via the IP address setup jumpers) and set  a static host address of
say 10.10.10.100/24.

At this point you should be able to ping the Mesa card:

ping 10.10.10.10

 
  • Onkelmat
  • Onkelmat's Avatar
Today 04:17 - Today 04:57
Replied by Onkelmat on topic I hate the 7i97T

I hate the 7i97T

Category: Configuration Tools

I mean i love the Mesa cards and Linuxcnc, but this card really made me reconsider using Mesa and Linuxcnc. The point where i broke was, after getting it to be recognized by mesaflash and mesact Linuxcnc would tell me network unreachable. This problem followed me through the whole process, either "network unreachable" or "no such device at 192.168.1.121"

EDIT: So far i got it running, but the whole process to get there is tiresome.
  • cmorley
  • cmorley
Yesterday 00:59

Problem with PROBE tab after running a program

Category: Qtvcp

It would be normal to select MDI mode to use the probe after running a program.
You probably can't select tools, offsets or file in auto mode too.

let me know if I've misunderstood the problem.

Chris
  • cmorley
  • cmorley
Yesterday 00:37
Replied by cmorley on topic I hate the 7i97T

I hate the 7i97T

Category: Configuration Tools

Done!
Thanks.
Displaying 1 - 15 out of 287185 results.
Time to create page: 2.106 seconds
Powered by Kunena Forum