Skip to content

Instantly share code, notes, and snippets.

@jvcleave
Created July 10, 2014 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvcleave/d492e3e8d175bf5bb5d9 to your computer and use it in GitHub Desktop.
Save jvcleave/d492e3e8d175bf5bb5d9 to your computer and use it in GitHub Desktop.
flash.sh process
root@laptop-kubuntu:/home/jvcleave# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc. AES2810
Bus 004 Device 003: ID 0a5c:2145 Broadcom Corp. Bluetooth with Enhanced Data Rate II
Bus 002 Device 004: ID 0955:7140 NVidia Corp.
root@laptop-kubuntu:/home/jvcleave# uname -a
Linux em-kubuntu 3.2.0-35-generic-pae #55-Ubuntu SMP Wed Dec 5 18:04:39 UTC 2012 i686 i686 i386 GNU/Linux
root@laptop-kubuntu:/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra# ./flash.sh -k 6 jetson-tk1 mmcblk0p1
copying dtbfile(/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra/kernel/dtb/tegra124-pm375.dtb) to tegra124-pm375.dtb... done.
Just updating kernel and boot device.
copying bootloader(/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra/bootloader/ardbeg/fastboot.bin)... done.
Bootloader(/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra/bootloader/ardbeg/fastboot.bin) used as flasher.
Existing flash application(/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra/bootloader/nvflash) reused.
making zero initrd...
done.
Making Boot image... done
*** Flashing kernel update started. ***
Nvflash 4.13.0000 started
chip uid from BR is: 0x340010017408c1431c00000011020100
rcm version 0X400001
System Information:
chip name: unknown
chip id: 0x40 major: 1 minor: 1
chip sku: 0x81
chip uid: 0x000000017408c1431c00000011020100
macrovision: disabled
hdcp: enabled
jtag: enabled
sbk burned: false
board id: 375
warranty fuse: 0
dk burned: true
boot device: emmc
operating mode: 3
device config strap: 0
device config fuse: 0
sdram config strap: 3
RCM communication completed
downloading bootloader -- load address: 0x80108000 entry point: 0x80108000
sending file: fastboot.bin
- 900492/900492 bytes sent
fastboot.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
sending file: boot.img
\ 5912576/5912576 bytes sent
boot.img sent successfully
Time taken for flashing 3 Secs
*** The kernel has been updated successfully. ***
root@laptop-kubuntu:/home/jvcleave/Desktop/JETSON_TK1/Linux_for_Tegra#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment