<Getty>
but also not really "stopping" <headache> this is btw the first time i try to put something on the board really, so MIGHT be something with the board, but i doubt as the link was proper detected and everything
gzlb has joined #openocd
JakeSays_ is now known as JakeSays
vampirefrog has quit [Ping timeout: 255 seconds]
Hooligan has joined #openocd
Hooligan has quit [Ping timeout: 260 seconds]
gzlb has quit [Ping timeout: 256 seconds]
gzlb has joined #openocd
vampirefrog has joined #openocd
nerozero has joined #openocd
gzlb has quit [Ping timeout: 268 seconds]
gzlb has joined #openocd
Hawk777 has quit [Quit: Leaving.]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
Deneb has joined #openocd
<karlp>
Getty: there's no errors... try replacing hte ; separated single -c with a series of -c commands.
<karlp>
further, you don't need the "init" in your cfg file, and you can jsut use -c "program filename.bin verify reset exit <address>"
<karlp>
or just -c "program filename.elf verify reset exit"
<Getty>
oh so -c -c -c instead of -c ; ; you mean?
<Getty>
ok
<Getty>
ok i feel like he did something the output shows :D
<Getty>
so ok that LOOKS good now
<Getty>
but now i need to link it to the ITM so that i can see and i need that run right
<borneoa___>
PaulFertser: build.openocd.org reports "Jenkins is going to shut down". Can you check it? I remember this already happened few years ago and was there for long time, so I don't expect to be a blocking issue.
<Getty>
mh must have misunderstood the -c stuff, but was now able to make it look good with: -c "program bootloader.bin verify 0x08000000; program main.bin verify reset exit 0x08008000"
<Getty>
actualyl then i should just run at the end and i am back to the old behavior, right