Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Update RTIS Update
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS UpdateRTIS Update
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Apr 04, 2024 by Wouter Jansen's avatar Wouter Jansen
Show whitespace changes
Inline Side-by-side
home.md
View page @ 05ae98b9
...@@ -91,7 +91,6 @@ Each submodule also requires its own bundle. ...@@ -91,7 +91,6 @@ Each submodule also requires its own bundle.
To make a bundle for a repository with a specific branch/tag, you can use the following command from the repository/submodule folder: To make a bundle for a repository with a specific branch/tag, you can use the following command from the repository/submodule folder:
```bash ```bash
```bash
git bundle create rtissoftware_2_0_1.bundle v2.0.1 git bundle create rtissoftware_2_0_1.bundle v2.0.1
``` ```
...@@ -256,23 +255,6 @@ To get offline aptitude(`apt-get install...`) installations working, the followi ...@@ -256,23 +255,6 @@ To get offline aptitude(`apt-get install...`) installations working, the followi
``` ```
This will automatically install/update your program and its dependencies. This will automatically install/update your program and its dependencies.
#### Offline aptitude installations on Linux
To get offline aptitude(`apt-get install...`) installations working, the following steps are required:
- The offline system requires to have `apt-offline` installed.
- Make sure you are running on a **VERY** similar system with online access. Run the `apt-offline set `command as for example:
```bash
apt-offline set --install-packages YOUR_PROGRAM --update apt-offline.sig
```
- Use the `apt-offline get` command to generate an archive holding all the packages and its dependencies. For example:
```bash
apt-offline get --bundle YOUR_PROGRAM.zip apt-offline.sig
```
- Once you have the archive, place it in your patch archive. Then add a `apt-offline install` command within your script:
```bash
apt-offline install YOUR_PROGRAM.zip --skip-changelog
```
This will automatically install/update your program and its dependencies.
### Firmware installation ### Firmware installation
Currently only supported on Jetson devices, the RTIS device firmware can also be updated using _stm32loader_ and _Jetson.GPIO_. This requires some particular attributes in the `patch_software.json` file. Currently only supported on Jetson devices, the RTIS device firmware can also be updated using _stm32loader_ and _Jetson.GPIO_. This requires some particular attributes in the `patch_software.json` file.
The update name and attribute `type` should always be set to `firmware`. The update name and attribute `type` should always be set to `firmware`.
......
Clone repository
  • Features
  • Interface usage
  • Creating an offline patch
    • Software requirements
    • JSON description
    • GIT bundles
    • Script files
      • Windows Powershell scripts
      • Linux Shell scripts
      • Offline pip installations
      • Offline aptitude installations on Linux
    • Firmware installation
    • Self-upgrade
  • Creating an online update
    • Software requirements
    • Online JSON descriptions
    • Update script files
      • Windows Powershell scripts
      • Linux Shell scripts
    • Firmware installation
    • Self-upgrade