Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. my device processor info displays:
  2. "arm920T PXA27x".
  3.  
  4. My research found that:
  5. AT91 - by Atmel, AT91RM9200 - ARM920T based -- has MMU;
  6. XScale/PXA - by Marvell (formerly Intel) -- has MMU,
  7. *PXA27x - Bulverde family.
  8.  
  9. I found these:
  10. http://sourceforge.net/projects/pxa27x-linux/ and http://www.embeddedrelated.com/usenet/embedded/show/87800-1.php
  11.  
  12. Information relevant to processor:
  13. 32-bit RISC processor ARM920T support both the ARMv5 and 16-bit Thumb instruction sets.
  14.  
  15. Cross-compilation toolchains produced by crosstool for this processor family have the prefix arm-9tdmi-linux-gnu
  16.  
  17. perhaps linux 2.6 might be the correct version to install on this processor.
  18.  
  19. linux kernel config for 2.6.29 on arm.http://kernel.xc.net/html/linux-2.6.29/arm/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement