Changes between Initial Version and Version 1 of WAM/CreateCF


Ignore:
Timestamp:
Nov 21, 2012, 2:41:51 PM (11 years ago)
Author:
dc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WAM/CreateCF

    v1 v1  
     1= Create WAM PC/104 CF Card Image =
     2
     3'''These instructions are intended to be used on an external PC running Ubuntu.
     4'''[[BR]]
     5'''* You will need a CF to USB adapter for creating the CF card:
     6ex: [[http://www.amazon.com/Kingston-Flash-Memory-Reader-FCR-HS219/dp/B00109Y2DQ/ref=sr_1_8?ie=UTF8&qid=1353441981&sr=8-8&keywords=cf+to+usb| CF -> USB]]
     7'''
     8[[BR]]
     9
     10== Install Barrett Provided CF Image ==
     11
     12'''__On an External Ubuntu PC__'''[[br]]
     13Install fsarchiver
     14{{{
     15sudo apt-get install fsarchiver
     16}}}
     17
     18Insert CF Card and adapter into your PC. Close all pop-ups showing contents of CF card.[[br]]
     19
     20We have created scripts to automate the creation of the CF Images.
     21
     22'''Ubuntu 12.04 - Latest Supported Release'''
     23{{{
     24http://web.barrett.com/support/WAM_Installer/cf_install_1204.sh
     25
     26#Run the script
     27bash cf_install_1204.sh
     28}}}
     29
     30Follow the on-screen instructions to create the Ubuntu Xenomai 12.04 CF Card.
     31
     32With the power off, insert the new CF image into the WAM's PC/104. Boot the WAM with the new OS.
     33
     34You should now be able to SSH into the WAMs PC/104.
     35Note: You may need to remove your ~/.ssh/known_hosts file as the ssh_key will be different.
     36
     37On the 12.04 CF Image home directory is a file - install_software.sh. This file will install the latest libbarrett and btclient software.
     38
     39{{{
     40bash install_software.sh
     41}}}
     42
     43'''Ubuntu 9.10 - Previous Supported Release'''
     44{{{
     45http://web.barrett.com/support/WAM_Installer/cf_install_910.sh
     46
     47#Run the script
     48bash cf_install_910.sh
     49}}}
     50
     51Follow the on-screen instructions to create the Ubuntu Xenomai 9.10 CF Card.
     52
     53With the power off, insert the new CF image into the WAM's PC/104. Boot the WAM with the new OS.
     54
     55You should now be able to SSH as was done previously.
     56Note: You may need to remove your ~/.ssh/known_hosts file as the ssh_key will be different.
     57