What is a good tool to capture flash chip R/W requests in Debain?

Hi
I need to make some trace file that captures the the flash chip access in BBB. Is there any appropriate tool for this job?

mlotfi13@gmail.com writes:

Hi
I need to make some trace file that captures the the flash chip access in
BBB. Is there any appropriate tool for this job?

Where are the accesses originating? If they are from a user-space
program you could just use strace or roll your own LD_PRELOAD hack.

Cheers,

- Ben