mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 14:05:43 +01:00
README.flashing: fix few typos
to user -> to use -- in second paragraph of Flashing over USB section users stock stock -> uses stock -- in first paragraph of Flashing over I2C section fiwmare -> firmware -- in second paragraph of Flashing over I2C section
This commit is contained in:
parent
5bef4c8832
commit
b3412ee2a4
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ This method allows updating the stock firmware on the keyboard.
|
||||||
|
|
||||||
Flashing tool ppkb-usb-flasher can be used to flash the firmware over USB.
|
Flashing tool ppkb-usb-flasher can be used to flash the firmware over USB.
|
||||||
You'll have to solder USB cable to the keyboard controller board to be able
|
You'll have to solder USB cable to the keyboard controller board to be able
|
||||||
to user this method.
|
to use this method.
|
||||||
|
|
||||||
For example to build and flash your own firmware you could run these
|
For example to build and flash your own firmware you could run these
|
||||||
commands:
|
commands:
|
||||||
|
@ -54,11 +54,11 @@ from 0x2000 will be flashed. Use -s to specify how many bytes to write.
|
||||||
Flashing over I2C
|
Flashing over I2C
|
||||||
=================
|
=================
|
||||||
|
|
||||||
This method users stock stock firmware's flashing interface to allow writing
|
This method uses stock firmware's flashing interface to allow writing user's
|
||||||
user's own firmware to the keyboard, while keeping the stock firmware intact.
|
own firmware to the keyboard, while keeping the stock firmware intact.
|
||||||
|
|
||||||
Stock firmware will remain present and available for future updates of the
|
Stock firmware will remain present and available for future updates of the
|
||||||
users fiwmare.
|
users firmware.
|
||||||
|
|
||||||
You can use this method without having to disassemble the keyboard, or
|
You can use this method without having to disassemble the keyboard, or
|
||||||
solder anything.
|
solder anything.
|
||||||
|
|
Loading…
Reference in a new issue