Difference between revisions of "K-Scale Operating System"
(Created page with "=== Links === * [https://developer.nvidia.com/embedded/jetson-linux NVIDIA Jetson Linux Driver Package]") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | === Notes === | ||
+ | You need to install the following if you are not compiling and building on the nano itself (standard for any attempt to build the Linux kernel yourself) | ||
+ | |||
+ | sudo apt-get install git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison | ||
+ | |||
+ | Also, install the toolchain here: https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/AT/JetsonLinuxToolchain.html#at-jetsonlinuxtoolchain | ||
+ | |||
=== Links === | === Links === | ||
* [https://developer.nvidia.com/embedded/jetson-linux NVIDIA Jetson Linux Driver Package] | * [https://developer.nvidia.com/embedded/jetson-linux NVIDIA Jetson Linux Driver Package] | ||
+ | * [https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html Kernel customization] |
Latest revision as of 18:54, 4 June 2024
Notes[edit]
You need to install the following if you are not compiling and building on the nano itself (standard for any attempt to build the Linux kernel yourself)
sudo apt-get install git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison
Also, install the toolchain here: https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/AT/JetsonLinuxToolchain.html#at-jetsonlinuxtoolchain