Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      • Run the appropriate package manager curl command to install the BOLT application. Please not you need to install all 3 bolt packages (base, wpe, refui) using the following CURL command.
        Code Block
        curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":2.0,"id":1,"method":"org.rdk.PackageManagerRDKEMS.install","params":{"packageId":"<package_name_or_id>","version":"<package_version>","fileLocator":"<file_path_in_file>"}}' -H "Content-Type: application/json"
      • Reboot the device to ensure the applications are launched correctly

...