File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,19 @@ Use this binary since it is tested with TI Processor SDK.
3434
3535If it is not possible to use a pre-built binary, use the following:
3636
37- .. code-block :: console
37+ .. ifconfig :: CONFIG_part_variant in ('AM62LX')
38+
39+ .. code-block :: console
40+
41+ $ git clone https://github.com/TexasInstruments/arm-trusted-firmware.git
42+ $ git checkout <hash>
43+
44+ .. ifconfig :: CONFIG_part_variant not in ('AM62LX')
45+
46+ .. code-block :: console
3847
39- $ git clone https://github.com/TexasInstruments/arm- trusted-firmware.git
40- $ git checkout <hash>
48+ $ git clone https://review.trustedfirmware.org/TF-A/ trusted-firmware-a .git
49+ $ git checkout <hash>
4150
4251 Where <hash> is the commit shown here: :ref: `tf-a-release-notes ` :ref: `release-specific-build-information `.
4352
You can’t perform that action at this time.
0 commit comments