From b9260bdd2533567129f50b9aec1ab00e8aa638d2 Mon Sep 17 00:00:00 2001 From: mikatammi Date: Wed, 6 Dec 2023 02:17:50 +0000 Subject: [PATCH] deploy: d16d100d23ceba1845f1268a7415e28d3cc84146 --- print.html | 10 +++++++--- ref_impl/development.html | 10 +++++++--- searchindex.js | 2 +- searchindex.json | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/print.html b/print.html index 550592716..de72ec1b6 100644 --- a/print.html +++ b/print.html @@ -654,10 +654,14 @@

DevelopmentCross-Compilation
  • Creating Application VM
  • -

    Once you are up and running, you can participate in the collaborative development process by building a development build with additional options. For example, with the development username and password that are defined in accounts.nix.

    -

    If you set up development SSH keys in the ssh.nix module, you can use nixos-rebuild switch to quickly deploy your configuration changes to the development board over the network using SSH:

    -
    nixos-rebuild --flake .#packages.aarch64-linux.nvidia-jetson-orin-agx-debug --target-host root@ghaf-host --fast switch
    +

    Once you are up and running, you can participate in the collaborative development process by building a development build with additional options. For example, with the development username and password that are defined in accounts.nix.

    +

    If you authorize your development SSH keys in the ssh.nix module and rebuild ghaf for your target device, you can use nixos-rebuild switch to quickly deploy your configuration changes to the target device over the network using SSH. For example:

    +
    nixos-rebuild --flake .#nvidia-jetson-orin-agx-debug --target-host root@<ip_address_of_ghaf-host> --fast switch
    +...
    +nixos-rebuild --flake .#lenovo-x1-carbon-gen11-debug --target-host root@<ip_address_of_ghaf-host> --fast switch
    +...
     
    +

    Please note that with the -debug targets, the debug ethernet is enabled on host. With Lenovo X1 Carbon, you can connect USB-Ethernet adapter for the debug and development access.

    Pull requests are the way for contributors to submit code to the Ghaf project. For more information, see Contribution Guidelines.