Skip to content

How to change the boot parameters (Jetson AGX Xavier DevKit) #928

Answered by madisongh
FabioSpano asked this question in Q&A
Discussion options

You must be logged in to vote

You can add kernel command line parameters with the KERNEL_ARGS variable, so something like

KERNEL_ARGS:jetson-agx-xavier-devkit:append = " mem=8000M"

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FabioSpano
Comment options

Answer selected by FabioSpano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants