Skip to content

Copyleft Hardware

NanoNote website ( 本 芽 木 果 )

Archive

Category: Openmoko

前些天在北京见到了两个玩 FreeRunenr 的人。他们自己手工做了几个DEBUG BOARD。把 4 层板改成 2 层了。

如果有人需要Debug Board. 就不需要从国外买了。 或者对这方面感兴趣,可以联系我。

Hi I meet some guys who play the FreeRunner. they make the debug board by themself. change the 4 lays to 2 lays.

if someone in China who want buy this board. just contact me. then you don’t need buy this one form foreign country :)

if you have interest in this board. you can contact the board maker :)   email: [bigcren at gmail dot com]

I plan to port the openmoko to Pi.

if there is any progress.

I will post it here.

take a look at : http://olofsj.github.com/enscribi/

STEP:

opkg install http://www.opkg.org/packages/zinnia_0.02_armv4t.ipk

opkg install http://www.opkg.org/packages/zinnia-tomoe-zh_0.6.0-20080911_armv4t.ipk

opkg install http://www.opkg.org/packages/enscribi_0.1_armv4t.ipk

goto “setup” –> “keyboard” –> “enscribi”

then you get a Chinese input method.

祝大家新年快乐,

祝2009年

”牛“住快乐,

”牛“住钞票,

”牛“住笑容,

”牛“住幸福,

”牛“住一切美好!

过一个历史上最“牛“的年!

中文IRC:#openmoko-cn

大家可以一起用中文在这里讨论。

1. insmod

modprobe mtdcore

modprobe jffs2

modprobe mtdram total_size=100000 erase_size=256

modprobe mtdchar

modprobe mtdblock

2. check mtd

(1) check is there /dev/mtd0 and /dev/mtdblock0

  cat /proc/mtd

3. mount to folder

mkdir /mnt/test/

dd if= of=/dev/mtd0

mount -t jffs2 /dev/mtdblock0 /mnt/test/

最近有时间将android安装在freerunner上

使用感受:

说明:我用的联通的卡,移动的还没有试过

   bootloader是QI

1、freerunner的分辨率很高,界面非常清晰,非常漂亮:-)

2、android的界面类似linux的多桌面功能,可以三个界面流畅的切换–壁纸不变

3、android显示的中文是繁体中文,没有中文输入法

3、通话和短信功能都能使用

4、听筒声音很小,但是外放声音够大

5、能够显示中文短信,只是过长的短信会被截断,只能大概显示16个汉字

6、SIM卡什么都不读出来(中文人名、英文人名、数字都读不出来)

7、目前会在各界面添加图标,但是还不知道怎么删除

8、还没搞定怎么上网

10、还没弄明白怎么截图,只能看看界面切换的视频效果:(本周内会搞定截图,贴些漂亮的效果图片)界面切换的视频

wolfgang wrote:

Let me explain Openmoko's software strategy for the next 6 months:

—1 current stable image

Our current stable image is called 'Om2008.9', available at http://downloads.openmoko.org/releases/Om2008.9/.

We are sometimes cherry-picking fixes into it, but admittedly not as

many as we would like. If someone wants to step up to become stable

maintainer for this image and cherry-pick more fixes into it, please

let me know.

Alternatively, a number of other images are available, Debian, Qt

Extended, Android, FDOM, SHR, etc.

See http://wiki.openmoko.org/wiki/Distributions

for a more comprehensive list.

—2 Mickey's framework milestones

As many people know, the next big thing for Openmoko will be Mickey's

FSO framework around d-bus and Python, and the Paroli telephony UI.

See http://wiki.openmoko.org/wiki/OpenmokoFramework

A few weeks ago, Mickey released milestone 4, available at http://downloads.freesmartphone.org/fso-stable/milestone4.1/

In late January, he plans to come out with milestone 5, in late March

with milestone 6.

See here for a more detailed roadmap: http://trac.freesmartphone.org/roadmap

—3 next major release, Om2009

After the next 2 FSO milestones, Openmoko will fork off a stable

branch, and spend 2-3 months on testing and bug fixing. This will lead

to our next major release, Om2009.

The telephony UI will be Paroli, see http://code.google.com/p/paroli/

The way things are going right now, we will probably have this release

mid-next year.

That's about it. Lots of good stuff happening in that direction, most

importantly I would mention the progress with our .28 kernel, improved

wifi driver, some attempts at getting more out of the glamo chip,

improved boot time, etc.

简体中文版:-)

openmoko未来6个月的软件策略:

— 1目前的稳定镜像

我们当前的稳定的形象是' Om2008.9 ' ,见http://downloads.openmoko.org/releases/Om2008.9/ 我们一直在努力修复它,但是显然还远没有满足我们的需求。如果有人想要成为这个镜像的维护者并且进一步修复它请

让我知道。

另外,其他一些可用的镜像, Debian, Qt ,Extended, Android, FDOM, SHR, 等

见http://wiki.openmoko.org/wiki/Distributions更全面的清单。

—2 Mickey's 里程碑式的框架

正如许多人都知道的那样,Openmoko下一件重大的事情是 Mickey's围绕d-bus and Python的FSO 框架 , 和Paroli电话的用户界面。

见 http://wiki.openmoko.org/wiki/OpenmokoFramework

几个星期前, Mickey 发布里程碑4, 见http://downloads.freesmartphone.org/fso-stable/milestone4.1/。

1月下旬,他计划推出里程碑式5 ,在3月下旬里程碑6。 在这里看到更详细的路线图: http://trac.freesmartphone.org/roadmap

—3下一个重要版本, Om2009

在下2个 FSO 里程碑后,Openmoko 将要划分branch, 并花2-3 个月测试、修补bug。这将导致我们的下一个重要版本, Om2009 。电话用户界面将(实现)Paroli , 见 http://code.google.com/p/paroli/

我们已经按计划开始实施, 将在明天中旬左右发布。

i have write two shell file to make FreeRunner display Chinese.

and put the font file and Chinese desktop file together.

Download: http://www.openmobilefree.net/other/xiangfu/file/diskplay-chinese.tar

if you have problem with this .send me Email: xiangfu@openmoko.org

刚刷了一下openmoko-fso-image的ROOTFS

1。桌面

2。 zhone

3。 一个游戏

Switch to our mobile site