抓 sunxi-fel spiflash-info 命令
离线
抓了一下 写 16M 字节区的协议, 先写扩展寄存器为1, 然后再操作.
Linux驱动的做法是用 4B 地址模式(线性模式).
https://github.com/torvalds/linux/blob/master/drivers/mtd/spi-nor/spi-nor.c
https://github.com/torvalds/linux/blob/master/drivers/mtd/devices/m25p80.c
离线
离线
你用的sunxi-fel是哪里的代码?从代码里看,似乎没有对大于24bit的地址做特殊处理。
离线
你用的sunxi-fel是哪里的代码?从代码里看,似乎没有对大于24bit的地址做特殊处理。
https://whycan.cn/t_500.html
https://whycan.cn/t_444.html#p1560
离线
sunxi-fel -p spiflash-read 0x100 0x100 /tmp/1.bin
离线