Difference between revisions of "Main Page"

From Embedded Xinu
Jump to navigation Jump to search
(lab setup tasks completed)
(moved guide section to top; this is what people want to see)
Line 1: Line 1:
 
Welcome to the XINU for Routers Main Page. This is for developing documentation for our development process that began in the summer of 2006.  As this is a wiki, you can sign up and begin adding and editing content, uploading images, and generating the needed documentation for our efforts.
 
Welcome to the XINU for Routers Main Page. This is for developing documentation for our development process that began in the summer of 2006.  As this is a wiki, you can sign up and begin adding and editing content, uploading images, and generating the needed documentation for our efforts.
 +
 +
 +
== Guides to Replicate Our Work ==
 +
* [[HOWTO:Install OpenWRT|Install OpenWRT]]
 +
* [[HOWTO:Connect a serial console|Connect a serial console]]
 +
* [[HOWTO:Run your own code|Run your own code]]
  
 
== Project Outline ==
 
== Project Outline ==
Line 23: Line 29:
 
** [[XINU]] (an O/S of our own)
 
** [[XINU]] (an O/S of our own)
  
== Guides ==
 
How to...
 
* [[HOWTO:Install OpenWRT|Install OpenWRT]]
 
* [[HOWTO:Connect a serial console|Connect a serial console]]
 
* [[HOWTO:Run your own code|Run your own code]]
 
  
  

Revision as of 20:15, 5 March 2007

Welcome to the XINU for Routers Main Page. This is for developing documentation for our development process that began in the summer of 2006. As this is a wiki, you can sign up and begin adding and editing content, uploading images, and generating the needed documentation for our efforts.


Guides to Replicate Our Work

Project Outline

  • Goals
  1. Infect WRT54GL Routers with a XINU kernel
  2. Develop XINU to a point where it can control the router's basic functions
  3. Use this platform for a course in embedded systems and/or networking


More Research

  • TODO: (concrete tasks)
    • XINU Tasks
      • Complete wired NIC driver.
      • Start on wireless NIC driver and "RoboSwitch".
      • Integrate XINU TCP/IP stack.
  • TOTHINK: (abstract goals and wishlists)
    • Learn more about the memory structure and underlying hardware.
    • How should the loader discover hardware parameters if CFE does not implement device enumeration?
    • How do we safely access flash memory without bricking the router?

Useful Links