Forum Discussion
Altera_Forum
Honored Contributor
16 years ago<div class='quotetop'>QUOTE (babysnow @ Jul 20 2009, 10:30 AM) <{post_snapback}> (index.php?act=findpost&pid=23205)</div>
--- Quote Start --- I am confused. μClinux system is without MMU, How can I add MMU to the project?[/b] --- Quote End --- If you have a Quartus Version >= 8.1 or so, you can add an MMU to the NIOS CPU. But beware, MMU-based Linux for NIOS is not publicly available (yet), <div class='quotetop'>QUOTE (babysnow @ Jul 20 2009, 10:30 AM) <{post_snapback}> (index.php?act=findpost&pid=23205)</div> --- Quote Start --- What about some system-basic level methods? Such as use the function IOWR,IORD of fwrite(),fread() series?[/b] --- Quote End --- I don't understand the relation of this question to the original post. With Linux you always should write portabnle software. i.e. to access hardware from user land you should write Kernel I/O-drivers or at least use uio. see e.g. http://www.nioswiki.com/accessing_hardware..._space_programs (http://www.nioswiki.com/accessing_hardware_registers_from_user_space_programs) . File i/o is not related at all. -Michael