All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Boibessot <julien.boibessot@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] configs: add Armadeus Systems APF6 SOM basic support
Date: Fri, 15 Apr 2016 16:32:05 +0200	[thread overview]
Message-ID: <5710FB65.6080403@free.fr> (raw)
In-Reply-To: <20160415095435.7ac98177@free-electrons.com>

Hello Thomas,

thanks for the review !

On 15/04/2016 09:54, Thomas Petazzoni wrote:
> Hello,
>
> On Thu, 14 Apr 2016 15:39:57 +0200, julien.boibessot at free.fr wrote:
>> From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
>>
>> APF6 is an i.MX6 based SOM with an optional Cyclone 5 GX FPGA.
>>
>> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
>> ---
>>  configs/armadeus_apf6_defconfig | 27 +++++++++++++++++++++++++++
>>  1 file changed, 27 insertions(+)
>>  create mode 100644 configs/armadeus_apf6_defconfig
>>
>> diff --git a/configs/armadeus_apf6_defconfig b/configs/armadeus_apf6_defconfig
>> new file mode 100644
>> index 0000000..a51dd5f
>> --- /dev/null
>> +++ b/configs/armadeus_apf6_defconfig
>> @@ -0,0 +1,27 @@
>> +BR2_arm=y
>> +BR2_cortex_a9=y
>> +BR2_ARM_ENABLE_NEON=y
>> +BR2_ARM_ENABLE_VFP=y
>> +BR2_ARM_FPU_VFPV3=y
>> +
>> +# Linux headers same as kernel, a 3.19 series
>> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
>> +
>> +# System
>> +BR2_TARGET_GENERIC_HOSTNAME="apf6"
>> +BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
>> +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
>> +
>> +# Kernel
>> +BR2_LINUX_KERNEL=y
>> +BR2_LINUX_KERNEL_CUSTOM_VERSION=y
>> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.8"
>> +BR2_LINUX_KERNEL_PATCH="http://sourceforge.net/projects/armadeus/files/armadeus/armadeus-6.0/patches/linux-3.19-armadeus.patch.tar.gz"
>> +BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
>> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
>> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-apf6dev imx6dl-apf6dev"
>> +BR2_LINUX_KERNEL_INSTALL_TARGET=y
> Is it expected that you're not building any bootloader here?

yes. it doesn't work for the moment with latest BR.

>
> Also, this needs a readme.txt to explain how to use this defconfig. If
> you're putting off SD card, then please use genimage to generate a
> complete SD card image. If you're booting out of NAND, please include
> instructions on how to flash the resulting system.

Yes you're right I was a little short on comments.
APF6 has an onboard eMMC, so no need for genimage to build basic rootfs.

>
> But does it make sense to have a defconfig for a SOM ? A SOM as-is
> generally can't be booted, it needs to be put on some base-board,
> right ?

Nop, of course support includes development boards and it will be more
explicit in my next patch.

Best regards,
Julien

  reply	other threads:[~2016-04-15 14:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-14 13:39 [Buildroot] [PATCH] configs: add Armadeus Systems APF6 SOM basic support julien.boibessot at free.fr
2016-04-15  7:54 ` Thomas Petazzoni
2016-04-15 14:32   ` Julien Boibessot [this message]
2016-04-15 15:17     ` Thomas Petazzoni
2016-04-15 15:45       ` Julien Boibessot
2016-04-15 19:21         ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5710FB65.6080403@free.fr \
    --to=julien.boibessot@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.