Main Content

Run an Executable on Remote BeagleBone Black Hardware

You can configure a model to load and run executables on a remote board using a network connection instead of the supplied USB cable.

  1. Connect the remote board to a network that has DHCP services, such as a home or office network.

  2. Get the IP address of the board using one of the methods described inGet the IP Address of a BeagleBone Black Board.

  3. In the Simulink®Editor, selectSimulation>Model Configuration Parameters

  4. In the Configuration Parameter dialog box, clickHardware Implementation.

  5. Set theHardware boardparameter to BeagleBone Black.

  6. Enter the IP address of the remote board in theDevice Addressparameter and clickOK.

    The next time you click theBuildorRunbutton, the model loads the executable to the board at this new IP address.