Skip to content

Commit

Permalink
add ip config to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Dec 21, 2023
1 parent d207aa1 commit cc1f167
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions hardware/SDR_plutoplus/setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,43 @@ Maybe,
# fw_setenv compatible ad9361
# fw_setenv mode 2r2t
# reboot



#to set the IP try
# Analog Devices PlutoSDR Rev.C (Z7010-AD9363)
# Device Configuration File
# 1. Open with an Editor
# 2. Edit this file
# 3. Save this file on the device USB drive
# 4. Eject the device USB Drive
# Doc: https://wiki.analog.com/university/tools/pluto/users/customizing

[NETWORK]
hostname = pluto
ipaddr = 192.168.2.1
ipaddr_host = 192.168.2.10
netmask = 255.255.255.0

[WLAN]
ssid_wlan =
pwd_wlan =
ipaddr_wlan =

[USB_ETHERNET]
ipaddr_eth = 192.168.1.15
netmask_eth = 255.255.255.0

[SYSTEM]
xo_correction =
udc_handle_suspend = 0
# USB Communication Device Class Compatibility Mode [rndis|ncm|ecm]
usb_ethernet_mode = 0

[ACTIONS]
diagnostic_report = 0
dfu = 0
reset = 0
calibrate = 0


0 comments on commit cc1f167

Please sign in to comment.