blob: c48e54a191887ff15acd2a8980e9eb4abb39f540 [file] [log] [blame]
Patrick Georgi4d6ad832015-06-22 19:43:18 +02001#
Martin Roth50863da2021-10-01 14:37:30 -06002# Set JtagCtrl to 1 to re-enable Jtag
Patrick Georgi4d6ad832015-06-22 19:43:18 +02003#
4JtagCtrl = 0;
5#
6# Fill in chip unique id
7#
8# ChipUid can be found by running tegrarcm in tegra recovery mode
9# (also hooking up A-A USB cable) and looking for console output
10# on line starting with "Chip UID:"
11#
12# Command example:
13# $ sudo tegrarcm --bct=/build/foster/firmware/bct/board.bct --bootloader=/build/foster/firmware/u-boot.bin --loadaddr=0x80108000
14# Where board.bct and u-boot.bin do not have to be prebuilt.
15#
16ChipUid = 0x00000000000000000000000000000000;