烧录 USB 恢复启动引导头
引导头
脚本允许烧录不同的引导头。此示例仅关注 USB 恢复引导头,因为其他引导头不常用。
- 消除引导加载程序在空闲模式下的额外功耗
- 恢复到简单的纯 USB 设置,去除高级引导加载程序功能
覆盖引导加载程序意味着设备不再支持高级引导加载程序功能。请仅在了解相关影响的情况下执行此操作。此操作可以通过重新烧录引导加载程序来恢复。
演示
Command Line
1~/depthai-python/examples$ python3 flash_boot_header.py USB_RECOVERY
2Found device with name: 1.1
3Successfully flashed boot header!设置
Command Line
1git clone https://github.com/luxonis/depthai-python.git
2cd depthai-python/examples
3python3 install_requirements.py