(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. | + | This should bring up an xterm on you Nexus 1. |
Thanks to storm99999 for these instructions | Thanks to storm99999 for these instructions | ||
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