summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi2_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/raspberrypi*: bump kernel version to 83b36f98e1Peter Seiderer2019-01-271-1/+1
| | | | | | | Now based on 4.14.95 (from 4.14.91). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel version to 4c5aec7827Peter Seiderer2019-01-061-1/+1
| | | | | | | Now based on 4.14.91 (from 4.14.74). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel version to 6d27aa156cPeter Seiderer2018-10-151-1/+1
| | | | | | | Now based on 4.14.74 (from 4.14.39). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi2: increase ext4 filesystem sizeThomas Petazzoni2018-08-121-0/+1
| | | | | | | | | | | | | The default size of the ext4 filesystem is no longer sufficient to hold all the kernel modules built by the RPi Linux kernel configuration. Let's increase to 120 MB, like we did for raspberrypi3_defconfig. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/88314938 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMartin Bark2018-05-201-1/+1
| | | | | | | Now based on 4.14.39 (from 4.14.29) Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMartin Bark2018-04-061-3/+3
| | | | | | | | | Now based on 4.14.29 (from 4.9.79) Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: adjusted on top of Yann E. Morin changes to use a tarball instead of a git clone.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs: switch to a wget download for kernels on githubYann E. MORIN2018-04-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | The linux git trees on github can be huge, and takes a long time to download, which is not very nice nor convenient for newcomers. Switch them to using a wget, with the github macro. A nice side effect of this conversion, is that we no longer need to wait for the git clone to finish to notice that the ref is gone; doing a wget will instantly fail in that case. Mechanical patch, obtained by running (hang-on tight): $ sed -r -i -e 's/BR2_LINUX_KERNEL_CUSTOM_GIT/BR2_LINUX_KERNEL_CUSTOM_TARBALL/; /BR2_LINUX_KERNEL_CUSTOM_REPO_URL/N; s:BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https\://github.com/([^/]+)/(.+)"\nBR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="(.+)":BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,\1,\2,\3)/linux-\3.tar.gz":; s/(call github.*)\.git/\1/;' $(grep -l 'BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com' configs/*) olimex_a20_olinuxino_lime_mali had a comment in between, so it was manually fixed thereafter; that comment was also moved. Except for socrates_cyclone5 which did not work previously (missing tag in git tree?), all the affected defconfigs still download their sources. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMario Lang2018-02-031-1/+1
| | | | | | | Now based on 4.9.79 (from 4.9.66). Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel versionMario Lang2017-12-061-1/+1
| | | | | | | Now based on 4.9.66 (from 4.9.52). Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi*: bump kernel versionPeter Korsgaard2017-10-011-1/+1
| | | | | | Now based on 4.9.52 (from 4.9.36). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi2_defconfig: bump kernel version to 4.9.36Martin Bark2017-07-151-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2_defconfig: bump version to 4.9.21Martin Bark2017-04-141-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2_defconfig: bump kernel version to 4.9.13Martin Bark2017-03-051-3/+3
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* raspberrypi2_defconfig: bump kernel version to 4.4.43Peter Seiderer2017-01-231-1/+1
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* raspberrypi2_defconfig: bump kernel version to 4.4.36Peter Seiderer2016-12-041-1/+1
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* raspberrypi2_defconfig: bump to kernel version 4.4.21Peter Seiderer2016-09-231-1/+1
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* raspberrypi2_defconfig: bump to kernel version 4.4.8Benoît Mauduit2016-04-281-1/+1
| | | | | Signed-off-by: Benoît Mauduit <bmauduit@beneth.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* raspberrypi2_defconfig: bump to kernel version 4.4.7Peter Seiderer2016-04-231-3/+3
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* raspberrypi, raspberrypi2: add a serial consoleLuca Ceresoli2016-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current Buildroot defconfigs for Raspberry Pi and Raspberry Pi 2 instantiate a console on tty1, which appears on HDMI. Add a console on the serial port (ttyAMA0) to be more consistent with other defconfigs and provide a better out-of-the-box experience to users used to have a serial console from Buildroot defconfigs. This requires three changes: 1. have two 'console=' entries in the kernel command line: tty1, then ttyAMA0; 2. change BR2_TARGET_GENERIC_GETTY_PORT to "console", so it starts a getty on the last console= passed to the kernel, ttyAMA0; 3. add a new getty on tty1 to the generated inittab. Step 2 is actually obtained by removing BR2_TARGET_GENERIC_GETTY_PORT entirely from the defconfigs, since "console" is the default value. Step 3 requires a post-build script since the Buildroot makefiles can configure only one console. Note: instead of simply adding a new getty on ttyAMA0 (which would work) this patch actually changes BR2_TARGET_GENERIC_GETTY_PORT to instantiate a console on UART, then adds back tty1 via post-build.sh. This is done only to avoid the "GENERIC_SERIAL" comment where we instantiate an HDMI console, then instantiate a really-serial console on another line. The result is these two inittab lines: console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL tty1::respawn:/sbin/getty -L tty1 0 vt100 # HDMI console Cc: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2_defconfig: configure eth0 through dhcpPeter Korsgaard2016-04-151-0/+1
| | | | | | The rpi2 board has an ethernet port, so configure it at startup. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: use zImage by default on ARMThomas Petazzoni2016-04-051-1/+0
| | | | | | | | | | | | | | | | | | | Since quite some time, the kernel and bootloader communities consider zImage as the default format for kernel images on ARM, replacing uImage. The load address information in uImage is no longer needed, since the kernel is position-independent in terms of physical address, except on a few old platforms. For most people, using zImage is simply better/simpler, so let's switch to zImage as the default image format on ARM. All defconfigs are updated: 46 defconfigs no longer need to select explicitly zImage because it's the default, and 16 defconfigs now need to explicitly select uImage because that's no longer the default. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Matt Weber <matt@thewebers.ws> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* defconfigs: all use the headers from the kernelYann E. MORIN2016-02-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi{,2}: bump to kernel version 4.1.15Gustavo Zacarias2016-02-011-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: update them to use genimageGustavo Zacarias2015-12-311-0/+11
| | | | | | | | | | | Update the raspberrypi and raspberrypi2 configs to use genimage directly to build the image. Update the documentation to reflect this, and drop the volatile rootfs option since it doesn't make much sense and it's not easily integrated with the genimage configurations. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2: bump kernel version to 4.1.5Benoît Thébaudeau2015-08-181-5/+5
| | | | | Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberry2_defconfig: Fix typoMaxime Hadjinlian2015-08-021-1/+1
| | | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2: update our defconfigYann E. MORIN2015-06-301-5/+11
| | | | | | | | | Update to the latest stable kernel version (4.0.y); build an in-tree DTB. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Floris Bos <bos@je-eigen-domein.nl> Cc: Pascal de Bruijn <pmjdebruijn@pcode.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* raspberrypi2: switch Linux kernel to rpi-3.18.yFrank Hunleth2015-05-011-4/+4
| | | | | | | | | | | | | | | | This changes the kernel used on the Raspberry Pi 2 from the 3.19 branch back to the 3.18 branch. This provides a couple of advantages: 1. mmc0 works again. Floris Bos found out that this was due to using the precompiled DTB files from rpi-firmware. These DTBs were built using 3.18. 2. The rpi-3.18.y branch is not regularly rebased like rpi-3.19.y according to popcornmix. See https://github.com/raspberrypi/linux/issues/915. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Reviewed-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2: kernel version does not exist anymoreJérôme Pouiller2015-04-081-1/+1
| | | | | | | | | | | | | | | | | | It looks like version 23c76b7 of Raspberry kernel does not exist anymore: $ git clone https://github.com/raspberrypi/linux.git [...] $ cd linux $ git co 23c76b7f608e51258c6fca02aebeb5d588583149 fatal: reference is not a tree: 23c76b7f608e51258c6fca02aebeb5d588583149 Replace it by latest version of 3.19 branch. [Thomas: tweak commit log.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi: remove BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBSBaruch Siach2015-04-071-2/+0
| | | | | | | | | | | | | BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS became ineffective in commit a5ce7590c4b (package/rpi-firmware: bump version), and was removed in commit 4e92ffdc47cc (rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS). Remove it from the Pi configs. Also, remove the now obsolete comment in these config files. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: drop largefile optionGustavo Zacarias2015-04-011-1/+0
| | | | | | | | | Drop the buildroot toolchain non-largefile support option since it's being removed. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2: update and fix our defconfigYann E. MORIN2015-02-261-1/+11
| | | | | | | | | Lock to 3.19 kernel headers; and comment about installing DTBs; bump kernel sha1. Reported-by: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: add Raspberry Pi 2 defconfigJames Hebden2015-02-221-0/+15
Signed-off-by: James Hebden <james@hebden.net.au> [yann.morin.1998@free.fr: fix commit log; further bump] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: "Guillermo A. Amaral" <g@maral.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud