Part Number: DRA746
Tool/software: Linux
Hello
I'm debugging an DRA746 after-sale problem.
Can you help me to print emmc write content(dma buffer content) in linux3.14 mmc driver. thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: DRA746
Tool/software: Linux
Hello
I'm debugging an DRA746 after-sale problem.
Can you help me to print emmc write content(dma buffer content) in linux3.14 mmc driver. thanks
Hi
are you suggesting that the actual buffer allocation happened from high memory region(as a struct page) and you want to know how to map this as kernel virtual address?
All allocations from the high mem region, have to be mapped using kmap() family of functions to be accessed from within the kernel
Can you provide more information how you ended up with an allocation from the high mem region (who allocated this buffer?)