1. 安装   nrfgostudio_win-64_1.21.2_installer;

nrf52832 批量烧写驱动安装方式

2. 安装   python-3.8.0-amd64.exe;

nrf52832 批量烧写驱动安装方式

1)在弹出来的界面勾选add Python 3.8 to PATH,然后点击 Customize installation

nrf52832 批量烧写驱动安装方式

 

2)弹出来的界面直接点击next

3)在弹出的界面勾选Install for all users

nrf52832 批量烧写驱动安装方式

4)输入安装路径为 C:\Python38

nrf52832 批量烧写驱动安装方式

5)点击Install 等待安装完成;

 

3. 安装  JLink_Windows_V630d.exe;

nrf52832 批量烧写驱动安装方式

 

4. 打开命令行窗口

    nrf52832 批量烧写驱动安装方式

 

5. 进入Python38目录下 在命令行输入 cd  \Python38

nrf52832 批量烧写驱动安装方式

6.在此目录下输入python -m pip install nrfutil 等待完成安装,

 

7.若中途出现安装失败,提示版本低的信息时,

 

     输入python -m pip install --upgrade pip 以更新pip工具。

若安装过程中出现红色警告信息时,表示安装失败,

 

需要重新执行以上命令更新,直到出现successful 的信息才表示安装完成,若一直失败请尝试换以下3种方式进行更新,

    1)python -m pip install -U --force-reinstall pip

    2)pip install --user --upgrade pip

    3)pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple  为更换国内源,这里用的清华源,默认的是https://files.pythonhosted.org,对于国内来说下载很慢容易失败;

 

之后再重新执行python -m pip install nrfutil命令,若出现失败情况,请重新尝试几次直到成功;

8. 安装完成后,重启计算机,双击批处理下载命令完成程序下载;

相关文章:

  • 2021-12-02
  • 2021-09-15
  • 2022-12-23
  • 2021-05-06
  • 2021-12-30
  • 2021-10-11
  • 2021-04-28
猜你喜欢
  • 2022-12-23
  • 2021-06-02
  • 2021-07-29
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
相关资源
相似解决方案