summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJulien BOIBESSOT <julien.boibessot@armadeus.com>2017-08-21 15:18:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-21 23:23:16 +0200
commit7fc336b28a82fad15b4d87bd703e78fa665ceaab (patch)
treee8f8f09c45d933ede0c084fcc02f06680cef5115 /board
parent1a2cf6268890c715467d5aa8c606f2de299464de (diff)
downloadbuildroot-7fc336b28a82fad15b4d87bd703e78fa665ceaab.tar.gz
buildroot-7fc336b28a82fad15b4d87bd703e78fa665ceaab.zip
board: remove Armadeus's APF9328 support
i.MX1/L boards require an old Linux kernel version to run, which is not compatible with latest Buildroot needs. Will fix: https://gitlab.com/buildroot.org/buildroot/-/jobs/27873568 Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> [Thomas: update .gitlab-ci.yml file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/armadeus/readme.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/board/armadeus/readme.txt b/board/armadeus/readme.txt
index a1f1325291..98c7b08249 100644
--- a/board/armadeus/readme.txt
+++ b/board/armadeus/readme.txt
@@ -13,7 +13,6 @@ Supported platforms
Buildroot currently supports the following Armadeus platforms with the
associated defconfigs:
- * APF9328 SOM + devt boards -> armadeus_apf9328_defconfig
* APF27 SOM + devt board -> armadeus_apf27_defconfig
* APF51 SOM + devt board -> armadeus_apf51_defconfig
* APF28 SOM + devt board -> armadeus_apf28_defconfig
@@ -46,15 +45,12 @@ When the build is finished, you will end up with:
output/images/
├── imx**-apfxxdev.dtb [1]
- ├── rootfs.jffs2 [2]
├── rootfs.tar
- ├── rootfs.ubi [2]
- ├── rootfs.ubifs [2]
+ ├── rootfs.ubi
+ ├── rootfs.ubifs
└── uImage
[1] Only if the kernel version used uses a Device Tree.
-[2] .ubi/.ubifs images are not available on APF9328 and replaced by a
- .jffs2 one in this case.
Building U-Boot is currently not supported in these configurations.
@@ -69,7 +65,6 @@ it:
$ cp output/images/uImage /tftpboot/apfxx-linux.bin
$ cp output/images/*.dtb /tftpboot/
$ cp output/images/rootfs.ubi /tftpboot/apfxx-rootfs.ubi
- $ cp output/images/rootfs.jffs2 /tftpboot/apfxx-rootfs.jffs2
where "apfxx" is the version of your SOM, as used with _defconfigs.
OpenPOWER on IntegriCloud