A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add section in readme on flashing via xteink.dve.al

+16 -9
+16 -9
README.md
··· 58 58 59 59 ### Flashing your device 60 60 61 - #### Command line 61 + #### Web (latest firmware) 62 62 63 - Connect your Xteink X4 to your computer via USB-C and run the following command. 63 + 1. Connect your Xteink X4 to your computer via USB-C 64 + 2. Go to https://xteink.dve.al/ and click "Flash CrossPoint firmware" 64 65 65 - ```sh 66 - pio run --target upload 67 - ``` 66 + To revert back to the official firmware, you can flash the latest official firmware from https://xteink.dve.al/, or swap 67 + back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 68 68 69 - #### Web 69 + #### Web (specific firmware version) 70 70 71 71 1. Connect your Xteink X4 to your computer via USB-C 72 - 2. Download the `firmware.bin` file from the latest release via the [releases page](https://github.com/daveallie/crosspoint-reader/releases) 72 + 2. Download the `firmware.bin` file from the release of your choice via the [releases page](https://github.com/daveallie/crosspoint-reader/releases) 73 73 3. Go to https://xteink.dve.al/ and flash the firmware file using the "OTA fast flash controls" section 74 - 4. Press the reset button on the Xteink X4 to restart the device 75 74 76 75 To revert back to the official firmware, you can flash the latest official firmware from https://xteink.dve.al/, or swap 77 - back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 76 + back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 77 + 78 + #### Command line 79 + 80 + Connect your Xteink X4 to your computer via USB-C and run the following command. 81 + 82 + ```sh 83 + pio run --target upload 84 + ``` 78 85 79 86 ## Internals 80 87