Meego Wiki
Views

ARM/MSMQSD/Initial Work

From MeeGo wiki
< ARM | MSMQSD(Difference between revisions)
Jump to: navigation, search
(Created page with "File:nexus2.jpg * Download image from http://repo.meego.com/MeeGo/releases/1.0/core/images/meego-n900-open-armv7l/ * Download kernel image from http://irregular-expression.c…")
 
Line 8: Line 8:
  sudo ./fastboot -c 'root=/dev/mmcblk0p1 rw rootfs=ext2 init=/sbin/init rootwait noinitrd' boot zImage  
  sudo ./fastboot -c 'root=/dev/mmcblk0p1 rw rootfs=ext2 init=/sbin/init rootwait noinitrd' boot zImage  
-
This should bring up an xterm on you Nexus 1.  Not much can be don with this yet.
+
This should bring up an xterm on you Nexus 1.   
Thanks to storm99999 for these instructions
Thanks to storm99999 for these instructions

Latest revision as of 23:22, 22 September 2010

Nexus2.jpg

bunzip2 meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw.bz2 
sudo dd bs=4096 if=meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw of=/dev/sdX
sudo ./fastboot -c 'root=/dev/mmcblk0p1 rw rootfs=ext2 init=/sbin/init rootwait noinitrd' boot zImage 

This should bring up an xterm on you Nexus 1.

Thanks to storm99999 for these instructions

Personal tools