7e9ace204d
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3392 42af7a65-404d-4744-a932-0658087f49c3
15 lines
403 B
Plaintext
Executable File
15 lines
403 B
Plaintext
Executable File
echo "VSN Board 1.2, www.netclamps.com"
|
|
|
|
# Create a RAMDISK and mount it at XXXRDMOUNTPOUNTXXX
|
|
#mkrd -m XXXMKRDMINORXXX -s XXMKRDSECTORSIZEXXX XXMKRDBLOCKSXXX
|
|
#mkfatfs /dev/ramXXXMKRDMINORXXX
|
|
#mount -t vfat /dev/ramXXXMKRDMINORXXX XXXRDMOUNTPOUNTXXX
|
|
|
|
echo "Mounting FRAM to /usr and SDcard to /sdcard"
|
|
|
|
ramtron start 3
|
|
mount -t vfat /dev/mtdblock0 /usr
|
|
|
|
sdcard start 0
|
|
mount -t vfat /dev/mmcsd0 /sdcard
|