Main Page

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Hardware Reference Documentation: Revised the Hardware section with the new Neo1973 Hardware category.)
(Hardware Reference Documentation: Added referemce to new Category:Neo1973 Hardware Debugging)
Line 36: Line 36:
 
* All [[:Category:Hardware|Hardware]] related documentation and specifications are found on the [[:Category:Hardware|Hardware page]].
 
* All [[:Category:Hardware|Hardware]] related documentation and specifications are found on the [[:Category:Hardware|Hardware page]].
 
* The [[:Category:Neo1973 Hardware|Neo1973 Hardware page]] provides an overview of the hardware components used by the [[:Category:Neo1973 Hardware|Neo1973 hardware platform]]. PCB Photographs are also included. An interesting [[Disassembling Neo1973 | photo disassemble story]] may be an interesting starting place.
 
* The [[:Category:Neo1973 Hardware|Neo1973 Hardware page]] provides an overview of the hardware components used by the [[:Category:Neo1973 Hardware|Neo1973 hardware platform]]. PCB Photographs are also included. An interesting [[Disassembling Neo1973 | photo disassemble story]] may be an interesting starting place.
* [[Debug Board]] - The Debug Board for the Neo1973
+
* [[:Category:Neo1973 Hardware Debugging | Neo1973 Hardware Debugging]] is assisted with the [[Debug Board | Neo1973 debug board]].  A page discussing [[Connecting Neo1973 with Debug Board v2 | debug board and Neo1973 configurations]] are also provided.
** [[Connecting Neo1973 with Debug Board v2]]
+
  
 
=== Software Reference Documentation ===
 
=== Software Reference Documentation ===

Revision as of 21:20, 6 April 2007

Welcome to the OpenMoko public Wiki
For other languages see the bottom of this page.

frontside

OpenMoko is an Open Source project with the goal of creating the world's first completely open mobile phone software stack. The project has been founded with that belief that standardization should start from the OpenMoko community verses the normal consortium oriented phone development environment. OpenMoko has two aspects of development. There is the initial FIC Neo1973 hardware platform. OpenMoko is the software stack that runs on this platform. Eventually, OpenMoko will run on all kinds of Linux-capable mobile phones. Please join us in colaborating on the OpenMoko project through any of the project resources including the OpenMoko wiki. A core team of developers from FIC Inc leads the project.

An introduction page is available. The page has both photos and videos available. Moreover, the usual Frequently Asked Questions, FAQ, page might be helpful. Developers may find the daily software change log an important resource.

The members of the OpenMoko community would like to thank FIC Inc. for showing leadership and initiating the OpenMoko project.


Contents

OpenMoko Areas of Interest

  • Basic End-user - Information for end users that want basic functionality and no surprises
  • Advanced End-user - Information for advanced end-users that want advanced and experimental functionality but who are not programmers
  • Project Resources page provides a centralized location of all resources such as mailing lists, communication tools, and other software development oriented resources.
  • Application Developer - Information for application developers including ideas and specifications for applications, and tools to build them
  • System Developer - Information for the system developer including bootloader, kernel, and libraries
  • Hardware Developer - Information for the hardware developer including hardware specs, and debug board


Developer's Documentation

Hands-on Guides

Hardware Reference Documentation

Software Reference Documentation

  • Architectural
  • Host utilities
    • dfu-util - A USB DFU (Device Firmware Update) host program
    • devirginator - A set of scripts to re-program the entire device and last-resort phone un-bricking
    • Toolchain - The toolchain we use for compilation
    • Neo1973 OpenOCD - The On-Chip Debugger we use for development
    • OpenEmbedded - The distribution building framework
  • Device Software
    • Low-Level
      • u-boot - The bootloader we use, including docs to our modifications
      • kernel - The Linux Kernel we use, including docs to our modifications
    • Userspace

User Interface Related

Misc. Development Related

Administrative / Organizational

  • Shipping Notes - Information to help FIC how to ship products to you
  • My Account - Ideas for what sort of account based services FIC should provide with the phone.

Miscellaneous

  • WiFi support in OpenMoko - Or rather the lack thereof
  • Neo1973 and Windows - If you want to commit that offence ;) (does not work, help!)
  • Press Coverage - What the press says about the OpenMoko project
  • mFAQ - The OpenMoko Misinformation FAQ (mFAQ) - What the press incorrectly says about the OpenMoko project
  • Wish List - A collection of ideas and ideals we'd like to see implemented some day
  • Wish List - Hardware - A collection of ideas we'd like to see in the next Neo release
  • Media Content - What types of media on the device can we use (that is non-software)?
  • Testimonials - How did you get to OpenMoko?
  • Buying Interest List - (Not official and not a pre-order page) Have you have put money aside for Neo1973? Put your nick here.
  • Style Sheet - The correct way to spell OpenMoko and other words
  • iPhone - Comparison between Apple iPhone and FIC Neo1973
  • Translation - Translation of OpenMoko
  • Summer of code - Our page with project applications for Googles Summer of Code

FIC / OpenMoko at Events

Past Events

  • FOSTEL - European Institute of Technology, Paris, France | April 4-5, 2007
  • Pingwinaria 2007 - Krynica, Poland - 15-18 March 2007 - Tomasz Zieliński gave a talk about OpenMoko and Marcin Juszkiewicz gave talk about OpenEmbedded
  • FOSDEM - Brussels, Belgium - 23 to 25 Februari 2007
  • ETel - Tuesday, February 27 through Thursday, March 1, 2007, near San Francisco
  • Linux Forum - Copenhagen Denmark. 2.-3. March 2007. Presentation about OpenMoko on Saturday by Martin Hansen and Ole Tange.
  • Lunch@Piero's - CES, Las Vegas, NE | 7-9 January, 2007
  • Open Source in Mobile - Amsterdam, The Netherlands, 7-8 November 2006. Sean Moss-Pultz's "Mystery Guest" presentation can be found here.


Getting started with this wiki

Personal tools

Welcome to the OpenMoko public Wiki
For other languages see the bottom of this page.

frontside

OpenMoko is an Open Source project with the goal of creating the world's first completely open mobile phone software stack. The project has been founded with that belief that standardization should start from the OpenMoko community verses the normal consortium oriented phone development environment. OpenMoko has two aspects of development. There is the initial FIC Neo1973 hardware platform. OpenMoko is the software stack that runs on this platform. Eventually, OpenMoko will run on all kinds of Linux-capable mobile phones. Please join us in colaborating on the OpenMoko project through any of the project resources including the OpenMoko wiki. A core team of developers from FIC Inc leads the project.

An introduction page is available. The page has both photos and videos available. Moreover, the usual Frequently Asked Questions, FAQ, page might be helpful. Developers may find the daily software change log an important resource.

The members of the OpenMoko community would like to thank FIC Inc. for showing leadership and initiating the OpenMoko project.


OpenMoko Areas of Interest

  • Basic End-user - Information for end users that want basic functionality and no surprises
  • Advanced End-user - Information for advanced end-users that want advanced and experimental functionality but who are not programmers
  • Project Resources page provides a centralized location of all resources such as mailing lists, communication tools, and other software development oriented resources.
  • Application Developer - Information for application developers including ideas and specifications for applications, and tools to build them
  • System Developer - Information for the system developer including bootloader, kernel, and libraries
  • Hardware Developer - Information for the hardware developer including hardware specs, and debug board


Developer's Documentation

Hands-on Guides

Hardware Reference Documentation

Software Reference Documentation

  • Architectural
  • Host utilities
    • dfu-util - A USB DFU (Device Firmware Update) host program
    • devirginator - A set of scripts to re-program the entire device and last-resort phone un-bricking
    • Toolchain - The toolchain we use for compilation
    • Neo1973 OpenOCD - The On-Chip Debugger we use for development
    • OpenEmbedded - The distribution building framework
  • Device Software
    • Low-Level
      • u-boot - The bootloader we use, including docs to our modifications
      • kernel - The Linux Kernel we use, including docs to our modifications
    • Userspace

User Interface Related

Misc. Development Related

Administrative / Organizational

  • Shipping Notes - Information to help FIC how to ship products to you
  • My Account - Ideas for what sort of account based services FIC should provide with the phone.

Miscellaneous

  • WiFi support in OpenMoko - Or rather the lack thereof
  • Neo1973 and Windows - If you want to commit that offence ;) (does not work, help!)
  • Press Coverage - What the press says about the OpenMoko project
  • mFAQ - The OpenMoko Misinformation FAQ (mFAQ) - What the press incorrectly says about the OpenMoko project
  • Wish List - A collection of ideas and ideals we'd like to see implemented some day
  • Wish List - Hardware - A collection of ideas we'd like to see in the next Neo release
  • Media Content - What types of media on the device can we use (that is non-software)?
  • Testimonials - How did you get to OpenMoko?
  • Buying Interest List - (Not official and not a pre-order page) Have you have put money aside for Neo1973? Put your nick here.
  • Style Sheet - The correct way to spell OpenMoko and other words
  • iPhone - Comparison between Apple iPhone and FIC Neo1973
  • Translation - Translation of OpenMoko
  • Summer of code - Our page with project applications for Googles Summer of Code

FIC / OpenMoko at Events

Past Events

  • FOSTEL - European Institute of Technology, Paris, France | April 4-5, 2007
  • Pingwinaria 2007 - Krynica, Poland - 15-18 March 2007 - Tomasz Zieliński gave a talk about OpenMoko and Marcin Juszkiewicz gave talk about OpenEmbedded
  • FOSDEM - Brussels, Belgium - 23 to 25 Februari 2007
  • ETel - Tuesday, February 27 through Thursday, March 1, 2007, near San Francisco
  • Linux Forum - Copenhagen Denmark. 2.-3. March 2007. Presentation about OpenMoko on Saturday by Martin Hansen and Ole Tange.
  • Lunch@Piero's - CES, Las Vegas, NE | 7-9 January, 2007
  • Open Source in Mobile - Amsterdam, The Netherlands, 7-8 November 2006. Sean Moss-Pultz's "Mystery Guest" presentation can be found here.


Getting started with this wiki