Confirmed users
1,377
edits
| Line 108: | Line 108: | ||
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 | ||
==Set up Fremantle only Scratchbox== | |||
Download the scratchbox and sdk setup scripts: | |||
http://repository.maemo.org/stable/5.0/maemo-scratchbox-install_5.0.sh | |||
http://repository.maemo.org/stable/5.0/maemo-sdk-install_5.0.sh | |||
Then run: | |||
su - # become root | |||
mkdir /scratchbox | |||
SBDIR=/scratchbox | |||
echo 0 | sudo tee /proc/sys/vm/vdso_enabled #MUST BE RUN on each boot or | |||
# be made permanent by echoing 'vm.vdso_enabled = 0' | |||
# to /etc/sysctl.conf and running sysctl -p as root | |||
echo 0 | sudo tee /selinux/enforce | |||
sh /home/maemo/scratchbox/maemo-scratchbox-install_5.0.sh -s $SBDIR -u maemo | |||
sudo gpasswd -a $USER sbox | |||
maemo-sdk-install_5.0.sh -s $SBDIR | |||
#Accept License | |||
#Select Option 4, Runtime+Dev+Dbg | |||
#Select Continue | |||
$SBDIR/login | |||
sb-conf select FREMANTLE_ARMEL | |||
exit | |||
sudo ${SBDIR}/sbin/sbox_ctl start | |||
#SB can be launched by | |||
${SBDIR}/login | |||
Install required packages | |||
fakeroot apt-get install python python-dev autoconf2.13 libidl-dev libpcre3-dev | |||