ZHCADO6 January 2024 AM263P4 , AM263P4-Q1
只有在刷写文件或通过 SDK 中的 UART 将应用程序引导至板载 EVM 闪存时,才需要 Python。
以下是安装步骤:
Windows 系统
C:\> python --version
C:\> python -m pip --version
C:\> python -m pip install pyserial xmodem tqdm --proxy={your proxy server web-link and port}
Linux 系统
$ sudo apt install python3 python3-pip
$ pip3 --version
$ pip3 install pyserial xmodem tqdm --proxy={your proxy server web-link and port}