Skip to content

Commit ef54256

Browse files
committed
jetson-orin: enable givc and bump ghaf-givc
Enable givc on Orin (was disabled) and bump ghaf-givc to include auto-create and resize of LVM slots for OTA updates (PR #372). Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
1 parent c464d1f commit ef54256

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/profiles/orin.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ in
213213
# that isn't set up for Orin devices. This must be set in both:
214214
# 1. ghaf.givc.enable (host-level option)
215215
# 2. ghaf.global-config.givc.enable (propagates to VMs via specialArgs)
216-
givc.enable = false;
217-
global-config.givc.enable = false;
216+
givc.enable = true;
217+
global-config.givc.enable = true;
218218

219219
host.networking = {
220220
enable = true;

0 commit comments

Comments
 (0)