You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,17 @@ Removes all of the kernel sources and compressed source files. You may want to m
34
34
The copyImage.sh script copies the Image to the current device. If you are building the kernel on an external device, for example a SSD, you will probably want to copy the Image file over to the eMMC in the eMMC's /boot directory. The Jetson will usually try to boot from the eMMC before switching to a different device. Study the boot sequence of the Jetson to properly understand which Image file is being used.
35
35
36
36
37
-
Special thanks to Raffaello Bonghi (https://github.com/rbonghi) for jeston_easy scripts.
38
-
37
+
Special thanks to Raffaello Bonghi (https://github.com/rbonghi) for jetson_easy scripts.
38
+
Special thanks to Shreeyak (https://github.com/Shreeyak) for discussing alternatives to get source directly from NVIDIA git repositories.
39
39
40
40
### Release Notes
41
+
July, 2018
42
+
* vL4T28.2.1
43
+
* L4T 28.2.1 (JetPack 3.2.1)
44
+
* Fix issue with scripts jetson_variables to determine L4T version.
45
+
** Special thanks to Shreeyak (https://github.com/Shreeyak)
46
+
* Refactored scripts/getKernelSources and getKernelSourcesNoGUI
0 commit comments