Confirmed users
1,377
edits
No edit summary |
|||
| Line 11: | Line 11: | ||
apt-get update | apt-get update | ||
apt-get upgrade | apt-get upgrade | ||
apt-get install sudo build-essential python2.5 python2.5-dev | apt-get install sudo build-essential python2.5 python2.5-dev linux-headers-`uname -r` openssh-server parted openssl git-core uuid-dev | ||
apt-get build-dep mtd-utils | |||
visudo | visudo | ||
#add the line | #add the line | ||
| Line 108: | Line 110: | ||
request_module: runaway loop modprobe binfmt-464c | request_module: runaway loop modprobe binfmt-464c | ||
Then there is a Maemo SD card inserted into the computer. Remove all sd cards and readers and reboot | Then there is a Maemo SD card inserted into the computer. Remove all sd cards and readers and reboot | ||
==Setup mtd utils== | |||
git clone git://git.infradead.org/mtd-utils.git | |||
cd mtd-utils/ubi-tools | |||
make | |||
cp ubinize ~/n900-imaging | |||
cd ../mkfs.ubifs | |||
make | |||
cp mkfs.ubifs ~/n900-imaging | |||