linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* i.MX27 device tree
@ 2015-09-17 21:04 Pierluigi Passaro
  2015-09-17 22:57 ` Fabio Estevam
  2015-09-18  7:11 ` Julien Boibessot
  0 siblings, 2 replies; 3+ messages in thread
From: Pierluigi Passaro @ 2015-09-17 21:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,
I do need to test latest 4.1 kernel on i.MX27 PDK, but I'm not able to 
find any bootloader providinfg dts support.

Could you give any suggestion?

Thanks
Regards
Pierluigi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* i.MX27 device tree
  2015-09-17 21:04 i.MX27 device tree Pierluigi Passaro
@ 2015-09-17 22:57 ` Fabio Estevam
  2015-09-18  7:11 ` Julien Boibessot
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2015-09-17 22:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 17, 2015 at 6:04 PM, Pierluigi Passaro
<pierluigi.passaro@phoenixsoftware.it> wrote:
> Hi all,
> I do need to test latest 4.1 kernel on i.MX27 PDK, but I'm not able to find
> any bootloader providinfg dts support.
>
> Could you give any suggestion?

You can use Redboot to boot a mainline kernel on mx27pdk.

make imx_v4_v5_defconfig
make menuconfig

Boot options--->

then select:

[*] Use appended device tree blob to zImage (EXPERIMENTAL)
[*]   Supplement the appended DTB with traditional ATAG information

Build the kernel: make
Build the dtb: make imx27-pdk.dtb

Append the dtb to the kernel:
cat arch/arm/boot/zImage arch/arm/boot/dtb/imx27_pdk.dtb > zImage_combined

Rename zImage_combined to zImage and then boot it as it were a normal zImage.

Regards,

Fabio Estevam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* i.MX27 device tree
  2015-09-17 21:04 i.MX27 device tree Pierluigi Passaro
  2015-09-17 22:57 ` Fabio Estevam
@ 2015-09-18  7:11 ` Julien Boibessot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Boibessot @ 2015-09-18  7:11 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Pierluigi,

On 17/09/2015 23:04, Pierluigi Passaro wrote:
> Hi all,
> I do need to test latest 4.1 kernel on i.MX27 PDK, but I'm not able to
> find any bootloader providinfg dts support.
>
> Could you give any suggestion?

U-Boot is working fine for us on our i.MX27 modules when running vanilla
kernel with DT.
Configs and DTS can be find on our forge:
http://sourceforge.net/projects/armadeus/

Best regards,
Julien

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-18  7:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 21:04 i.MX27 device tree Pierluigi Passaro
2015-09-17 22:57 ` Fabio Estevam
2015-09-18  7:11 ` Julien Boibessot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).