Conversation
|
can you remove the configurable network settings patch? make this cleaner and easier to review. the other patch will come on top of this when it is merged |
|
really great start on this cleanup. will make the maintenance and configuration much easier going forward. |
|
Tested on Orin-NX (native & cross-compiled) Issues:
Working:
|
initial rework NVIDIA targets Formatting Re-base and fixes Logo location fix NVIDIA docker and podman rename, debug profile fixes Profile enable Separate target definitions Optee import relocated netvm configuration to hardware definitions Profile rework jetpack module readded Signed-off-by: Emrah Billur <emrah.billur@unikie.com> Optee fix Signed-off-by: Emrah Billur <emrah.billur@unikie.com> fmt Signed-off-by: Emrah Billur <emrah.billur@unikie.com>
The previous configuration had 2 optee configuration files. One for defining the option and settings and the second file for defining usage of optee through ghaf. During rework second files import is missing. Added now. Ready for retest. |
|
|
Automated tests passed with Orin AGX (native) image except NVPM WARN: power mode is not set! It has passed in mainline. |
Strange issue as in nix repl I'm observing I'll manually check it on system. everything seems OK. |
I'll try also manually |
With the latest fixes it also works with nvpmodel -q |
|
The test platform is AGX 32 GB. |
As Samuli already confirmed, the tools are now available. NX looks good to me. |
Yes, it works. I was not able to reproduce that issue with nvpmodel -q manually. Tried with flash-script and also by booting native image from USB. |
Description of Changes
Seperate hardware definitions of agx, agx64, and nx are defined. These definitions are merged with common hardware definitions and completed to a full nvidia configuration (with configuration imported from profiles/oırin.nix) in orin-configuration-builder.nix. Similar target generation method used as in laptop definitions.
Type of Change
Related Issues / Tickets
Testing issues of (#1152) caused this rework
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify:
Just allow tests through the regular CICD chain. The whole target structure is same from outside. Just there is a need to test if it works the same as the previous target definitions.