I just noticed availability of an updated ‘L4T 21.5 Documentation’ package released 2016/08/24. However there seems to be no mentioning about what has been updated. As a matter of fact both state revised 05 Jul 2016 on their lower right footer. A few things I noticed so far:
-
The ‘More Information’ link actually points to https://developer.nvidia.com/embedded/linux-tegra which brings up the ‘Linux For Tegra R24.1’ page which does not seem applicable isn’t it?
-
The ‘Video for Linux User Guide’ seems to have been dropped. Why would that be?
-
A new application note ‘Runtime Bootloader Update process for Jetson TK1’ dated August 24. 2016 has been introduced.
-
The ‘Start_L4T_Docs_on_Linux.sh’ shell script seems to have those dreaded ^M line endings and won’t quite work anymore:
[user@host L4T-R21.5-new]$ ./Start_L4T_Docs_on_Linux.sh bash: ./Start_L4T_Docs_on_Linux.sh: /bin/sh^M: bad interpreter: No such file or directory
Files are identical except for differing line endings:
L4T-R21.5-old/Start_L4T_Docs_on_Linux.sh: UNIX (LF)
L4T-R21.5-new/Start_L4T_Docs_on_Linux.sh: DOS/Windows (CR-LF)
Any insights into this matter are much appreciated.