https://github.com/jetsonhacks/buildjetsonftdimodule
An example for building the FTDI Module for the NVIDIA Jetson TK1
https://github.com/jetsonhacks/buildjetsonftdimodule
Last synced: 2 months ago
JSON representation
An example for building the FTDI Module for the NVIDIA Jetson TK1
- Host: GitHub
- URL: https://github.com/jetsonhacks/buildjetsonftdimodule
- Owner: jetsonhacks
- Created: 2015-07-15T05:17:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T22:32:32.000Z (over 8 years ago)
- Last Synced: 2025-01-22T00:34:19.933Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains scripts used to compile the FTDI module for the NVIDIA Jetson TK1.
The current version is for L4T 21.5
The script prepareModule.sh builds the FTDI module by downloading the kernel sources, unpacking them, and modifying the .config file to indicate that the FTDI module should be compiled, along with setting the local version release of the kernel. The module is then compiled copied to the appropriate system /lib/module directory. Please modify and use this script for your own purposes, as the intent is to work after a fresh install of the operating system. If you have been building other modules, or have a modified kernel (such as the Grinch kernel), you will need to modify the script for your own use.
The script removeSources.sh removes the kernel sources that the prepareModule script downloaded. This is useful in the case where only the FTDI module needs to be built, and the sources are no longer needed. For most applications this is not necessary, but is useful when space is at a premium.