I got a logo for Jetson Nano! I took the code of tool by jwatte and modified it a bit. I hope that he will not be offended by me. The following steps need to be carried out to create a bmp.blob with own logo.
- sudo apt install liblz4-tool
- git clone GitHub - VladimirSazonov/jw-boot-logo-for-Jetson-Nano: This is a modified jw-boot-logo for creation bmp.blob for JetsonNano. You must have lz4c installed for use this
- cd jw-boot-logo-for-Jetson-Nano
- git clone GitHub - nothings/stb: stb single-file public domain libraries for C/C++
- g++ -o jw_boot_image main.cpp
- ./jw_boot_image [path_to_your_logo]
- Make sure there is an output file named “bmp.blob”
- Copy “bmp.blob” into [path_to_your_bsp]/Linux_for_Tegra/bootloader/
- cd [path_to_your_bsp]/Linux_for_Tegra/
- Finish installation by the command: sudo ./flash.sh -k BMP --image bootloader/bmp.blob jetson-nano-qspi-sd mmcblk0p1
I has finish the step10 and get the error:
###############################################################################
L4T BSP Information:
R32 , REVISION: 7.1
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
now ,i has use zhe linux PC to connect zhe jetson nano 4G,and the question is still .