Hello
On Fri, Apr 24, 2015 at 8:02 AM, Anil Joshi <aj27744@gmail.com> wrote:
I want to write a byte and read it back to BAR2 for a test simple . Is it
possible to write a byte to BAR2 start address
You could use /dev/mem
mmap it with the required offset.
Regards!