TX1 u-boot version

I follow the document to download the u-boot via git,when I exec the command “git tag” I see many versions of u-boot source codes.May I ask which one shall I get?Note that I use the NVIDIA TX1 board,thank you.

Hi SunXiang,

You can refer to the “Downloading and Building U-Boot” section from Tegra Linux Driver Package Development Guide: [url]https://developer.nvidia.com/embedded/dlc/l4t-documentation-24-2-1[/url]

Check out the Git tag name:
$ git checkout -b <branch_name> <tag_name>
Where:
•<branch_name> is the name of your local branch.
•<tag_name> is the release tag name provided in the Release Notes.

Thanks

Thanks very much!

I find thd document gives the website for dtc goes error,when I exec “git clone http://git.jdl.com/software/dtc.git” I cannot get the dtc code,the result is “fatal: repository ‘http://git.jdl.com/software/dtc.git/’ not found”.

Hi SunXiang
Did you reference to the document like below? The link is different with your post. Please try below like.

To build DTC from source
1. Download dtc source code by executing the following git clone command:
$ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
$ cd dtc
Further instructions will assume your current working directory is the dtc source tree