Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We can refer the TRS documenation Developer setup to download TRS repository and Getting the host packages to install dependencies on the PC.

Checkout the

...

branches for rockpi4b

Code Block
$ cd /path/to/trs-workspace/meta-ledge-secure
$ git remote add trs-rockpi https://gitlab.com/jun.nie/meta-ledge-secure
$ git fetch trs-rockpi
$ git checkout trs-rockpi/rockpi4b

$ cd /path/to/trs-workspace/meta-virtualization/
$ git remote add trs-maintenance https://gitlab.com/leo.yan/meta-virtualization
$ git fetch trs-maintenance
$ git checkout trs-maintenance/xen_qemu_maintenance_20230707

$ cd /path/to/trs-workspace/trs/
$ git remote add trs-rockpi https://gitlab.com/jun.nie/trs
$ git fetch trs-rockpi
$ git checkout trs-rockpi/rockpi4b

...