[Buildroot] [PATCH v3] board: Add support for Engicam i.CoreM6 Quad/Dual boards

Jagan Teki jagannadh.teki at gmail.com
Wed Apr 5 16:54:30 UTC 2017


On Wed, Apr 5, 2017 at 9:49 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Wed, 5 Apr 2017 21:26:16 +0530, Jagan Teki wrote:
>
>> > This script is exactly the same as the one in
>> > board/freescale/common/imx/post-image.sh, I definitely would like to
>> > avoid duplication.
>>
>> Same, but calling genimage.cfg is different in engicam vs freescale common.
>
> What is different?
>
>> > For now, if you're trying to submit the support for a single board, I
>> > would suggest that you:
>> >
>> >  1. Use a "fixed" genimage.cfg, i.e without %FILES% or %DTBS%
>> >
>> >  2. Use support/scripts/genimage.sh
>>
>> I will submit remaining boards soon, so I will keep the genimage.cfg as it is.
>
> What prevents you from using the Freescale common genimage.cfg?

Freescale script doesn't suport SPL and dtb enabled u-boot.

  partition SPL {
    in-partition-table = "no"
    image = "SPL"
    offset = 1024
  }

  partition u-boot-dtb {
    in-partition-table = "no"
    image = "u-boot-dtb.img"
    offset = 69K
  }

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.


More information about the buildroot mailing list