Skip to content

Flashing only certain artifacts into Jetson Xavier devices (not the complete image) #602

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

You must be logged in to vote

You should be able to create a flash layout file that omits the kernel, APP, and any other partitions not needed for running the bootloader. You could also try patching cboot to prevent it from trying other boot devices, too.

As far as flashing specific partitions - the flash helper script has a -c option for passing a specific command to tegraflash, rather than than the default flash;reboot string; so specifying -c "write <PARTNAME> <FILENAME>" to write a single partition should work. However, the boot chain requires flashing several partitions. It would probably be simpler to just create a custom flash layout and/or cboot for your particular use case than to figure out exactly which par…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by armhzjz
Comment options

You must be logged in to vote
0 replies
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