I have what I think is a successfully modded 4.1. I am attempting to get it working with a cheap cmsis-dap daplink clone probe using openocd. I have the basic config done and I am talking to the target via the probe.
...
I recently raised this as an issue against platformio/platform-teensy on gihub. I am just wondering if anyone else has come across this or can offer any insights.
Running PlatformIO using vscode on a Linux system...
Just a little bit more info.
The DEBUG port on the target side of the probe is actually a cJTAG port. This is 2-wire bus one wire is clock the other is bidirectional data. I wonder if the MIMXRT1062DVJ6B supports...
Thanks Paul,
I had not looked much further than the fact that it supported CMSIS-DAP on the USB side, and that on the target side CMSIS-DAP is supposed either JTAG or SWD. It looks like it would require a firmware...
Raspberry Pi have just a launched a debug probe based on their Raspberry Pi PICO board. See announcement here and documentation here.
I have one and it is a nice little piece of kit. I am planning to attempt using...
All the serial device names in Linux are created via the udev rules subsystem. The standard rules for naming serial devices are given in /lib/udev/rules.d/60-serial.rules. If you look in here you see that usb serial...
This is driving me nuts.
In the IDE compilation randomly fails. Nothing is being changed, I just have to keep pressing the Verify button until it works. It fails more times than it works. Looking at the output logs...
That got things in the menu on the IDE working. My test sketch compiles. Just got to get it debugging. Do I need to launch gdb nanually in this environmen? I am more used to Platformio.
The location of the boards.txt and platform.txt files is here.
roger@dragon:~/.arduino15/packages/teensy/hardware/avr/1.57.2$ ls
boards.local.txt boards.txt cores installed.json keywords.txt libraries ...
The teensy_debug installation python script cannot find the right place to put things in an Arduino IDE 2.x installation. I have hacked it to put most things in the right places under ~/.arduino15/. However I am stuck...