kumquat-buildroot/board/olimex/a64-olinuxino
Giulio Benetti 77e208730e configs/olimex_a64_olinuxino: bump to Linux kernel 5.15.7, u-boot 2021.10 and ATF v2.5
1) Now u-boot needs SCP environment variable specified that can point to
the or1k coprocessor firmware while if coprocessor is not used it must
be passed /dev/null as we do in this case.
2) We now use the u-boot-sunxi-with-spl.bin instead of u-boot.itb since
it's produced by u-boot anymore.
3) U-Boot 2021.10 requires python 3 and openssl so let's enable them.
4) Remove local patches for uboot and linux.
5) Remove global patches path from defconfig.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-12-12 16:51:29 +01:00
..
boot.cmd
genimage.cfg configs/olimex_a64_olinuxino: bump to Linux kernel 5.15.7, u-boot 2021.10 and ATF v2.5 2021-12-12 16:51:29 +01:00
readme.txt

Intro
=====

This default configuration will allow you to start experimenting with the
buildroot environment for the A64-OLinuXino. With the current configuration
it will bring-up the board, and allow access through the serial console.

A64-OLinuXino link:
https://www.olimex.com/Products/OLinuXino/A64/

Wiki link:
https://openedev.amarulasolutions.com/display/ODWIKI/Olimex+A64-Olinuxino

This configuration uses U-Boot mainline and kernel mainline.

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

    $ make olimex_a64_olinuxino_defconfig
    $ make

Note: you will need access to the internet to download the required
sources.

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

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

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

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

Insert the micro SDcard in your A64-OLinuXino and power it up. The console
is on the serial line, 115200 8N1.