This week I took some time playing with Meego distro. I got a D510MO motherbord with Atom processor to put Meego working on it. It wasn’t a hard work regarding Meego already contain a X86 repository. Last Meego release was from March 31st but they have a repository contain more recent packages. So I created a new image with most recent packages. I faced some problems to create Meego image using Ubuntu and notes about my experience with Meego are available on my wiki page.
Ontem estive na Uninorte falando sobre o desenvolvimento para dispositivos móveis da Nokia usando Linux. Este foi o maior público para o qual já palestrei. Acredito que mais de 200600 300 pessoas estavam no evento. Muito bom este tipo de evento interno com o objetivo de promover a integração entre os alunos de redes da Uninorte. Acho sensacional o fato do departamento de computação estimular a utilização de SW livre por meio de palestras e eventos.
This week I got Ubuntu Karmic(ubuntu-minimal) working on N810/N800 with Linux kernel version 2.6.33. Serial, USB(g_ether) and flash memory are working fine with this version. It’s enough to use console over SSH and test some terminal applications. But it’s going to take time to get it working fully on n8x0 like linux-omap 2.6.29.
—————–
$ ssh ubuntu@10.0.1.10
ubuntu@10.0.1.10′s password:
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l
…
ubuntu@n810:~$ cat /proc/cpuinfo | grep Hardware
Hardware : Nokia N810
ubuntu@n810:~$ uname -a
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l GNU/Linux
ubuntu@n810:~$ cat /etc/issue.net
Ubuntu 9.10
* My kernel configuration define g_ether(USB gadget ethernet) as built-in(CONFIG_USB_ETH=y).
* initfs is not necessary. My kernel configuration changed to bootup directly by flash memory(CONFIG_CMDLINE=”root=1f04 rootfstype=jffs2 console=ttyS2,115200n8″).