OpenOCD e8450 to RPI pin mappings?

I'm trying to figure out if I did some ugly soldering or if I connected to the wrong pins. You mentioned in Belkin RT3200/Linksys E8450 WiFi AX discussion - #4225 by usrlocalben that you had adjusted the pins you had connected between your e8450 and your RPI2.... what were the pin mappings you used?

I used wavejumper's pinout, but I didn't use his configs.
I used the stock raspberrypi-native.cfg included in 0.11.0, which is much different in syntax than the gpio setup in wavejumpers post.

here is mine verbatim. if you compare it with the stock file, you'll see it is the same except for the change to match wavejumpers pin (there is only one pin different, I forget the number off-hand)

oh, and also the selection of the trst+srst combo.

adapter driver bcm2835gpio
bcm2835gpio_peripheral_base 0x20000000
bcm2835gpio_speed_coeffs 113714 28
bcm2835gpio_jtag_nums 11 8 10 9  # tck tms tdi tdo
bcm2835gpio_swd_nums 11 8  # swclk swdio
bcm2835gpio_trst_num 7
bcm2835gpio_srst_num 24
reset_config trst_and_srst srst_push_pull
1 Like

it probably goes without saying, but note that the GPIO#s and physical pin#s are not the same. most rpi pinout diagrams will show both. the values in this config are the GPIO#s.