Thread
:
Exec direct from mmc storage
View Single Post
konfoo
2006-09-01 , 02:37
Posts: 116 | Thanked: 12 times | Joined on Dec 2005 @ OC, CA
#
1
Not sure if this has been covered anywhere, but regardless:
Contents of mmc:
/media/mmc1/myapp
in /home/user/MyDocs:
ln -s /media/mmc1/myapp myapp
vi /etc/fstab as root
remove nosuid,noexec:
/dev/mmcblk0p1 /media/mmc1 vfat rw,noauto,nodev,utf8,uid=29999 0 0
save, mount -o remount /dev/mmcblk0p1
./myapp
done.
Quote & Reply
|
konfoo
View Public Profile
Send a private message to konfoo
Find all posts by konfoo