Ubuntu ported to ARM (Apr. 18, 2008) - Linux

Zora avatar
By Zora
at 2008-08-22T11:37

Table of Contents


http://www.linuxdevices.com/news/NS2097004728.html

[摘錄並翻譯一小部份]

A Nokia-sponsored project is porting Ubuntu Linux to the ARM architecture.
The "Handheld Mojo" team has completed ARM builds of Feisty Fawn (dubbed
"Frisky Firedrake") and Gutsy Gibbon ("Grumpy Griffin"), with Hardy Heron
compilation starting soon.

Nokia贊助了一個名為"Handheld Mojo"的專案,它將Ubuntu移植到了ARM平台,
目前(今年四月),Feisty Fawn與Gutsy Gibbon的移植已經完成,Hardy Heron
則是正在進行中。

Mojo's Ubuntu port for ARM can be tested in QEMU, an open source emulator
that supports various ARM architectures. Or, it can be run in a chrooted
environment from an SD flash memory card installed on Nokia's Linux-based
N8xx series Internet tablets. Since the ports are built for ARM Ltd.'s
ARMv5EL and ARMv6EL-VFP architectures, they should also run on lots of other
devices with ARM9 and ARM11 cores.

可以在X86平台上用QEMU測試這個專案,也可以用Nokia's Linux-based N8xx series
Internet tablets進行測試,它是為ARMv5EL與ARMv6EL-VFP而做的,但是應該也可以在
ARM9與ARM11上執行。

Nokia has long been a pioneer in the application of desktop software on
embedded devices. For example, its Linux based Internet tablets run
full-blown X11 and GTK+, instead of a lightweight "embedded" development
framework like Qt/Embedded. And, rather than an embedded browser like Opera,
Nokia's newest TabletOSes include a "MicroB" browser derived from Firefox.
Desktop software is better tested, more familiar to users, and more
compatible, Nokia's director of open source, Dr. Ari Jaaksi, is fond of
observing.

Nokia一直都是將desktop software移植到embedded devices的先鋒,比如說:他們的
Linux based Internet tablets所使用的就是full-blown X11 and GTK+,而不是
Qt/Embedded,他們使用Firefox的分支("MicroB"),而不是embedded browser like
Opera。Desktop software被較充分地測試過,對使用者而言也比較容易上手。



--
Tags: Linux

All Comments

Re: ntpdate from cron -- DON'T DO THAT!

Anonymous avatar
By Anonymous
at 2008-08-22T09:02
※ 引述《depository (dreamer)》之銘言: : 標題: ntpdate from cron -- DONand#39;T DO THAT! : 時間: Thu Aug 21 22:02:58 2008 ^^^^2008 : http:/ ...

virtualbox不能重開fedora

Madame avatar
By Madame
at 2008-08-22T04:53
昨天新安裝的.. 今天用 virtualbox重開出現error PIIX3 cannot attach drive to the Secondary Master. VBox status code: -2 (VERR_INVALID_PARAMETER). 結果代碼: E_FAIL (0x800 ...

資料消失的隨身碟

Emma avatar
By Emma
at 2008-08-22T04:16
今天把筆電裝了ubuntu 8.04 也裝了lazyubuntu 之後用我的隨身碟傳了一些實驗資料到筆電裡 重開機後 不知怎麼地 我的隨身碟裡面的資料都看不見了 不過用df去看仍然可以看到裡面是有資料佔了空間的 而且ubuntu自己抓到這隨身跌的名稱是亂碼 這是要卸載的時候出現的錯誤訊息 左上是 ...

UNIX下如何安裝SAMBA?

Valerie avatar
By Valerie
at 2008-08-22T00:36
找不到UNIX專版,只好上UNIX-LIKE的LINUX版問了… 請問版上的高手,該如何在UNIX上安裝SAMBA呢? 小弟下載了SAMBA.tar.gz,解壓縮後進source 下了 configure make make install 但要執行時還是會出錯… (執行檔是/usr/local/sbin/s ...

請問如何偵測使用者登入在本機?

Xanthe avatar
By Xanthe
at 2008-08-21T22:42
※ 引述《chiucs (ChiuCS)》之銘言: : if [ and#34;`/sbin/consoletype`and#34; = and#34;vtand#34; ]; then : unset LANG : else : LANG=zh_TW.Big5 : fi : ...