Set up the SDI/ASI card for HD, UHD or ASI operation
In the current version of CE1, the card variant for HD, UHD or ASI operation is not set via the UI so you need to manually set the SDI card variant before configuring it for the required use case.
-
Variant 1:
- Quad SDI input (each input is up to 3G-SDI)
- ASI output
- 4 Independent SDI inputs (each input us up to 3G-SDI)
-
Variant 2 for either:
- 1 UHD channel over 12G-SDI on port 1
- 1 UHD channel over 4x3G-SDI on ports 1,2,3 and 4
- 1 HD channel over HD-SDI / 3G-SDI on port 1
- No ASI
We support up to two ASI/SDI cards in a single unit and they can be configured with different variants, allowing one card to be used for ASI output and the other card for HD or UHD SDI input. The card in the lower slot number needs to be used for ASI and the higher slot number for SDI.
-
Connect to the unit using SSH.
-
If you have only one card, follow these steps to set the card variant:
-
Edit the file (using vi) or set the value in it using cat:
sudo chmod +777 /var/opt/mediakind/platform/dta_2174b_variant_force echo 2 > /var/opt/mediakind/platform/dta_2174b_variant_force
The file contains
1
or2
which is the variant number. -
Check the value is correct:
cat /var/opt/mediakind/platform/dta_2174b_variant_force
-
-
If you have two cards, follow these steps to configure the card variant independently:
The first card is set to 1 for ASI operation, the second card is set to 3 for UHD operation.-
Edit the file (using vi) or set the value in it using cat:
echo 1 > /var/opt/mediakind/platform/dta_2174b_variant_force/1 echo 3 > /var/opt/mediakind/platform/dta_2174b_variant_force/2
The two files
1
and2
under the folder now contain the values1
and3
respectively. -
To set the second card back to HD operation, enter:
echo 1 > /var/opt/mediakind/platform/dta_2174b_variant_force/2
-
Check the value is correct:
cat /var/opt/mediakind/platform/dta_2174b_variant_force
-
-
Reboot the unit:
sudo reboot
The 12G-SDI or 4x3G Quadrant is automatically detected.