Skip to content

CospanDesign/l4t-helper-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

l4t-helper-scripts

Scripts that help in the process of building Linux for Tegra

Instructions:

  • Add these scripts to the BASE DIRECTORY of your L4T Projects, the BASE DIRECTORY is the directory just above the 'Linux_for_Tegra' directory
<BASE DIRECTORY>/Linux_for_Tegra
  • Modify the name of the scripts to point to your board use the following command line
cd <BASE DIRECTORY>
grep -rIn 'blackbird' | xargs sed -i 's/quokka/<your board name>/g'

Script Usage:

build-uboot.sh: Builds uboot, use the '-r' flag to rebuild and the '-m' flag for menu, no flags will build normally build-kernel.sh: Builds the kernel, use the '-r' flag to rebuild and the '-m' flag for menu, no flags will build normally flash-blackbird.sh: Perform a full flash for the blackbird board flash-tx2.sh: full flash for the normal TX2 board. get-kernel-source-line.sh: When a kernel panic happens copy the hex address at the top of the panic and feed it into this script to return the associated kernel file, source line.

About

Scripts that help in the process of building Linux for Tegra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages