Difference between revisions of "Didj Common Commands"

From eLinux.org
Jump to: navigation, search
(Mounting Commands in Didj)
(Added to category didj)
Line 55: Line 55:
  
 
mlc-control /dev/mlc s enable off
 
mlc-control /dev/mlc s enable off
 +
 +
 +
[[Category:didj]]

Revision as of 15:08, 13 April 2011

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

Mount the /Didj file system

mount -t vfat -o async,noatime /dev/mtdblock9 /Didj

Display Commands

Power off the screen

mlc-control /dev/mlc s enable off