Files
operating-system/buildroot/board/librecomputer/lafrite
Pascal Vizeli 5a6678147e Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-04-16 20:03:01 +02:00
..
2020-04-16 20:03:01 +02:00

Intro
=====

Libre Computer "La Frite" is a low cost SBC based around an Amlogic
s805x SoC (quad A53), 512MB/1GB DDR4 and a 16MB SPI NOR flash:

https://libre.computer/products/boards/aml-s805x-ac/

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

Configure Buildroot:

    $ make lafrite_defconfig

Compile everything and build the USB flash drive image:

    $ make

How to write the USB flash drive image
======================================

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

Copy the bootable "usb.img" onto a USB flash drive with "dd":

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

How to boot
===========

Insert flash drive to the USB connector furthest away from the IR
receiver and power up board. The system will boot automatically.