-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two devices manual selection #210
Conversation
If the fx3handler::GetFx3Device() finds two devices a msgBox at run time asks witch one use. It's a rude solution , a better one with the use of SN to identify the device is planned in future
Download of bootstrap made to all the FX03 devices. Some delay removed.
Message Box label
Note: |
If the device at power up is detected as Cypress FX3 Bootloader device, the added wait gives more time to enumering as StreamerExample device
FX3 serial number read from MMIO.
Looks really nice Oscar! Now it's time to print those Dymo labels with '1716' and '1D31', and stick them on your SDRs! hihi Franco |
In ExtIO_sddc,cpp InitHW() opens dialogBox to select a device when there are many FX3 devices.
TODO
Retry when WestBridge found. Double click on Listbox devices selects device
SWVERSION 1.3.0 RC1 Firmware 2.02
If the fx3handler::GetFx3Device() finds two devices a msgBox at run time asks witch one use.
It's a rude solution , a better one with the use of SN to identify the device is planned in future.
See Issue Two devices on the same system at the same time #209