Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi,
--- Quote Start --- Ok. But i dont try to write directly in physical address. In code i put physical adress in mmap and it should give me virtual address that i can use to get access to registers. --- Quote End --- Even the kernel can't use physical addresses directly. You must use those as 'kernel mode virtual addresses'. --- Quote Start --- And also i think to try to recompile linux, to be able to write drivers, e.t.c. Is there an instruction how to compile linux with the same abilities (vga, usb, e.t.c.)? --- Quote End --- Frankly speaking, I think that you don't have enough knowledge to make a driver yet. Kazu