gamiee has quit [Ping timeout: 246 seconds]
gamiee has joined #openocd
joconor has joined #openocd
tsal has joined #openocd
tsal_ has quit [Ping timeout: 252 seconds]
Guest68 has joined #openocd
Guest68 has quit [Quit: Client closed]
akaWolf has quit [Ping timeout: 272 seconds]
akaWolf has joined #openocd
akaWolf has quit [Ping timeout: 255 seconds]
akaWolf has joined #openocd
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #openocd
pengi3 has joined #openocd
akaWolf has quit [Ping timeout: 252 seconds]
akaWolf has joined #openocd
nerozero has joined #openocd
slobodan has joined #openocd
pengi37 has joined #openocd
pengi3 has quit [Ping timeout: 248 seconds]
pengi37 is now known as pengi3
ScottBakula has joined #openocd
<
gamiee>
ScottBakula: I recommend using Quassel instead of ZNC, much better experience (at least for me)
<
ScottBakula>
@PaulFertser, flash info 0 is not a valid command :)
<
ScottBakula>
i put my openocd in debug mode to see more things
<
PaulFertser>
ScottBakula: how so, you do not have flash defined by the board config?
<
ScottBakula>
i used /usr/share/openocd/scripts/target/bcm5352e.cfg and in my cmsis-dap.cfg i have this
<
ScottBakula>
adapter driver cmsis-dap \n transport select jtag \n gdb_port 3333
<
ScottBakula>
please be advised that bcm5352e.cfg is the last one
<
ScottBakula>
i tried with firmware-recovery.tcl before but same issue with this command, i am a newbie sorry :D
rkta has left #openocd [#openocd]
<
ScottBakula>
in bcm5352e.cfg nothing is mentionned about the flash and in firmware-recovery.tcl
<
PaulFertser>
ScottBakula: you said you had wrt54gl board, is this a different ne?
<
PaulFertser>
The SoC itself doesn't have that flash obviously.
<
ScottBakula>
@PaulFertser, i think to be more precised it's a wrt54g
<
PaulFertser>
ScottBakula: so you use the
_board_ config
<
PaulFertser>
I think GL should be similar enough but not sure.
<
PaulFertser>
IDK how wide its connection to the flash, is it 16 bits or 8 bits?
<
PaulFertser>
No harm trying both.
<
PaulFertser>
(asus-rt-n16.cfg is an example)
<
ScottBakula>
yeah Paul : > flash info 0
<
ScottBakula>
Could not probe bank: no QRY
<
ScottBakula>
Try workaround w/0x555 instead of 0x55 to get QRY.
<
ScottBakula>
Flash Manufacturer/Device: 0xfc01 0xfc01
<
ScottBakula>
Could not probe bank: no QRY
<
ScottBakula>
auto_probe failed
<
ScottBakula>
the flash on the board has been identified as a MX29LV160C by myself :)
<
ScottBakula>
@PaulFertser, 16M-BIT [2Mx8/1Mx16] CMOS SINGLE VOLTAGE
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
<
PaulFertser>
ScottBakula: no QRY is bad, means something is wrong, no communication with the flash working.
<
PaulFertser>
ScottBakula: is it not working both in 16-bit and 8-bit modes?
<
ScottBakula>
idk how to change this @PaulFertser
vampirefrog has joined #openocd
<
ScottBakula>
i am moving to another approach, i wan to understand if they did something to block access to the flash, i am looking at the firmware
vampiref- has joined #openocd
vampiref- has joined #openocd
vampirefrog has quit [Quit: Leaving]
pengi3 has quit [Ping timeout: 252 seconds]
pengi3 has joined #openocd
<
PaulFertser>
ScottBakula: asus-rt-n16.cfg is a tested example of using 8-bit bus.