This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
software:switch:l4t-kernel-compile [2019/07/03 13:05] chris |
software:switch:l4t-kernel-compile [2019/07/03 14:02] (current) chris |
||
---|---|---|---|
Line 2: | Line 2: | ||
I can compile and run the kernel with the patches from June 2018 on the Fedora30 userland, but it has many issues: compiling with '-j5' leads to resets, just '-j1' works. Also no sound output. So here I try to recompile L4T kernels. | I can compile and run the kernel with the patches from June 2018 on the Fedora30 userland, but it has many issues: compiling with '-j5' leads to resets, just '-j1' works. Also no sound output. So here I try to recompile L4T kernels. | ||
- | This is based on [[https://gbatemp.net/threads/l4t-ubuntu-a-fully-featured-linux-on-your-switch.537301/page-68#post-8652447|this post]]. Recompiling the L4T kernel from a running L4T 1.3.1. Also install updates, the gcc updates are required - attempts to recompile with the plain gcc fail. | + | **Note:** With the steps below I get a compiled kernel and dts, but I can not boot these, and did not succeed to debug further what fails, as I do not get any output on the internal or HDMI connected screen when booting the self compiled kernel. |
+ | |||
+ | This is based on [[https://gbatemp.net/threads/l4t-ubuntu-a-fully-featured-linux-on-your-switch.537301/page-68#post-8652447|this post]]. Recompiling the L4T kernel from a running L4T 1.3.1. Also install updates, the gcc updates are required - attempts to recompile with the plain gcc from the L4T image fails. | ||
<code> | <code> |