boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
thinkfat has quit [Ping timeout: 260 seconds]
thinkfat_ has joined #openocd
GyrosGeier has joined #openocd
<GyrosGeier>
hi
<GyrosGeier>
can I send an SVF file over a network socket?
<GyrosGeier>
basically, I have a gitlab pipeline that generates an SVF for my FPGA
<GyrosGeier>
now I'd like to add a pipeline stage where the FPGA is programmed
<GyrosGeier>
I can define a "service" in gitlab, i.e. a demand-started docker container that has a specific hardware config (allowing programmer access) and exposed ports
<GyrosGeier>
my two blockers right now are that the server does not accept commands (immediately closes the connection after accepting), and that sending "svf test.svf" accesses the local file system
c4017_ has joined #openocd
c4017 has quit [Ping timeout: 260 seconds]
Hawk777 has joined #openocd
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
bencoh has quit [Ping timeout: 245 seconds]
bencoh has joined #openocd
thinkfat has joined #openocd
thinkfat_ has quit [Read error: Connection reset by peer]
nerozero has joined #openocd
[itchyjunk] has quit [Read error: Connection reset by peer]
<PaulFertser>
GyrosGeier: hi. Interesting task.
<PaulFertser>
GyrosGeier: server closing connection should be investigated separately. You should check -d3 log for starters.
<PaulFertser>
GyrosGeier: I think you can use Tcl commands to save SVF file locally.
Hawk777 has quit [Quit: Leaving.]
cp- has quit [Read error: Connection reset by peer]
bencoh has quit [Changing host]
bencoh has joined #openocd
[itchyjunk] has joined #openocd
emeb has joined #openocd
hanetzer has joined #openocd
<hanetzer>
heyo. doing a bit of research. I currently own a flyswatter2 (ftdi based jtag/serial) and a knock off jlink (forget exact model). Was wondering if anyone had experience programming avr chips with these and openocd (specfically the atmega32u4 family)
<antto>
i think there was some support for flashing atmegas, no idea at what state, but i wonder why you wouldn't use avrdude
<PaulFertser>
hanetzer: yes, I used JTAG to flash atmega128 once. But why not avrdude and ISP (SPI) interface?
<hanetzer>
PaulFertser: because I already have the other equipment :P
<hanetzer>
I do not have any of the atmega ecosystem hardware
<PaulFertser>
hanetzer: this flyswatter2 can work with avrdude , probably with some minimal tweaking to enable the output buffer.
<PaulFertser>
hanetzer: yes, I see how it can be done without any code changes, just appropriate avrdude config.