File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ sudo screen /dev/serial/by-id/usb-Digilent_Digilent_USB_Device_2516351DDCC0-if03
81
81
82
82
``` shell
83
83
git clone -b 2.6.3 https://github.com/siemens/kas.git
84
- git clone -b v4.5 .0.0 https://github.com/EttusResearch/meta-ettus.git
85
- ./kas/kas-container build meta-ettus/kas/x4xx.yml --runtime-args " -e MENDER_ARTIFACT_NAME=v4.5 .0.0-excl"
84
+ git clone -b v4.6 .0.0 https://github.com/EttusResearch/meta-ettus.git
85
+ ./kas/kas-container build meta-ettus/kas/x4xx.yml --runtime-args " -e MENDER_ARTIFACT_NAME=v4.6 .0.0-excl"
86
86
./kas/kas-container shell meta-ettus/kas/x4xx.yml -c " bitbake gnuradio-image -cpopulate_sdk"
87
- ./meta-ettus/contrib/create_packages.sh x4xx v4.5 .0.0-excl gnuradio-image build/tmp-glibc/deploy
87
+ ./meta-ettus/contrib/create_packages.sh x4xx v4.6 .0.0-excl gnuradio-image build/tmp-glibc/deploy
88
88
```
89
89
90
90
### Radio Frequency Network-on-Chip (RFNoC)
@@ -109,7 +109,7 @@ ssh arias
109
109
cd /noback/$USER
110
110
git clone https://github.com/EttusResearch/uhd.git
111
111
cd uhd
112
- git checkout -b $USER /develop v4.5 .0.0
112
+ git checkout -b $USER /develop v4.6 .0.0
113
113
cd fpga/usrp3/top/x400/
114
114
source setupenv.sh --vivado-path=/tools/Xilinx/Vivado
115
115
make help
@@ -164,7 +164,7 @@ $ timedatectl timesync-status
164
164
```
165
165
166
166
``` shell
167
- usrp_update_fs -t v4.5 .0.0
167
+ usrp_update_fs -t v4.6 .0.0
168
168
```
169
169
170
170
``` shell
You can’t perform that action at this time.
0 commit comments