9) things to install and update after image is installed.

Mount an external sd card for extra storage.

# df -h 
tells you what is  mounted

# fdisk -l | grep '^Disk'
Disk /dev/mmcblk1: 3.7 GiB, 3909091328 bytes, 7634944 sectors
Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 sectors
tells you all the storage devices

manage partitions
# fdisk /dev/mmcblk0

format partition (mmcblk0p1)can change depending on situation

# mkfs.ext3 /dev/mmcblk0p1 

mount the disk at a new folder
# mkdir /extsd
# mount /dev/mmcblk0p1 /extsd

update apt-get
# apt-get update

install cmake again




-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/83bfd5ac-11ef-40b9-9a16-d19ddc6b4810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to