Main Page/zh cn

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
m
Line 19: Line 19:
 
** [[Development resources#Wiki|维基]]
 
** [[Development resources#Wiki|维基]]
 
** [[Development resources#Bugzilla|Bugzilla]]
 
** [[Development resources#Bugzilla|Bugzilla]]
** [[Development resources#IRC|IRC]]
+
** [[Development resources#IRC|IRC频道]]
 
** [[Development resources#SVN|svn + svnweb]]
 
** [[Development resources#SVN|svn + svnweb]]
 
** [[Development resources#Projects|项目]]
 
** [[Development resources#Projects|项目]]
Line 25: Line 25:
 
== 开发者文档 ==
 
== 开发者文档 ==
  
=== Hands-on Guides ===
+
=== 实践指南 ===
 
* [[Getting Started with your Neo1973]]
 
* [[Getting Started with your Neo1973]]
 
* [[MokoMakefile|Building OpenMoko using the MokoMakefile]] ([[MokoMakefile/ru|Rus]])
 
* [[MokoMakefile|Building OpenMoko using the MokoMakefile]] ([[MokoMakefile/ru|Rus]])
Line 42: Line 42:
  
 
=== 软件参考文档 ===
 
=== 软件参考文档 ===
* Architectural
+
* 软件架构
** [[OpenMokoFramework]] - The OpenMoko Application Framework
+
** [[OpenMokoFramework]] - OpenMoko应用程序框架
* Host utilities
+
* 主机端工具
** [[dfu-util]] - A [[USB DFU]] (Device Firmware Update) host program
+
** [[dfu-util]] - 主机端程序[[USB DFU]] (Device Firmware Update)
 
** [[devirginator]] - A set of scripts to re-program the entire device
 
** [[devirginator]] - A set of scripts to re-program the entire device
 
** [[sjf2410-linux]] - a JTAG NAND flashing program, last-resort phone un-bricking
 
** [[sjf2410-linux]] - a JTAG NAND flashing program, last-resort phone un-bricking
 
** [[s3c2410_boot_usb]] - a program for transferring code to the RAM of QT2410 (not Neo1973)
 
** [[s3c2410_boot_usb]] - a program for transferring code to the RAM of QT2410 (not Neo1973)
** [[Toolchain]] - The toolchain we use for compilation
+
** [[Toolchain]] - 我们用来进行程序编译的工具链
 
** [[Neo1973 OpenOCD]] - The On-Chip Debugger we use for development
 
** [[Neo1973 OpenOCD]] - The On-Chip Debugger we use for development
 
** [[OpenEmbedded]] - The distribution building framework
 
** [[OpenEmbedded]] - The distribution building framework
* Device Software
+
* 设备软件
** Low-Level
+
** 底层
*** [[u-boot]] - The bootloader we use, including docs to our modifications
+
*** [[u-boot]] - 我们使用的引导装载程序,包括针对我们所做的修改部分的一些文档
*** [[kernel]] - The Linux Kernel we use, including docs to our modifications
+
*** [[kernel]] - 我们使用的Linux内核,包括针对我们所做的修改部分的一些文档
** Userspace
+
** 用户空间
 
*** [[gsmd]] - the GSM daemon managing the GSM Modem
 
*** [[gsmd]] - the GSM daemon managing the GSM Modem
 
*** [[gpsd]] - the AGPS (Assisted GPS) daemon
 
*** [[gpsd]] - the AGPS (Assisted GPS) daemon
Line 79: Line 79:
 
* [[Neo1973 Phase 0]] -- Information for Phase 0 device owners
 
* [[Neo1973 Phase 0]] -- Information for Phase 0 device owners
  
== Administrative / Organizational ==
+
== 管理/组织 ==
  
 
* [[Shipping Notes]] - Information to help FIC how to ship products to you
 
* [[Shipping Notes]] - Information to help FIC how to ship products to you

Revision as of 05:45, 7 March 2007

Contents

欢迎来到OpenMoko公共维基
其他语言版本请看本页面底部.

This is to be the evolving, definitive resource on Neo1973 development -- 运行OpenMoko的GSM+AGPS智能手机. 本维基的目的是协作改进和更新此站点上的所有信息.

简介

项目资源

开发者文档

实践指南

硬件参考文档

软件参考文档

  • 软件架构
  • 主机端工具
  • 设备软件
    • 底层
      • u-boot - 我们使用的引导装载程序,包括针对我们所做的修改部分的一些文档
      • kernel - 我们使用的Linux内核,包括针对我们所做的修改部分的一些文档
    • 用户空间

用户接口相关文档

杂项开发相关文档

管理/组织

  • 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

  • Neo1973 and Windows - If you want to commit that offence ;)
  • 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

FIC / OpenMoko at Events

  • Pingwinaria 2007 - Krynica, Poland - 15-18 March 2007 - Tomasz Zieliński will give a talk about OpenMoko and Marcin Juszkiewicz will talk about OpenEmbedded
  • FOSTEL - Paris, France - 4-5 April 2007 - Sean Moss-Pultz will be there

Past Events

  • 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.

Sections by target audience

  • 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
  • Application Developer - Information for application developers including ideas and specifications for applications, and tools to build them
  • System Developer - 针对系统开发人员的信息,包括引导装载程序,内核和程序库
  • Hardware Developer - Information for the hardware developer including hardware specs, and debug board

维基起步

Personal tools

Contents

欢迎来到OpenMoko公共维基
其他语言版本请看本页面底部.

This is to be the evolving, definitive resource on Neo1973 development -- 运行OpenMoko的GSM+AGPS智能手机. 本维基的目的是协作改进和更新此站点上的所有信息.

简介

项目资源

开发者文档

Hands-on Guides

硬件参考文档

软件参考文档

  • Architectural
  • Host utilities
  • 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

用户接口相关文档

杂项开发相关文档

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

  • Neo1973 and Windows - If you want to commit that offence ;)
  • 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

FIC / OpenMoko at Events

  • Pingwinaria 2007 - Krynica, Poland - 15-18 March 2007 - Tomasz Zieliński will give a talk about OpenMoko and Marcin Juszkiewicz will talk about OpenEmbedded
  • FOSTEL - Paris, France - 4-5 April 2007 - Sean Moss-Pultz will be there

Past Events

  • 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.

Sections by target audience

  • 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
  • Application Developer - Information for application developers including ideas and specifications for applications, and tools to build them
  • System Developer - 针对系统开发人员的信息,包括引导装载程序,内核和程序库
  • Hardware Developer - Information for the hardware developer including hardware specs, and debug board

维基起步