Replies: 1 comment
-
There is some information in the L4T documentation on improving kernel boot time. The biggest win I've seen has been from reducing the kernel log level so kernel messages don't get written to the serial console. As far as kernel size goes - make sure you're comparing apples to apples. For one of my projects where I've customized the kernel config to eliminate unused features/drivers, the uncompressed ( Most desktop Linux distros make extensive use of loadable modules, which helps reduce the size of the main kernel -- even then, the compressed ( |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a project, currently running on a nVidia Xavier NX and I'm trying to improve to boot speed. Digging through the system I find that the kernel itself is ~300MB ! Do you see the same?
I have disabled a lot of drivers that I don't need, but it has only reduced the size 20MB or so.
What is your experience with reducing the size? If I look at my laptop kernel it's just ~10MB an I think that's big already.
BR Jonas
Beta Was this translation helpful? Give feedback.
All reactions