Vincent-FK 29697c75cb now possible to make prod image (assembly tests at first boot) with make image-prod 3 years ago
..
patches e50c564966 use public repositories for packages 3 years ago
rootfs-overlay 29697c75cb now possible to make prod image (assembly tests at first boot) with make image-prod 3 years ago
busybox.config a1afac9169 changed defconfig 3 years ago
device_table.txt 4c4f5b8001 Make buildroot a git submodule 5 years ago
linux.config f502166998 used different boot logo for Recovery 3 years ago
local.mk 6bebbf0260 added funkey-gpio-mapping 4 years ago
post-build.sh 0f38d4ebe5 remove /var/db/dhcpcd dir and link to /tmp 3 years ago
readme.txt 4f5bd016eb Moved from zImage to uImage to anticipate for U-Boot Falcon Mode 5 years ago
sw-description 332feb6fe9 working automatic partition update 3 years ago
swupdate.config 0f408f3b63 add swupdate to rootfs too 3 years ago
update_partition d26d17c1d5 no more .first_boot file needed 3 years ago
users_table.txt 4c4f5b8001 Make buildroot a git submodule 5 years ago

readme.txt

# 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
BitBucket:

$ git clone --recurse-submodules git@bitbucket.org:keymu2/funkey-os.git

Then enter into the created directory:

$ cd

How to build it
===============

Configure Buildroot
-------------------

There is only one Funkey defconfig files in Buildroot:

$ ./fun funkey_defconfig

Build the rootfs
----------------

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

You may now build your FunKey with:

$ ./have fun

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

Result of the build
-------------------

After building, you should obtain this tree:

FunKey/output/images/
+-- boot.scr
+-- boot.vfat
+-- rootfs.ext2
+-- rootfs.ext4 -> rootfs.ext2
+-- sdcard.img
+-- sun8i-v3s-funkey.dtb
+-- u-boot.bin
+-- u-boot-sunxi-with-spl.bin
`-- uImage

How to write the SD card
========================

Once the build process is finished you will have an image called
"sdcard.img" in the FunKey/output/images/ directory.

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

$ sudo dd if=/FunKey/output/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.