From cc1f167dffaf452c0d3e606b56e23087f0fac728 Mon Sep 17 00:00:00 2001 From: misko Date: Thu, 21 Dec 2023 03:23:52 +0000 Subject: [PATCH] add ip config to setup --- hardware/SDR_plutoplus/setup | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/hardware/SDR_plutoplus/setup b/hardware/SDR_plutoplus/setup index b7a799a2..898d1078 100644 --- a/hardware/SDR_plutoplus/setup +++ b/hardware/SDR_plutoplus/setup @@ -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 + +