From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: mfinkbei <mfinkbei@stud.hs-heilbronn.de>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Xenomai on Udoo Neo
Date: Wed, 25 May 2016 12:11:46 +0200 [thread overview]
Message-ID: <20160525101146.GH13609@hermes.click-hack.org> (raw)
In-Reply-To: <82d75d19468fc00b0b447ba3fc5a9bcd@stud.hs-heilbronn.de>
On Wed, May 25, 2016 at 12:03:44PM +0200, mfinkbei wrote:
> Am 2016-05-24 20:02, schrieb Gilles Chanteperdrix:
> >
> > No, the file
> > https://xenomai.org//downloads/ipipe/v3.x/arm/older/ipipe-core-3.14.44-arm-16.patch
> > does not contain this hunk. So, if the patch you are using contains
> > this hunk, you are not using ipipe-core-3.14.44-arm-16.patch.
> >
> > Anyway, I can find the hunk a patch contains, downloading the patch
> > from the server. This is not what I am asking you. The question I
> > have been trying to ask three times and to which I can not find the
> > answer because I do not have the sources you use is: does the device
> > tree file you use include imx6ql.dtsi?
> >
> > When you do not understand a question, I prefer you to tell me,
> > rather than giving a random answer. This is very irritating.
>
> I apologize for the misunderstanding.
>
> The imx6qdl.dtsi file is being included into the imx6q- .dts files.
> Those dts files are converted to dtb files using make (see 'Compile
> Device Tree' below).
> The resulting dtb files are copied on the boot partition of the SD card
> afterwards (see rest of description below).
>
> Here the concerning part of the documentation to the Udoo Neo board:
>
> Compile Device Trees
> ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make dtbs -j5
>
>
> Compile the modules
> ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make modules -j5
>
>
> Copy the kernel to the SD card
>
> You can overwrite the kernel on a UDOObuntu SD card with the following
> commands:
> BOOT_PARTITION=/path/to/boot-partition
> ROOT_PARTITION=/path/to/root-partition
>
> cp arch/arm/boot/zImage $BOOT_PARTITION
> cp arch/arm/boot/dts/*.dtb $BOOT_PARTITION/dts
> ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make firmware_install
> modules_install INSTALL_MOD_PATH=$ROOT_PARTITION
>
> In addition to that I insert before the last make the following:
> cp .config /boot/config-3.14.56-udooneo-02013-gabdce68
> cp System.map /boot/System.map-3.14.56-udooneo-02013-gabdce68
>
>
> So as far as I understood an found out the imx6qdl.dtsi file should used
> in the device tree.
> Am I right here?
Basically what you showed here does not show what particular dts
your device uses, since all the dtbs are copied. So, no, you do not
know yet if the dtb your device actually loads contains the
declaration of the global timer.
--
Gilles.
https://click-hack.org
next prev parent reply other threads:[~2016-05-25 10:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 7:49 [Xenomai] Xenomai on Udoo Neo mfinkbei
2016-05-23 7:59 ` Gilles Chanteperdrix
2016-05-24 13:28 ` mfinkbei
2016-05-24 13:53 ` Gilles Chanteperdrix
[not found] ` <48747eda7ad827e2f69dd3d159a606bc@stud.hs-heilbronn.de>
2016-05-24 15:48 ` mfinkbei
2016-05-24 15:58 ` Gilles Chanteperdrix
2016-05-24 17:47 ` mfinkbei
2016-05-24 18:02 ` Gilles Chanteperdrix
2016-05-25 10:03 ` mfinkbei
2016-05-25 10:11 ` Gilles Chanteperdrix [this message]
2016-05-31 13:15 ` mfinkbei
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=20160525101146.GH13609@hermes.click-hack.org \
--to=gilles.chanteperdrix@xenomai.org \
--cc=mfinkbei@stud.hs-heilbronn.de \
--cc=xenomai@xenomai.org \
/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.