diff options
-rw-r--r-- | firmware/microblaze/apps/Makefile.am | 4 | ||||
-rw-r--r-- | firmware/microblaze/apps/txrx_uhd.c (renamed from firmware/microblaze/apps/txrx.c) | 0 | ||||
-rw-r--r-- | host/docs/usrp2.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/microblaze/apps/Makefile.am b/firmware/microblaze/apps/Makefile.am index ff426cf8c..a4f79935b 100644 --- a/firmware/microblaze/apps/Makefile.am +++ b/firmware/microblaze/apps/Makefile.am @@ -23,7 +23,7 @@ LDADD = $(top_srcdir)/lib/libu2fw.a AM_CFLAGS += -I$(top_srcdir)/../../host/lib/usrp -noinst_PROGRAMS = txrx.elf +noinst_PROGRAMS = txrx_uhd.elf # blink_leds \ # blink_leds2 \ @@ -66,7 +66,7 @@ noinst_PROGRAMS = txrx.elf # tx_drop_SOURCES = tx_drop.c app_common.c # tx_drop_rate_limited_SOURCES = tx_drop_rate_limited.c app_common.c # tx_drop2_SOURCES = tx_drop2.c app_common.c -txrx_elf_SOURCES = txrx.c +txrx_uhd_elf_SOURCES = txrx_uhd.c # app_common_v2.c #factory_test_SOURCES = factory_test.c app_common_v2.c #eth_serdes_SOURCES = eth_serdes.c app_passthru_v2.c diff --git a/firmware/microblaze/apps/txrx.c b/firmware/microblaze/apps/txrx_uhd.c index 7a6fbd993..7a6fbd993 100644 --- a/firmware/microblaze/apps/txrx.c +++ b/firmware/microblaze/apps/txrx_uhd.c diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 32e7374c8..092332442 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -39,7 +39,7 @@ Run the following commands: ./configure --host=mb make -*The image file will be ./apps/txrx.bin* +*The image file will be ./apps/txrx_uhd.bin* ------------------------------------------------------------------------ Load the images onto the SD card |