Skip to content

Comments

Update instructions, syntax error in flag.#19

Merged
gamelaster merged 1 commit intopine64:masterfrom
River-Mochi:master
Feb 19, 2023
Merged

Update instructions, syntax error in flag.#19
gamelaster merged 1 commit intopine64:masterfrom
River-Mochi:master

Conversation

@River-Mochi
Copy link
Collaborator

@River-Mochi River-Mochi commented Feb 15, 2023

syntax error in instructions. this command as written will not work because if flag --chip is used, then it needs to be
--chip=bl70x with the =

This as written will not work:
blisp write --chip bl70x --reset name_of_firmware.bin

or if "=" is not desired then command -c bl70x could be used instead.

Either of these work:
-c, --chip**=**<chip_type> Chip Type

syntax error in instructions. this command as written will not work because if flag --chip is used it needs to be --chip=bl70x with the "="
does not work: blisp write --chip bl70x --reset name_of_firmware.bin
or if "=" is not desired then "-c bl70x" could be used instead.

-c, --chip=<chip_type>    Chip Type
@gamelaster gamelaster merged commit 4afdfff into pine64:master Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants