176
edits
No edit summary |
|||
| Line 45: | Line 45: | ||
===2. SETUP YOUR N810=== | ===2. SETUP YOUR N810=== | ||
Now leave your desktop for a while and go to your N810. Turn it on and open an X Terminal : | |||
* Make the internal card executable | * Make the internal card executable | ||
open the mmc-mount file: | |||
sudo gainroot | |||
vi /usr/sbin/mmc-mount | |||
modify the only script line to match the following line : | |||
mount -t vfat -o rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed "$1" "$2" > /dev/null | |||
... save the file and reboot the device. | |||
* Add some swap space to your internal card | * Add some swap space to your internal card | ||
<pre> | <pre> | ||
| Line 59: | Line 66: | ||
* Install opcontrol | * Install opcontrol | ||
* Install the debug packages | * Install the debug packages | ||
=DEBUG AND PROFILE= | =DEBUG AND PROFILE= | ||
edits