jetsonhacks / buildJetsonTX2Kernel

Build the NVIDIA Jetson TX2 Kernel on the device itself
MIT License
153 stars 116 forks source link

Jetpack 4.2 / L4T 32.1.0 #23

Closed alexrashed closed 4 years ago

alexrashed commented 5 years ago

Hi there!

First of all: Thanks for the awesome scripts! This repo dramatically reduced the pain for messing with the TX2 kernel for me.

Now to the PR: Jetpack 4.2 for the TX2 (w/ L4T 32.1.0, Ubuntu 18.04.2, kernel 4.9.140) has been released. As I had to patch my kernel I updated the scripts to support the new Jetpack version / L4T kernel. I only tested it on my TX2, but it should also work on the TX2i.

I also modified the release notes in case you decide to merge and release it.

rafiw commented 5 years ago

Thanks

FantasyNitroGEN commented 5 years ago

+1 Thanks, it's work

Ecordonnier commented 5 years ago

Thanks, it works! The only issue I had is that the nvidia driver failed to compile the first time, however the script then tries to run "make" single-thread and it works, the only side-effect is that it slows down the build: "/usr/src/kernel/nvidia/drivers/net/ethernet/realtek/r8168_n.c: In function ‘rtl8168_set_phy_mcu_8168e_2’: /usr/src/kernel/nvidia/drivers/net/ethernet/realtek/r8168_n.c:11036:1: internal compiler error: Segmentation fault rtl8168_set_phy_mcu_8168e_2(struct net_device *dev) ^~~~~~~ "