Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-29 Thread Khem Raj
On 7/27/20 12:51 PM, Scott Whitney wrote: Hi Yocto group, I’m working with a newly-released copy of Yocto Zeus from Variscite for the i.MX8MM Mini, although the same option seems to apply to the previous Yocto Warrior. I understand that a Linux real-time kernel can be enabled by setting

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
gt; > Thanks for your help > > > > > > > > Scott D. Whitney > > > > s...@inea.com| T: 781-801-1152| F: 781-801-1108| > > www.inea.com > > > > > > > > From: Bruce Ashfield > > Sent: Monday, July 27,

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Bruce Ashfield
> > > pkg_postinst_kernel-devicetree_append_imx8qxp-var-som () { > > cd $D/boot > > ln -s ${DEFAULT_DTB_PREFIX}-${DEFAULT_DTB}.dtb > ${DEFAULT_DTB_PREFIX}.dtb > > } > > > > pkg_postinst_kernel-devicetree_append_imx8qm-var-som () { > > cd $D/b

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Scott Whitney
-s fsl-imx8qm-var-spear-${DEFAULT_DTB}.dtb fsl-imx8qm-var-spear.dtb } COMPATIBLE_MACHINE = "(mx8)" EXTRA_OEMAKE_append_mx8 = " ARCH=arm64" Scott D. Whitney [cid:image003.png@01D664C9.78C615A0] s...@inea.com<mailto:s...@inea.com> | T: 781-801-1152| F: 781-801-110

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Scott Whitney
sage- From: Zoran Stojsavljevic Sent: Tuesday, July 28, 2020 10:05 AM To: Scott Whitney Cc: Bruce Ashfield ; yo...@yoctoproject.org Subject: Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior? Hello Scott, I have a bit of a different idea about the whole YOCTO process. Let me sug

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Bruce Ashfield
> *Scott D. Whitney* > > *s...@inea.com *| T: 781-801-1152| > F: 781-801-1108| *www.inea.com <http://www.inea.com/>* > > > > *From:* Bruce Ashfield > *Sent:* Monday, July 27, 2020 10:04 PM > *To:* Scott Whitney > *Cc:* yo...@yoctoproject.

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
D. Whitney > > s...@inea.com| T: 781-801-1152| F: 781-801-1108| > www.inea.com > > > > From: Bruce Ashfield > Sent: Monday, July 27, 2020 10:04 PM > To: Scott Whitney > Cc: yo...@yoctoproject.org > Subject: Re: [yocto] How to enable preemp

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Scott Whitney
1-1108| www.inea.com<http://www.inea.com/> From: Bruce Ashfield Sent: Monday, July 27, 2020 10:04 PM To: Scott Whitney Cc: yo...@yoctoproject.org Subject: Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior? On Mon, Jul 27, 2020 at 3:51 PM Scott Whitney mailto:s...@inea.com

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-27 Thread Bruce Ashfield
On Mon, Jul 27, 2020 at 3:51 PM Scott Whitney wrote: > Hi Yocto group, > > > > I’m working with a newly-released copy of Yocto Zeus from Variscite for > the i.MX8MM Mini, although the same option seems to apply to the previous > Yocto Warrior. > > > > I understand that a Linux real-time kernel

[yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-27 Thread Scott Whitney
Hi Yocto group, I'm working with a newly-released copy of Yocto Zeus from Variscite for the i.MX8MM Mini, although the same option seems to apply to the previous Yocto Warrior. I understand that a Linux real-time kernel can be enabled by setting LINUX_KERNEL_TYPE = "preempt-rt". Where does