Foxyloxy_ has quit [Read error: Connection reset by peer]
Getty has quit [Quit: Ping timeout (120 seconds)]
Getty2 is now known as Getty
karlp has quit [Ping timeout: 268 seconds]
a3f_ has joined #openocd
karlp has joined #openocd
shoragan has quit [Ping timeout: 268 seconds]
a3f has quit [Ping timeout: 268 seconds]
van has quit [Ping timeout: 268 seconds]
xantoz has quit [Ping timeout: 268 seconds]
xantoz has joined #openocd
nerozero has joined #openocd
cyrozap has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
cyrozap has joined #openocd
van has joined #openocd
tlwoerner has quit [Ping timeout: 256 seconds]
bvernoux has joined #openocd
gzlb has quit [Ping timeout: 240 seconds]
gzlb has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
MGF_Fabio has joined #openocd
a3f_ is now known as a3f
slobodan has joined #openocd
Guest81 has joined #openocd
<Guest81>
do we have support for imx rt500 series for openocd
<PaulFertser>
What is the CPU core there?
<karlp>
hrm, doe we have any imxrt support?
<PaulFertser>
If it's cortex-m why wouldn't it work?
<karlp>
I'm only talking about falsh support,
<PaulFertser>
Flash support is a different story...
<karlp>
yes, but, as you _know_ if someone says "is blah supported" they realllllly mean "can I both debug and flash it"
<karlp>
I _know_ those are separate, but that's not normally of interest to people outside openocd
<karlp>
also, we don't have clear simply "just give me cortex debug" with out of the box files, you ahve to make your own config file for it anyway.
<PaulFertser>
Cortex debug is becoming more and more complex unfortunately
<Guest81>
for imxrt595 cortex m33 is used
<PaulFertser>
Guest81: and are you talking about debug or changing flash contents too?
<Guest81>
my query is regarding flashing the application through openocd (command line)
<Guest81>
to rt595 board
<PaulFertser>
I see you created a ticket on SF.net
<PaulFertser>
Normally the ticketing system is meant to report issues, not to request support.
slobodan_ has joined #openocd
<PaulFertser>
Guest81: does it not have a ROM bootloader you could use for flashing?
<Guest81>
for flashing the command in openocd, we use this command openocd -f interface/[your_interface_config].cfg -f target/[your_target_config].cfg -c "program [your_binary].bin reset exit" so for rt595 which target file and interface file can I use?
<karlp>
Guest81: where are you getting that from? :) it's ... correct, but someone gave it to you?
<Guest81>
I have got it from google
<karlp>
looks like sysprogs fork has added imxrt, but they never bothered to give it back...
<karlp>
thats another target that we dont' have flash support for, but it can be debugged.
<karlp>
you probably want a different CPUTAPID, but it will probably actually _work_ without it.
<Guest81>
are you telling that imxrt doesnt have flash support, it has only debug support?
Guest84 has joined #openocd
Guest84 has quit [Client Quit]
crabbedhaloablut has quit []
crabbedhaloablut has joined #openocd
Guest81 has quit [Quit: Client closed]
<karlp>
I'm doing some heavy "read_memory" calls via the rpc interface, doing my own ~rtt sort of thing, and it's absolutely spammmmming the console, both inside gdb, and the openocd console promptcan I make that stop?
tlwoerner has joined #openocd
Haohmaru has quit [Quit: saionara]
MGF_Fabio has quit [Ping timeout: 268 seconds]
bvernoux has quit [Quit: Leaving]
nerozero has quit [Ping timeout: 256 seconds]
MGF_Fabio has joined #openocd
sugarbeet has quit [Ping timeout: 256 seconds]
sugarbeet has joined #openocd
MGF_Fabio has quit [Ping timeout: 255 seconds]
<zapb_>
karlp, why not using real rtt?
<karlp>
I use that already, it's great.
<karlp>
you might have missed it earlier, I've got MTB dumped out over the rpc interrface, and feeding it to ortbtop.
<karlp>
it was _much_ easier to hack that up in a python socket server rather than making a beautiful multi client rtt style interface in C inside openocd.
<karlp>
I mean, I still prefer swo when I have a "real" cortex ;)
<karlp>
but I'm quite pleased with how the rtt stuff works in openocd
<karlp>
PaulFertser: you'll be happy to hear that work now has an enterprise github account, it's moving forwards....
<PaulFertser>
karlp: indeed good to hear! :)
<karlp>
we're still in a bit of limbo because someone, (I believe a well meaning, but forgetful ex employee) is holding a github account name that they're trying to reassign to us.
<karlp>
there are circles going on there, and it's out of my hands, but that's where current effort is going. my plan then is to just start pushing forks there.
<karlp>
and try and extract patches and push up as I can.
<PaulFertser>
So glad to hear your new job understands the importance of contributing and that apparently it's all fun enough to you.
<karlp>
it's not, management is completely incompetent :)
<karlp>
but I didn't have a lot of options and it's sufficient for now :)