在早期开发工具包上更新 OS

所有 Azure Sphere 设备都来自制造商,并已安装 Azure Sphere OS。 大多数设备都可以通过 Internet 进行更新,包括 Seeed Mini Dev Kits 和其他制造商的所有工具包。 但是,某些早期 Seeed MT3620 开发工具包可能需要手动更新(如果从未使用过)。 如果此类板从未使用过,请按照以下步骤手动更新 OS:

  1. 通过 USB 将开发板连接到电脑。

  2. 使用 PowerShell、Windows 命令提示符或 Linux 命令行界面打开命令行界面。

  3. 使用恢复过程更新开发板:

    azsphere device recovery

    应会看到如下所示的输出,但下载的图像数可能会有所不同:

    Downloading recovery images...
    Download complete.
    Starting device recovery. Please note that this may take up to 10 minutes.
    Board found. Sending recovery bootloader.
    Erasing flash.
    Sending 16 images. (5461232 bytes to send)
    Sent 1 of 16 images. (5431060 of 5461232 bytes remaining)
    Sent 2 of 16 images. (5315180 of 5461232 bytes remaining)
    ...
    Sent 16 of 16 images. (0 of 5461232 bytes remaining)
    Finished writing images; rebooting board.
    Device ID: <GUID>
    Device recovered successfully.