Products > Test Equipment
New Rigol RSA5000 Real Time Spectrum Analyser
selinux:
I have a rsa3015n and I haven't been able to extend functionality :(
I put user-config with ftp.
* while putting user-config execution bits is lost
* ftp>chmod +x user-config (didn' t work, probably chmod has not all options)
* ftp>chmod 0755 user-config, works but I had to reboot twice (stock >2min)
After that ssh work fine
--- Code: ---$ echo jackalde | ssh root@rsa3015n
--- End code ---
I then patched rsa5000
--- Code: ---$ scp root@rsa3015n:/mnt/data/license.lic .
$ scp root@rsa3015n:/mnt/app/rsa5000 .
$ echo -n -e '\xEA' > 3.06.patch
$ cp rsa5000 rsa5000.org && dd if=3.06.patch of=rsa5000 obs=1 seek=3647727 conv=notrunc
$ scp rsa5000 root@rsa3015n:/mnt/user/rsa5000
$ cp license.lic license.lic.org && echo VERSION=1.0;OPTION=VNA;LICENSE=0000000000000000(...) > license.lic
$ scp license.lic root@rsa3015n:/mnt/data/license.lic
--- End code ---
After that all licences are enabled but...
It display that options are enabled but I can't have BW beyond 10MHz :(
On this day (10.2024) firmware for rsa5000 is only available in v00.03.07. Does anyone still have the v00.03.06 version ?
boyie:
--- Quote from: selinux on October 23, 2024, 05:15:05 pm ---I have a rsa3015n and I haven't been able to extend functionality :(
I put user-config with ftp.
* while putting user-config execution bits is lost
* ftp>chmod +x user-config (didn' t work, probably chmod has not all options)
* ftp>chmod 0755 user-config, works but I had to reboot twice (stock >2min)
After that ssh work fine
--- Code: ---$ echo jackalde | ssh root@rsa3015n
--- End code ---
I then patched rsa5000
--- Code: ---$ scp root@rsa3015n:/mnt/data/license.lic .
$ scp root@rsa3015n:/mnt/app/rsa5000 .
$ echo -n -e '\xEA' > 3.06.patch
$ cp rsa5000 rsa5000.org && dd if=3.06.patch of=rsa5000 obs=1 seek=3647727 conv=notrunc
$ scp rsa5000 root@rsa3015n:/mnt/user/rsa5000
$ cp license.lic license.lic.org && echo VERSION=1.0;OPTION=VNA;LICENSE=0000000000000000(...) > license.lic
$ scp license.lic root@rsa3015n:/mnt/data/license.lic
--- End code ---
After that all licences are enabled but...
It display that options are enabled but I can't have BW beyond 10MHz :(
On this day (10.2024) firmware for rsa5000 is only available in v00.03.07. Does anyone still have the v00.03.06 version ?
--- End quote ---
Does anyone still have the v00.03.06 version ? :popcorn:
yl3fk:
Hello.
===> 00.03.06
RSA3000 (note 3) 00.03.06 Release Notes
[Model Supported] RSA5065,RSA5065-TG,RSA5065N
RSA5032,RSA5032-TG,RSA5032N
RSA3015N,RSA3030,RSA3030-TG,RSA3030N
RSA3045,RSA3045-TG,RSA3045N
[Latest Revision Date] 2022-08-1
[Updated Contents]
00.03.06
- Solve the hardware replacement problem of display and touch screen
- Solve the problem of continuous click web screenshot device crash
[Previous Versions and Updated Contents]
00.03.05
- Fix some bugs
- Add screenshot feature in Web Control
- Add SCPI error query command
- Add capacitance or inductance value display in VNA's R+jX and G+jB mods
- Add continuous minimum value point search in GPSA mode
TheOriginalFreddoFrog:
Hi Folks,
I have come across a RSA3015N and have been examining the posts here (for quite some time) ....
--- Quote from: dmz56 on April 08, 2024, 03:40:02 pm ---# Find the path of the connected USB disk
# Looks for a file called rsa_run_userapp to run the modified rsa5000 application
USB_DISK=/mnt/user/media/$(ls /mnt/user/media)
--- End quote ---
Yet I am missing something somewhere ... a patched Firmware file on USB that enables the SSH server.
Can someone please offer constructive advice on how to patch the files (that need be on the USB disk) so that we can at least bring up a SSH console?
Regards,
FF
RAPo:
I tried but failed. Not at the point of SSH-server (that is handled by installing firmware 3.06) but this part:
if [ -f ${USB_DISK}/rsa_run_stock ]; then
echo "Stock usb-flag found. Running Running builtin app"
cd /mnt/app/
/mnt/app/rsa5000 &
return 0
fi
always runs on my RSA3015N.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version