How to change the boot parameters (Jetson AGX Xavier DevKit) #928
-
Hi everyone! I successfully did the boot on my Jetson AGX Xavier Development Kit with 32GB. When I do So here is my question: where can I change these parameters? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can add kernel command line parameters with the KERNEL_ARGS variable, so something like
in your But if you're seeing an explicit |
Beta Was this translation helpful? Give feedback.
You can add kernel command line parameters with the KERNEL_ARGS variable, so something like
in your
local.conf
would append that setting.But if you're seeing an explicit
mem=5000M
now, I'm not sure where that's coming from. There's nothing in this layer that sets that; perhaps something in one of the other layers in your build is doing so? You might want to track that down first.