Hi,
to implement custom peripherals in bare metal is no problem, but what if one want to implement a peripheral as a driver for the embedded linux?
I'll be grateful for any help,
Gerd
Hi,
to implement custom peripherals in bare metal is no problem, but what if one want to implement a peripheral as a driver for the embedded linux?
I'll be grateful for any help,
Gerd
It worked, i implemented the simple_register example as linux driver with your guidance, but when it came to the software i sticked to this: http://wiki.xilinx.com/osl-user-mode-pseudo-driver
and i managed to strip the out put of the register to the leds. now that this is working, other things will work as well in the future
Hi Gerd86,
I am trying to do the same with no luck. I am trying to implement the simple register in linux but get a segmentation fault when I try to read/write it. Can you provide the source code of what you did to get it to work? Thanks.
Hi Gerd86,
I am trying to do the same with no luck. I am trying to implement the simple register in linux but get a segmentation fault when I try to read/write it. Can you provide the source code of what you did to get it to work? Thanks.