Hi. I am Omar from Egypt and i have a question : i have a Raspberry Pi and a spi flash memory (25q128fvsg)i have also a binary file and must be written at exact address 0x80060000 openwrt-ar71xx-generic-linino-u-boot.bin
how i can write this file at this address ( just need the command ) Thank's
On Fri, 6 Mar 2015 22:58:48 +0000 (UTC) Omar Khaled rxtx2012@yahoo.com wrote:
Hi. I am Omar from Egypt and i have a question : i have a Raspberry Pi and a spi flash memory (25q128fvsg)i have also a binary file and must be written at exact address 0x80060000 openwrt-ar71xx-generic-linino-u-boot.bin
how i can write this file at this address ( just need the command ) Thank's
Hi,
the easiest way is to read in the current contents of the chip (see flashrom manpage), add the binary data to the resulting file and write it back.