blob: 58186b237799a271933c9562873614fb9f754af7 [file] [log] [blame]
Patrick Georgifd49d6f2015-06-22 19:43:18 +02001#
Martin Roth50863da2021-10-01 14:37:30 -06002# Set DebugCtrl to 1 to re-enable Jtag
Patrick Georgifd49d6f2015-06-22 19:43:18 +02003#
4DebugCtrl = 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;