Didj Common Commands

From eLinux.org
Revision as of 13:11, 26 March 2010 by TheMoogle (talk | contribs)
Jump to: navigation, search

This is a collection of useful commands to have when accessing your Didj from the command prompt. Its meant as a quick reference guide, for more complex procedures look in the Tutorials/How To'ssection of the Didj Wiki main page.

AppManager

Shutdown or Start up AppManger

/etc/init.d/lightning (start | stop | restart)

USB

mass_storage

enable/disable

usbctl -d mass_storage -a enable

usbctl -d mass_storage -a disable

unlock

usbctl -d mass_storage -a unlock

Use enable and unlock to make USB drive accessible from host computer.

Mounting Commands in Didj

(note) NAND partitions can not be shared by USB host and device simultaneously. Developers should use the usbctl command judiciously to avoid corrupting NAND.


Mount the Manufacturers partition

mount -t jffs2 $mfgdatamnt /mnt2/mfg


Remount the Manufactures partition as RW

mount -o remount,rw /mfgdata


Remount the root fs as RW

mount -o remount, rw /

-or-

mount /dev/root / -o remount,rw

Display Commands

Power off the screen

mlc-control /dev/mlc s enable off