You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for #7, per caauman there was a mismatch in the environment
variable name vs. what is set in the launcher, scripts/usrp.sh.
Signed-off-by: Thomas Goodwin <[email protected]>
Thanks for the call-out on this. Rather than modify the init script (which would require rebuilding the image), I took your first suggestion to patch the launcher script (see: 780e696). Please let me know if that resolves it for you.
Issue:
docker-redhawk/scripts/usrp.sh sets environment variable USRP_IP in the container.
-e USRP_IP=${USRP_IP:-} \
docker-redhawk/Dockerfiles/files/usrp-node-init.sh expects the environment variable USRP_IP_ADDRESS to be set in the container
Effects:
USRP FEI does not set the target_device.ip_address variable inside the USRP node. Without this setting the FEI is unable to find the device.
Recommended solutions:
The text was updated successfully, but these errors were encountered: