-
I've converted a lot of the termios/POSIX calls to their Win32 equivalents, but need to test in anger to make sure that everything works (e.g. reasonable timeouts, good behaviour on USB serial ports).
-
I was attempting to add full JTAG into this,however I got this from `openocd -d`:
```
Debug: 432 3354 adi_v5_jtag.c:572 jtagdp_transaction_endcheck(): jtag-dp: CTRL/STAT 0xf0000021
Error: 433 335…
-
Hello! I'm using macOS with a custom esp32s3 board. When I connected the usb cable to the serial JTAG, it shows correctly:
However, I cannot use `espflash` to access the board without specifyi…
-
Installing this package fails with the most recent ameba-arduino package (2.0.2), due to dependency issues. Also, there aren't host identifiers listed for linux hosts.
The following patch fixes the…
-
在openocd中下载文件时,出现了Info : This adapter doesn't support configurable speed的输出,是否意味着本项目的JTAG时钟频率是写死的无法修改呢?如果时钟频率只能选择最高,在从机速度慢或者接线条件差的情况下是否会导致无法使用的问题呢?
-
I've tried to upgrade from 2.3 to the latest version (currently 3.0d) and was having issues with programming it with the USB adapter provided on KNJN. I've read about using a JTAG to programming the S…
-
following is my config:
```
tcl_port disabled
telnet_port disabled
adapter driver ftdi
adapter speed 15000
adapter serial $_SERIAL
ftdi vid_pid 0x0403 0x6010
transport select jtag
ftd…
-
Hello All,
I have installed the OpenOCD from the link given in the Makefile of the tutorials (https://github.com/openrisc/tutorials/releases/download/2016.1/openocd.tgz). I have programmed the De0…
-
During the programming of the device, the bootloader was probably damaged. The device is recognized correctly in the system, but the bootloader does not present itself, and it is currently impossible …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…