...
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.
For more details information about using the CLI command line interface and shell commands, see the following documentation:
...