Replies: 1 comment
-
You should probably create a new recipe to fetch your pre-built kernel and kernel modules and install/package them as required, then set |
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
-
Hi. I build a kernel
Image
file elsewhere, and I want to use it instead of kernel built in yocto.I know I can simply use
abootimg
to createboot.img
, then replace the one in tegraflash tar.gz.But I wonder if I can do this during build? If so, which recipe should I modify?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions