jetsonhacks / buildJetsonTX2Kernel

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

Readme mistake or script bug? #29

Closed DrTon closed 4 years ago

DrTon commented 4 years ago

Readme says about getKernelSources.sh:

Downloads the kernel sources for L4T from the NVIDIA website, decompresses them and opens a graphical editor on the .config file.

But this doesn't happen for me (master, TX2, L4T 32.3.1). Is is expected behavior (then Readme should be fixed) or bug?

In scripts/getKernelSources.sh I see that it calls scripts/config but graphical tool doesn't appear.

jetsonhacks commented 4 years ago

Thank you for catching this. It is a README issue. The script was modified to remove the requirement of the GUI, which many deemed too heavy for the task. editConfig.sh opens the editor.