System Developer/zh cn

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Create System_Developer/zh_cn for future editing.)
 
m (Replacing '\[\[Openmoko\]\]' with 'Openmoko')
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
In this section you will find information geared towards library and system developers.
+
{{Languages|System_Developer}}
  
== Software ==
+
在本节的内容中,你可以找到与链接库及系统开发的信息:
  
=== For the host PC ===
+
== 软件 ==
  
Some software runs on the PC connected to the smartphone.
+
  
* [[sjf2410-linux]] - for un-bricking your Neo1973
+
=== 主机端软件 ===
* [[s3c2410_boot_usb]] - program for transferring code to the smartphone's RAM (such as bootloader)
+
* [[Toolchain]] - compiler for bootloader and kernel
+
* [[Neo1973 OpenOCD]] - on chip debugger
+
  
=== For the smartphone ===
+
 +
 
 +
一些运行在电脑端并与手机相连接的软件。
 +
 
 +
 +
 
 +
* [[sjf2410-linux]] - 在Neo 1973 的NAND功能失常时,用来修复损毁的程序。
 +
 
 +
* [[s3c2410_boot_usb]] - 向手机的 RAM 传输代码的程序(就像引导加载器一样)。
 +
 
 +
* [[Toolchain]] - 用来编译引导加载器和内核。
 +
 
 +
* [[Neo1973 OpenOCD]] - 片上调试器。
 +
 
 +
 +
 
 +
=== 手机端软件 ===
 +
 
 +
 +
 
 +
* 底层
 +
 
 +
** [[u-boot]] - 我们使用的引导加载器。
 +
 
 +
** [[Kernel]] - Neo1973 的 Linux 内核
 +
 
 +
* 用户空间
 +
 
 +
** [[gsmd]] - gsm 背景程序(daemon) ,负责与GSM 调制解调器进行沟通
 +
 
 +
** [[gpsd]] - gps 背景程序(daemon),负责与GPS单元沟通。
 +
 
 +
** Openmoko 发布版
 +
 
 +
*** [[Openmoko2007]] 首先释出
  
* Low-level
 
** [[u-boot]] - The bootloader that we use
 
** [[Kernel]] - The Linux Kernel of the Neo1973
 
* Userspace
 
** [[gsmd]] - The gsm daemon talking to the GSM Modem
 
** [[gpsd]] - The gps daemon talking to the GPS Unit
 
** [[OpenMoko]] distribution
 
*** [[OpenMoko2007]] is the first release
 
 
*** [[Userspace root image]]
 
*** [[Userspace root image]]
{{Languages|System_Developer}}
+
 
 +
[[Category:System Developers/zh cn| ]]

Latest revision as of 12:58, 23 August 2008


在本节的内容中,你可以找到与链接库及系统开发的信息:

[edit] 软件

[edit] 主机端软件

一些运行在电脑端并与手机相连接的软件。


  • sjf2410-linux - 在Neo 1973 的NAND功能失常时,用来修复损毁的程序。
  • s3c2410_boot_usb - 向手机的 RAM 传输代码的程序(就像引导加载器一样)。
  • Toolchain - 用来编译引导加载器和内核。


[edit] 手机端软件

  • 底层
    • u-boot - 我们使用的引导加载器。
    • Kernel - Neo1973 的 Linux 内核
  • 用户空间
    • gsmd - gsm 背景程序(daemon) ,负责与GSM 调制解调器进行沟通
    • gpsd - gps 背景程序(daemon),负责与GPS单元沟通。
    • Openmoko 发布版
Personal tools

In this section you will find information geared towards library and system developers.

Software

For the host PC

Some software runs on the PC connected to the smartphone.

For the smartphone