What is the best way to replace kernel when developping? #997
Replies: 1 comment 3 replies
-
There's no single good answer; there are different options, and which one you might choose depends on the specific Jetson model you're using, your other hardware, which L4T version you're using, and your preferred workflow. One approach is to use an Another approach is to build a BUP payload with your test kernel and device tree and use You can also flash just the kernel and DTB to boot partitions via USB, if your builds are not using the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently trying some set of kernel configurations and the only way to test it is to build & flash the full image.
I'm using mender. So it's faster than using doflash.sh.
However, yocto takes a lot of time to build the full image (not only the kernel) and the mender bundle.
I'm looking for the faster approach.
The following command is nice to understand the layout:
lsblk --f --bytes --output NAME,FSTYPE,MOUNTPOINT,PARTLABEL,SIZE,STATE,TYPE
I guess boot.img is in the partlabel "kernel" or "kernel_b", given the current slot.
Unfortunately, I failed to read/write kernel image from/to those partitions.
Beta Was this translation helpful? Give feedback.
All reactions