ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udmabuf at fixed physical address in linux x86

njsys opened this issue · comments

commented

Udmabuf has been working very well for us. But it is loading at different spots every time after reboot as we use insmod command.

There is now a requirement to load the udmabuf at the same address everytime.
How do we accomplish that?

Operating system: linux
Kernel version: 5.3

Thanks

Thanks for your issue.

For arm/arm64 you can assign it to a fixed address by the device tree,
but unfortunately for x86 there is no way to do that.