Added separate flash script
This commit is contained in:
parent
47121ebffa
commit
b662ab63f7
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
uhd_find_devices
|
||||||
|
uhd_image_loader --download --args type=b200
|
|
@ -53,4 +53,5 @@ cp -r ./firmware/* /usr/lib/ettus/ # Copy firmware files
|
||||||
chown -r root:root /usr/lib/ettus/ # Ensure root owns the files
|
chown -r root:root /usr/lib/ettus/ # Ensure root owns the files
|
||||||
chmod -r 776 /usr/lib/ettus/ # This makes only root able to change the folder and file content
|
chmod -r 776 /usr/lib/ettus/ # This makes only root able to change the folder and file content
|
||||||
|
|
||||||
uhd_image_loader --download --args type=b200
|
uhd_find_devices # Needs to identify before it flashes
|
||||||
|
uhd_image_loader --download --args type=b200 # Flashes from the directory the file is in.
|
||||||
|
|
Loading…
Reference in New Issue