How do I upload my custom package to RUT956? I have the ipk file and it works when uploaded via SSH and installed via OPKG. Now I want to upload it to many devices using RMS.
Hello,
Yes, it is indeed possible to upload and install your custom package to multiple RUT956 devices using RMS. Here are the steps to do so:
- Upload the .ipk file to RMS:
- In RMS, navigate to Administration → Files.
- Press Add and upload your
.ipk
file. For File type, select Task manager file, and then click Upload.
- Create a Task in Task Manager:
- Go to Management → Task Manager, then press Add.
- Specify a Task group name.
- For the first task, select Task type → Upload file.
- In the File to upload field, select the
.ipk
file you uploaded earlier. - In Target file path, specify the path where the file will be uploaded (e.g.,
/tmp/
).
- Add the Install Command in the Task Group:
- In the same Task group, add a new task (by clicking the + icon on the top right next to TASKS).
- For Task type, select Command.
- In the Command section, specify the path with the
cd
command where your.ipk
file is saved and then specify the following command to install the package:
opkg install package_name.ipk
. Press Save.
- To execute the created task, go to Management → Devices, select the device(s) to which task will be assigned, then select Management (above Device table) → Execute task and press on Play iconicon tort executing taskthe task.
Once these tasks are configured and applied, the custom package will be uploaded and installed on your RUT956 devices.
Best regards,
Thanks for the quick reply. Could you please also give me the link for the RUT9M_R_00.07.04.5 firmware version?
You’re welcome! You can find the RUT9M_R_00.07.04.5 firmware version using the following link: RUT9M_R_00.07.04.5 firmware
Thanks sorry I meant the sdk.