Files
buildroot/board/arrow/avenger96
Javad Rahimipetroudi 21629634ad configs/avenger96_defconfig: bump Linux version to 6.6.22 LTS
This patch upgrades Kernel version to 6.6.22 LTS on avenger96 board.
Beside that, In accordance with the kernel 6.5rc1 commit
724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
the device tree path also has been modified to point the device tree in
the proper location.

As another change, due to commit 3108eb2e8aa7
("mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS"), the order of SD card and
eMMC probing has swapped. The SD card is now mmcblk0 instead of
mmcblk1. Thus, the default root append (mmcblk1p4) in 'extlinux.conf'
file in the overlay directory of the board is changed, otherwise the
rootfs was not possible to be detected.

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-03-24 17:06:47 +01:00
..

Arrow Avenger96

Intro
=====

This configuration supports the Arrow Avenger96 board:

https://wiki.dh-electronics.com/index.php/Avenger96

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

 $ make avenger96_defconfig
 $ make

How to write the microSD card
=============================

WARNING! This will destroy all the card content. Use with care!

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 microSD card with "dd":

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

Boot the board
==============

 (1) Configure the boot switches for boot from microsd: 1-0-1

 (2) Insert the microSD card in the slot

 (3) Plug a serial adapter (beware: 1v8 levels!) to the low speed
     expansion connector

 (4) Plug in power cable

 (5) The system will start, with the console on UART, but also visible
     on the screen.