diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2017-01-13 19:54:24 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-05 23:36:41 +0100 |
| commit | 0ad1067db5d43107ec56a74b79c92e436c7fb59e (patch) | |
| tree | 03a2d3e413134e58c13a986a9e224f728d04bab8 /board/lemaker/bananapro/boot.cmd | |
| parent | 0a6bb06161b40b01912073bbbdb5479d85b179d5 (diff) | |
| download | buildroot-0ad1067db5d43107ec56a74b79c92e436c7fb59e.tar.gz buildroot-0ad1067db5d43107ec56a74b79c92e436c7fb59e.zip | |
board: add support for Banana Pro
The board support package includes the following components:
- U-Boot 2016.11
- Linux 4.9.3
- packages:
- alsa-utils for basic audio usage of the on-board headphone jack
and microphone
- iw and wpa_supplicant for managing the wireless interface
Two Linux patches are necessary to enable audio and wifi support. Both
patches are fetched from the Linux next branch and are probably mainlined in
Linux 4.11.
A Linux configuration fragment enables the wireless device driver, which
is not enabled by default in the mainline defconfig of the board.
The wifi chip needs a NVRAM configuration file which is provided in the
rootfs overlay.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas: remove e2fsprogs from the target packages, add entry in
DEVELOPERS file, remove C++ support.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/lemaker/bananapro/boot.cmd')
| -rw-r--r-- | board/lemaker/bananapro/boot.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/lemaker/bananapro/boot.cmd b/board/lemaker/bananapro/boot.cmd new file mode 100644 index 0000000000..439f5b12c4 --- /dev/null +++ b/board/lemaker/bananapro/boot.cmd @@ -0,0 +1,5 @@ +setenv fdt_high ffffffff +setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait +fatload mmc 0 $kernel_addr_r zImage +fatload mmc 0 $fdt_addr_r sun7i-a20-bananapro.dtb +bootz $kernel_addr_r - $fdt_addr_r |

