Replies: 2 comments 1 reply
-
Good question ! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Even though it's interesting I think I will close this one cause it's not really related to any issue of this repo. Feel free to reach out via email or Discord if you wanna discuss it aside |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I honestly am not sure where to start with this question because I am not super experienced with the linux kernel or containerization (podman) but I will do my best to describe the situation.
I am working with the Jetson Nano and am interested in flashing Ubuntu 20.04. I can successfully run the code in this repo and flash jetson nano boards that work fine in the devkit carrier. However, I need to build for a custom carrier board that requires kernel + device tree patches to work.
The custom carrier board setup is not containerized at all and is a set of bash scripts that follow instructions similar to here: https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html
My question is how can I encorporate custom kernel patches into the build workflow contained here?
Beta Was this translation helpful? Give feedback.
All reactions