| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also removed firmware update fw rev checking -- it occurs to me that checking fw rev in order to update fw is counterproductive.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
host/lib/transport/udp_simple.cpp
host/lib/usrp/usrp2/mboard_impl.cpp
host/lib/usrp/usrp2/usrp2_iface.cpp
host/lib/usrp/usrp2/usrp2_regs.hpp
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
firmware/microblaze/lib/u2_init.c
host/lib/usrp/usrp2/clock_ctrl.cpp
host/lib/usrp/usrp2/fw_common.h
host/lib/usrp/usrp2/mboard_impl.cpp
host/lib/usrp/usrp2/usrp2_iface.cpp
host/lib/usrp/usrp2/usrp2_iface.hpp
|
| | |
| | |
| | |
| | | |
with hardware revisions.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This stuff should only go back into fw_common.h if we decide to integrate firmware update into
the UHD code. Right now it's a separate Python script.
Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The hooks are in there for USRP2, but without CPLD changes it won't support it.
Added an app host/utils/usrp2p_fw_update.py to write to USRP2P over the wire.
Lots of TODOs in that file. Caveat -- fw_common.h, bootloader_utils.h, and the .py app MUST ALL AGREE!
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Figured out cold-start problem with Matt's help -- the DCM wasn't being
reset. This also explains why USRP2 didn't like it when
clocks_mimo_config was omitted -- it was sneakily resetting the DCM
while enabling/disabling ref outputs.
Also re-did USRP2P LED order and genericized the LED settings so LED_D
is LED_D for both USRP2 and USRP2P.
|
| | |
| | |
| | |
| | | |
smarts have been host-side for a while, so this is redundant code.
|
| | | |
|
| / |
|
|\| |
|
| | |
|
| |
| |
| |
| | |
update packets)
|
|/
|
|
| |
also fix minor build issue w/ LDADD
|
|
|