Advertisement
hak8or

HaD MMU question reply

Apr 11th, 2015
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Wow, Hackaday seemed to have not submitted my rather lengthy reply, aye.
  2.  
  3. Like Artenz said, you should go for a chip which includes an MMU.
  4.  
  5. The gist of it was there is an effort named uClinux a few years ago which let you run an MMU-less version of the kernel, and was recently mainlined into mainline Linux. Here are a few links which might help you out for finding out the implications of running MMU-less is.
  6.  
  7. http://free-electrons.com/docs/uclinux/
  8. http://electronicdesign.com/embedded/practical-advice-running-uclinux-cortex-m3m4
  9. http://www.alterawiki.com/wiki/UClinux
  10.  
  11. You can also just emulate an MMU based system on an AVR! Though it is slow as hell, like two hours to boot slow.
  12. http://dangerousprototypes.com/2012/03/29/running-linux-on-a-8bit-avr/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement