Raspberry Pi

The easiest way to get the Raspberry Pi up and running with a Storyboard application is by using the following steps:

  1. Follow the steps in the "Getting Started with NOOBS" video from the Raspberry Pi website to get the Pi up and running with the Raspbian OS. NOTE: Configure Raspbian to boot to the console not the windowing system.

    https://www.raspberrypi.org/help/noobs-setup/

  2. Use the linux-raspberry-armle-opengles_2.0-obj runtime located in the Storyboard_Engine dir of your SB installation

  3. Place the SB Pi runtime on the hardware.

  4. Before executing the Storyboard runtime, the following environmental variables need to be setup. This example assumes the runtime and application were placed in a /crank dir

    export SB_PLUGINS=/crank/linux-raspberry-armle-opengles_2.0-obj/plugins

    export LD_LIBRARY_PATH=/crank/linux-raspberry-armle-opengles_2.0-obj/lib:$LD_LIBRARY_PATH

  5. Execute the runtime with mouse and keyboard support:

    /crank/linux-raspberry-armle-opengles_2.0-obj/bin/sbengine -vv -oscreen_mgr,swcursor -odev-input,mouse=/dev/input/event0,kbd=/dev/input/event1 /crank/your_sb_app.gapp