Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTutorial Video: How to boot uClinux on NIOS II Processor with MMU
Hi everyone I record a tutorial video about how to boot uclinux on Nios II Processor with MMC I used DE2-115 as reference but you can use any board that you like Feel free to contact me if you...
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