You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-25Lines changed: 18 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,58 +107,41 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar
107
107
When using a Docker container, all the prerequisites are automatically installed.
108
108
109
109
### How to get the sources
110
-
When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/Michel-FK/FunKey-Project/master/docker/Dockerfile) and Debian [apt-sources.list](https://raw.githubusercontent.com/Michel-FK/FunKey-Project/master/docker/apt-sources.list) and put them into a separate directory:
110
+
When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/Michel-FK/FunKey-Project/master/docker/Dockerfile) and put it into a separate directory:
$ docker run -d -name funkey-os funkey-project/funkey-os
143
127
```
144
128
This may take a while, consider getting yourself a cup or glass of your favorite beverage ;-)
145
129
146
130
<ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
147
131
148
132
### Result of the build
149
-
After building, you can exit the container by typing Ctrl+D.
150
-
151
-
You can copy the SD Card image `sdcard.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` from the container into the host current directory:
133
+
After building, you can copy the SD Card image `sdcard.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` from the container into the host current directory:
Once the SD card is burnt, insert it into your FunKey S console slot, and
171
154
power it up. Your new system should come up now and start a console on
172
155
the UART0 serial port and display the retro game launcher on the graphical screen.
156
+
157
+
## How to update the FunKey S firmware
158
+
It is possible to update a FunKey-S over USB:
159
+
- Connect the FunKey S console to your host machine using the USB cable
160
+
- From the retro-game launcher, press the **ON/OFF** button to access the menu
161
+
- Using the **Up/Down** keys, select the "**MOUNT USB**" screen ad press the "**A**" key twice to mount the FunKey S on your machine as an USB mass storage drive
162
+
- Drag and drop the images/FunKey-rootfs-X.Y.fwu file into it
163
+
- When finished, eject the USB mass storage from your host machine
164
+
- Back on the FunKey S console, press the "**A**" key twice to eject the USB mass storage drive
165
+
- The FunKey S console will automatically detect the firmware update file and proceed with the update before returning to the retro game launcher screen once finished
0 commit comments