openocd-spi icon indicating copy to clipboard operation
openocd-spi copied to clipboard

OpenOCD that supports SWD over SPI on Raspberry Pi

Results 5 openocd-spi issues
Sort by recently updated
recently updated
newest added

There are compilation issues when using the latest gcc version on raspbian (currently 10.2.1-1+rpi1). To fix those errors, I was able to cherry-pick different commits but I had to fix...

My cfg file ``` interface bcm2835spi bcm2835spi_speed 31200 source [find target/stm32l0.cfg] reset_config trst_only init reset halt program mybin.bin verify 0x08000000 reset run exit ``` Got error ``` Open On-Chip Debugger...

Hi, very nice also the post on https://www.pcbway.com/blog/technology/OpenOCD_on_Raspberry_Pi__Better_with_SWD_on_SPI.html / https://lupyuen.github.io/articles/openocd-on-raspberry-pi-better-with-swd-on-spi I'm curious... Would it be possible to "misuse" the i2c/twi bus for this as well? I couldn't find someone doing...

I don't have any Raspberry Pis that I'm not using for something else ... but I do have an Odroid N2. Does this project use Pi-specific interfaces or standard Linux...

Applied original patch: https://github.com/openocd-org/openocd/commit/7b641d3d4e9b0407e5410267459fcbc64f075fde Signed-off-by: Michael N