Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hi,
I have problems to program the external flash when Run the uart_uniflash.py python script:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py uart_uniflash.py -p COM6 --cfg=only_wifi_fw.cfg [ERROR] Dependant modules not installed, use below pip command to install them. MAKE sure proxy for pip is setup if needed. python -m pip install pyserial tqdm xmodem --proxy={http://your proxy server:port or leave blank if no proxy} c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>
pip ist installed:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py -m pip --version pip 25.0.1 from C:\Users\a0406234\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip (python 3.13) c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>
a reinstall fails:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py -m pip install pyserial tqdm xmodem 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 0x000004D45057E110>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/ 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 0x000004D4527B76D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/ 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 0x000004D4527B7F90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/ 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 0x000004D4527B71D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/ 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 0x000004D4527B7A90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/ ERROR: Could not find a version that satisfies the requirement pyserial (from versions: none) ERROR: No matching distribution found for pyserial
Regards, Holger