setup sdi card.md

Set up the SDI card for HD or UHD operation

In this version, the card variant for HD or UHD operation is not set via the UI. You need to manually set the SDI card variant before configuring it for the use case required.

  1. Connect to the unit using SSH.

  2. Edit the file (using vi) or set the value in it using cat:

   sudo chmod +777 /var/opt/mediakind/platform/dta_217x_variant
   echo 2 > /var/opt/mediakind/platform/dta_217x_variant

Info: The file contains 1 or 2 which is the variant number.

  1. Check if the value is correct:
   cat /var/opt/mediakind/platform/dta_217x_variant
  1. Reboot the unit:
   sudo reboot

At this stage, all cards within the unit will be set to that variant.

Note that if you have multiple cards you need to be in different variants, you can make /var/opt/mediakind/platform/dta\217x\variant a folder and a file inside for each card, for example:

   echo 2 > /var/opt/mediakind/platform/dta_217x_variant/1 
   # First card in variant 2