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.

Restructure readme

+24 -20
+24 -20
README.md
··· 36 36 - [ ] WiFi connectivity 37 37 - [ ] BLE connectivity 38 38 39 - ## Getting Started 39 + ## Installing 40 + 41 + ### Web (latest firmware) 42 + 43 + 1. Connect your Xteink X4 to your computer via USB-C 44 + 2. Go to https://xteink.dve.al/ and click "Flash CrossPoint firmware" 45 + 46 + To revert back to the official firmware, you can flash the latest official firmware from https://xteink.dve.al/, or swap 47 + back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 48 + 49 + ### Web (specific firmware version) 50 + 51 + 1. Connect your Xteink X4 to your computer via USB-C 52 + 2. Download the `firmware.bin` file from the release of your choice via the [releases page](https://github.com/daveallie/crosspoint-reader/releases) 53 + 3. Go to https://xteink.dve.al/ and flash the firmware file using the "OTA fast flash controls" section 54 + 55 + To revert back to the official firmware, you can flash the latest official firmware from https://xteink.dve.al/, or swap 56 + back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 57 + 58 + ### Manual 59 + 60 + See [Development](#development) below. 61 + 62 + ## Development 40 63 41 64 ### Prerequisites 42 65 ··· 57 80 ``` 58 81 59 82 ### Flashing your device 60 - 61 - #### Web (latest firmware) 62 - 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" 65 - 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 - 69 - #### Web (specific firmware version) 70 - 71 - 1. Connect your Xteink X4 to your computer via USB-C 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 - 3. Go to https://xteink.dve.al/ and flash the firmware file using the "OTA fast flash controls" section 74 - 75 - To revert back to the official firmware, you can flash the latest official firmware from https://xteink.dve.al/, or swap 76 - back to the other partition using the "Swap boot partition" button here https://xteink.dve.al/debug. 77 - 78 - #### Command line 79 83 80 84 Connect your Xteink X4 to your computer via USB-C and run the following command. 81 85