mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-20 23:53:47 +08:00
docs: improve flashing device section (#404)
* add note for flashing with M-Series macs * include mention of QDL mode when flashing device
This commit is contained in:
committed by
GitHub
parent
d71ef11041
commit
5b5005f4c9
@@ -30,12 +30,15 @@ Building
|
||||
./build_system.sh
|
||||
```
|
||||
|
||||
Flashing to a comma 3/3X:
|
||||
Flashing to a comma 3/3X (Be sure to set your device in QDL mode before flashing. Refer to [QDL MODE Section](https://flash.comma.ai/) for more information.):
|
||||
```
|
||||
./flash_kernel.sh
|
||||
./flash_system.sh
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> If flashing on M-series Macs, you may need to run `brew install libusb` and then `sudo mkdir -p /usr/local/lib && sudo ln -s /opt/homebrew/lib/libusb-1.0.0.dylib /usr/local/lib/libusb.dylib` if getting "No backend available".
|
||||
|
||||
Validating changes:
|
||||
* Running openpilot is a good smoketest for general AGNOS functionality
|
||||
* [CI](https://github.com/commaai/agnos-builder/blob/master/.github/workflows/build.yaml) ensures the kernel and system builds work (and pushes the images for you to download)
|
||||
|
||||
Reference in New Issue
Block a user