This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62X: u-boot-tools install via pip3

Part Number: PROCESSOR-SDK-AM62X

Hi SDK Champ

Can you please check if u-boot-tools via pip3 is still required since the following errors are shown when following SDK document?

==========================================================================

Required Host Packages

Please run the following command to install all packages required to by the makefile targets.

host# sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip

Following pip packages are also needed for binman in u-boot targets

host# pip3 install jsonschema
host# pip3 install pyelftools
host# pip3 install u-boot-tools

jack@sitara:~/ti-processor-sdk-linux-am62xx-evm-09.00.00.03$ pip3 install u-boot-tools
Defaulting to user installation because normal site-packages is not writeable
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4eeb3101c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/u-boot-tools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4eeb3104f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/u-boot-tools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4eeb3106a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/u-boot-tools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4eeb310850>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/u-boot-tools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4eeb310a00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/u-boot-tools/
ERROR: Could not find a version that satisfies the requirement u-boot-tools (from versions: none)
ERROR: No matching distribution found for u-boot-tools
jack@sitara:~/ti-processor-sdk-linux-am62xx-evm-09.00.00.03$

==========================================================================

Thanks.

Regards, 

Jack