...
Connect to the player using SSH or Telnet:
Enable SSH or Telnet from the DWS. See Diagnostic Web Server Diagnostics Resource.
Enable SSH programmatically. See Enabling the BrightSign Shell.
Access SSH. See BrightSign Shell Access.
Access the BrightSign shell (see Methods to access BrightSign Shell). Once connected, you will see the
BrightSign>
command prompt. To access the shell from the BrightScript debugger, typeexit
.Insert an SD card.
Enter
cd sd:
at the prompt to switch to the SD card directory.On a new line, run
script autorun.brs
to start your application. This will reload the autorun.brs file, effectively breaking down and rebuilding your HTML/Chromium application.Restart the application by pressing CTRL+C on your keyboard or by reentering
script autorun.brs
on the command line.
For more details about using the CLI and shell commands, see the BrightSign shell documentation.
...