Nec MobilePro 770/780/790
Home | News | Hardware | Status | How-To | Downloads
-
Format CF card using MobilePro 790
-
Run Linux on your desktop, this how-to assumes you have Ubuntu live CD
-
Use partition manager app to make 2 partitions. If you are using fdisk, type:
"o (enter) n (enter) p (enter) 1 (enter) (enter) +48 (enter) t (enter) 6 (enter) n (enter) p (enter) 2 (enter) (enter) (enter) w (enter)", then skip next 3 steps
-
1 48 MB FAT32 was created at /dev/hde1 (was designated 'boot'), it should be large enough to hold your boot files
(NOTE: You cannot create a FAT32 partition, less than 48Mb. Use FAT16 instead).
-
Check to make sure partition is recognised by MobilePro 790
-
Use Ubuntu partition manager app to make 1 ext2 partition in the remainder of the space and that is at /dev/hde2
-
In Ubuntu terminal:
-
$ mkdir dos
-
$ mkdir ext2
-
$ sudo mount -t msdos /dev/hde2 dos
-
$ sudo mount -t ext2 /dev/hde3 ext2
-
Download files from Downloads page for some files, two links are available and only 1 resulted in a good download
-
In Ubuntu terminal:
-
$ sudo cp rootfs.tar.bz2 and picogui.tar.bz2 to ext2/
-
$ sudo cp boot-files.tar.bz2 to dos/
-
$ sudo tar -xvf rootfs first, then picogui, so that the files expand into ext2/
-
$ sudo tar -xvf boot-files
and
-
$ sudo cp vmlinux 0902.exe dos/
-
$ sudo rm ext2/rootfs.tar.bz2 ext2/picogui.tar.bz2
-
$ sudo umount dos
-
$ sudo umount ext2
-
Eject card (maybe should shutdown before ejecting next time)
Run Linux
Run 0902.exe on your hendheld. Specify
-
Kernel name:
-
\Storage Card2\vmlinux-770 (MP-770)
-
\Storage Card2\vmlinux (MP-780/790)
-
Frame Buffer:
-
Mobile Pro 770 (MP-770)
-
Mobile Pro 780 (MP-780/790)
-
Options: root=/dev/hda2 rw
and press "Boot".
If you want PicoGUI, extract picogui.tar.bz2 to the root directory of your CF card just after you have extracted normal rootfs and use pgstart command to launch it.