Main Content

Run an Executable on Remote BeagleBone Blue Hardware

You can load and run executables on remote BeagleBone® Blue hardware using a wireless network connection.

  1. Connect the remote BeagleBone Blue hardware to a network as described in Hardware Setup.

    Note

    Ensure that the network supports Dynamic Host Configuration Protocol (DHCP).

  2. Get the IP address of the hardware using one of the methods described in Get the IP Address of a BeagleBone Blue Hardware.

  3. In the Simulink® editor, select Simulation > Model Configuration Parameters.

  4. In the Configuration Parameters dialog box, select Hardware Implementation.

  5. In the Hardware board list, select BeagleBone Blue.

  6. From the Groups list under Target hardware resources, select Board Parameters.

  7. In the Device Address parameter, specify the IP address of the remote hardware and click OK.

  8. On the Simulink editor toolbar, click the Build Model button . The model loads and runs the executable on the remote hardware that has the IP address specified in the Device Address parameter.

See Also