暫無描述

Michel-FK 8c7a3ed3f3 update README file 3 年之前
FunKey 0f408f3b63 add swupdate to rootfs too 3 年之前
Recovery 0f408f3b63 add swupdate to rootfs too 3 年之前
buildroot @ d8082db677 d7b0cdedca bump buildroot to 2020-02.7 3 年之前
docker 4d8b81a40e recovery build 3 年之前
.gitignore 4d8b81a40e recovery build 3 年之前
.gitmodules 345d2b03fd Removed obsolete submodules 4 年之前
Makefile 0f408f3b63 add swupdate to rootfs too 3 年之前
README.md 8c7a3ed3f3 update README file 3 年之前
genimage.cfg 79a7be9716 add swap partition 3 年之前

README.md

FunKey

Intro

This directory contains a buildroot-based external configuration for building the FunKey.

How to get it

Clone the FunKey OS repository and the required submodules from Github:

$ git clone https://github.com/FunKey-Project/FunKey-OS.git

Then enter into the created directory:

$ cd

How to build it

Build the disk image & firmware update files

Note: you will need to have access to the network, since buildroot will download the packages’ sources.

You may now build your FunKey with:

$ make

(This may take a while, consider getting yourself a coffee ;-) )

Result of the build

After building, you should obtain this tree:

images/
+-- FunKey-rootfs-X.Y.fwu
`-- sdcard.img

How to write the SD card

Once the build process is finished you will have an image called «sdcard.img» in the images/ directory.

Copy the bootable «sdcard.img» onto an SD card with «dd»:

$ sudo dd if=/images/sdcard.img of=/dev/sdX

Alternatively, you can use the Etcher graphical tool to burn the image to the SD card safely and on any platform:

https://etcher.io/

Once the SD card is burned, insert it into your FunKey board, and power it up. Your new system should come up now and start a console on the UART0 serial port.