Products > Test Equipment
New Rigol RSA5000 Real Time Spectrum Analyser
scottapotamas:
As mentioned in that post,
--- Quote ---No other firmware or hardware (such as RSA3000E) is supported
--- End quote ---
The binary edit is specific to the RSA3000 and RSA5000 firmware. The RSA5000 references are because it's the name of the 'app' that these devices run (including the 3k series).
Stefan3v:
I don't know how to get "rsa_run_userapp"
--- Code: ---# Looks for a file called rsa_run_userapp to run the modified rsa5000 application
USB_DISK=/mnt/user/media/$(ls /mnt/user/media)
--- End code ---
After upload the "user-config" script to "/mnt/user/" startup progress bar stuck towards the end for more than 2 minutes. :(
I did not understand what should be put on the USB stick.
Many thanks for help!
L.E: @dmz56 many thanks man! Your guide works after tray again.
Should the script be deleted at the end?
yl3fk:
Good day.
I'm a little confused... I created a script (attributes -755), wrote it down via FTP to a directory, downloaded RSA5000-updatefile bin to a flash drive, after restarting RSA, it freezes. :=\ :=\ :=\ If I remove the script (only for 192.168.1.10), it works. Please tell me what I'm doing wrong |O |O |O |O ?!
Sparky:
Has anyone updated to the latest firmware 00.03.07.00.01 (release date 2024-07-04)?
Release notes is unclear what is fixed/new/improved:
--- Code: ---00.03.07.00.01
-Official version
--- End code ---
selinux:
--- Quote from: Stefan3v on September 20, 2024, 08:56:27 am ---I don't know how to get "rsa_run_userapp"
--- Code: ---# Looks for a file called rsa_run_userapp to run the modified rsa5000 application
USB_DISK=/mnt/user/media/$(ls /mnt/user/media)
--- End code ---
After upload the "user-config" script to "/mnt/user/" startup progress bar stuck towards the end for more than 2 minutes. :(
I did not understand what should be put on the USB stick.
Many thanks for help!
L.E: @dmz56 many thanks man! Your guide works after tray again.
Should the script be deleted at the end?
--- End quote ---
Hi all,
user-config is just a small script with 3 conditions ( -f file, mean if file exist).
* if /mnt/user/rsa5000 is present (patched firmware) - continue
* if rsa_run_stock is present (a dummy file) - run /mnt/appp/rsa5000 (stock firmware) and exit
* run patched firmware and exit
* else run /mnt/appp/rsa5000 (stock firmware) and exit
/mnt/user/media/$(ls /mnt/user/media)/rsa_run_stock is just a trick to not run patched firmware. Just create a file on your usb stick like that
--- Code: ---my-computer$ cd /mnt/usb-stick && touch rsa_run_stock
--- End code ---
If an usb key is present with a file named rsa_run_stock it will run the stock rom. If a patched firmware is present it will run it. If none of those contidions are met it will boot normally.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version