Hacks
Frequency Range
Your PlutoSDR can be fooled into thinking the chip is the AD9364 which gives an expanded frequency range of 70MHz to 6GHz [Link]
2nd CPU Core
You can also enable the second CPU core, although it is not known if this improves performance.
Connect with a terminal emulator (for example Putty) to the Pluto serial port.
Username=root, password=analogcat /proc/cpuinfo shows just one CPU - processor 0
Enter:
fw_setenv maxcpuspluto_reboot reset
After the reboot login again and cat /proc/cpuinfo
shows two CPUs - processors 0 and 1
And example of the output from these commands is available here:
Welcome to Plutopluto login: rootPassword:Welcome to:______ _ _ _________________| ___ \ | | | / ___| _ \ ___ \| |_/ / |_ _| |_ ___ \ `--.| | | | |_/ /| __/| | | | | __/ _ \ `--. \ | | | /| | | | |_| | || (_) /\__/ / |/ /| |\ \\_| |_|\__,_|\__\___/\____/|___/ \_| \_|v0.30http://wiki.analog.com/university/tools/pluto# cat /proc/cpuinfoprocessor : 0model name : ARMv7 Processor rev 0 (v7l)BogoMIPS : 666.66Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32CPU implementer : 0x41CPU architecture: 7CPU variant : 0x3CPU part : 0xc09CPU revision : 0Hardware : Xilinx Zynq PlatformRevision : 0003Serial : 0000000000000000# fw_setenv maxcpus# pluto_reboot reset#[Reboots, takes a few seconds]Welcome to Plutopluto login: rootPassword:Welcome to:______ _ _ _________________| ___ \ | | | / ___| _ \ ___ \| |_/ / |_ _| |_ ___ \ `--.| | | | |_/ /| __/| | | | | __/ _ \ `--. \ | | | /| | | | |_| | || (_) /\__/ / |/ /| |\ \\_| |_|\__,_|\__\___/\____/|___/ \_| \_|v0.30http://wiki.analog.com/university/tools/pluto# cat /proc/cpuinfoprocessor : 0model name : ARMv7 Processor rev 0 (v7l)BogoMIPS : 666.66Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32CPU implementer : 0x41CPU architecture: 7CPU variant : 0x3CPU part : 0xc09CPU revision : 0processor : 1model name : ARMv7 Processor rev 0 (v7l)BogoMIPS : 666.66Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32CPU implementer : 0x41CPU architecture: 7CPU variant : 0x3CPU part : 0xc09CPU revision : 0Hardware : Xilinx Zynq PlatformRevision : 0003Serial : 0000000000000000#