From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic Desroches Date: Wed, 8 Mar 2017 08:22:30 +0100 Subject: [Buildroot] [PATCH 1/4] configs: at91sam9x5ek: add development rootfs In-Reply-To: <20170307215944.20dfa0e3@free-electrons.com> References: <20161103140841.28789-1-ludovic.desroches@atmel.com> <20170307215944.20dfa0e3@free-electrons.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, On 03/07/2017 09:59 PM, Thomas Petazzoni wrote: > Hello, > > On Thu, 3 Nov 2016 15:08:38 +0100, Ludovic Desroches wrote: >> Add development rootfs based on linux4sam_5.4 for at91sam9x5ek for both >> NAND flash and SD card. >> >> Signed-off-by: Ludovic Desroches >> --- >> board/atmel/at91sam9x5ek_mmc/genimage.cfg | 34 ++++++++++ >> board/atmel/at91sam9x5ek_mmc/post-image.sh | 20 ++++++ >> configs/at91sam9x5ek_dev_defconfig | 99 ++++++++++++++++++++++++++++ >> configs/at91sam9x5ek_mmc_dev_defconfig | 102 +++++++++++++++++++++++++++++ >> 4 files changed, 255 insertions(+) >> create mode 100644 board/atmel/at91sam9x5ek_mmc/genimage.cfg >> create mode 100755 board/atmel/at91sam9x5ek_mmc/post-image.sh >> create mode 100644 configs/at91sam9x5ek_dev_defconfig >> create mode 100644 configs/at91sam9x5ek_mmc_dev_defconfig > > In the end, I've applied your commit. But before doing so, I've added a > at91sam9x5ek_mmc_defconfig, i.e a minimal defconfig for the MMC > configuration. Thanks to add it, it is in line with defconfigs provided for other boards. > > Please check that everything is still OK on your side. > We have not release a new version of linux4sam yet, so it's ok. Thanks Ludovic > Thanks! > > Thomas >