readme: Update flash commands

This commit is contained in:
Tim Crawford 2020-03-06 10:47:24 -07:00
parent 364b7c3af8
commit 2d86bd1f0c

View File

@ -50,7 +50,7 @@ Requirements:
Use this method for flashing a system already running System76 EC. Use this method for flashing a system already running System76 EC.
``` ```
make BOARD=<vendor>/<model> flash make BOARD=<vendor>/<model> flash_internal
``` ```
### External programmer ### External programmer
@ -69,5 +69,5 @@ Use this method for first-time flashing or flashing a bricked controller.
8. Flash the firmware 8. Flash the firmware
``` ```
make BOARD=<vendor>/<model> isp make BOARD=<vendor>/<model> flash_external
``` ```