When running the binary tests (non-snap), dfx-mgr is installed via apt as a dependency. The dfx-mgr package installs a default firmware configuration that could potentially conflict with fpgad behaviour, particularly after a system reboot.
Context: Identified in PR #168 at .github/testflinger-assets/test_binary_device_script.sh line 7, where dfx-mgr is installed via apt.
Proposed Fix: Remove or override the default firmware config for dfx-mgr during binary test setup to avoid conflicts with fpgad after a reboot.
When running the binary tests (non-snap), dfx-mgr is installed via apt as a dependency. The dfx-mgr package installs a default firmware configuration that could potentially conflict with fpgad behaviour, particularly after a system reboot.
Context: Identified in PR #168 at .github/testflinger-assets/test_binary_device_script.sh line 7, where dfx-mgr is installed via apt.
Proposed Fix: Remove or override the default firmware config for dfx-mgr during binary test setup to avoid conflicts with fpgad after a reboot.