Skip to content

Instructions for downloading box

Issue Background

These are the initial instructions for downloading a provisioned B@D-SD box

Issue description

There is a new downloadable provisioned box download available from

http://download.cip-project.org/bad-sd/bad-sd_0_9_beta_2017_04_12.box the name will need to be changed when it moves to release and until then dependent upon the export date Then from your download area (or elsewhere in which case use the correct path in the importbox.sh invocation) and use an appropriate new name for $BOXNAME

   git clone https://gitlab.com/cip-project/board-at-desk-single-dev
   cd board-at-desk-single-dev
   ./importbox.sh ../bad-sd_0_9_beta_2017_04_12.box $BOXNAME 
   # log onto the new VM
   vagrant ssh
   # replace the host IP with yours
   sed -i 's/10.24.3.106/<host_ip>/g' mybbb.dat
   # the above address should probably be reset to localhost in the export?
   sudo lava-server manage device-dictionary --hostname bbb01 --import mybbb.dat

Provisioned box should then be ready for use.

Acceptance criteria

Once these instructions are complete and have been moved to the wiki