Install the package of .update files that you downloaded:
- Log in to the x86 host for the X3522.
- Copy the package from the remote host to the /tmp directory on the x86 host:
- On the remote
server:
# scp <path_to_package> root@<x86_host_ip_address>:/tmp
- or on the x86
host:
# scp <username>@<remote_host>:<path_to_package> /tmp
- On the remote
server:
- Change directory to /tmp on the x86
host:
cd /tmp
- Install the .update files from the package:
- For an RPM
package:
rpm -ivh ./<package_name>.rpm
- For a DEB
package:
apt install ./<package_name>.deb
- For an RPM
package:
The .update files are installed in the /lib/firmware/xilinx/x3 directory.