Skip to content

Preparing a workshop image

roberthjack edited this page Nov 1, 2017 · 9 revisions

Prepare it:

  • get your preferred workshop branch (e.g.: topic/xenomai-3-topic)
  • run scripts/update_board
  • run ssh [email protected] make -C Bela lib
  • run ldconfig in the IDE
  • zip -r workshop.zip resources scripts examples
  • copy the workshop.zip to BELABOOT
  • safely eject BELABOOT from the host
  • gracefully shutdown the board (e.g.: hold press the Bela button)
  • clone the SD card

Test it out / use it:

  • open the IDE page (IMPORTANT: refresh it if it was already open)
  • copy workshop.zip to your computer
  • unzip it
  • navigate to scripts/ and double click on workshop_watcher. Leave the terminal window open.
  • Open a file in examples/13-workshop/your-favourite-subfolder, edit it, hit save and that project should start building in the IDE window.

NOTE: the IDE must be open for the workshop_watcher to work. When running the workshop it is convenient to make them do a live tour of the IDE, so you make sure they have the tab open before you open the workshop_watcher.

Clone this wiki locally