I have a router Mikrotik RB435G (AR7161) and I can access with Bus Blaster to it. I have OpenOCD 0.7.0.
This is my configuration:
source [find interface/busblaster.cfg]
jtag_khz 2000
source [find target/ar71xx.cfg]
I can HALT the CPU (so I think the comunication is good) but when I try to search the nand flash, with nand list or flash list, return me an empty list. Why?
Mikrotik RB435G has a 128MiB nand flash.
These informations are returned by dmesg in openwrt
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64
Thank you for your help