Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-21 Thread Chris Johns
On 21/4/21 2:37 pm, Richi Dubey wrote: > Cool, I tried building uboot for the board from this > repo: https://github.com/Xilinx/u-boot-xlnx > , and the instructions for zcu106 are > here:  >

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-20 Thread Richi Dubey
00 x5 : 0030 >>> >>> x6 : 7fe7e9cd x7 : 000f >>> >>> x8 : 0038 x9 : 0008 >>> >>> x10: 000000007ddbd530 x11: 0000ffffffd0 >>> >>> x12: x13: 0200 >>> >&

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-20 Thread Kinsey Moore
sey.mo...@oarcorp.com>> *Cc:* rtems-de...@rtems.org <mailto:rtems-de...@rtems.org> mailto:devel@rtems.org>> *Subject:* Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Trying to boot directly from the .img  file also

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-20 Thread Richi Dubey
: 7fe04a20 >> >> x24: 0001 x25: 7ddbd2f8 >> >> x26: 7fe9ac18 x27: 000000300000 >> >> x28: 0340 x29: 7dda07c0 >> >> >> >> Resetting CPU ... >> >> >> >> ### ERR

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-19 Thread Kinsey Moore
*To:* Kinsey Moore mailto:kinsey.mo...@oarcorp.com>> *Cc:* rtems-de...@rtems.org <mailto:rtems-de...@rtems.org> mailto:devel@rtems.org>> *Subject:* Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Trying to boot directly from th

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-18 Thread Richi Dubey
t;> >> In your log it says: >> >> >> >> Image Type: ARM Linux Kernel Image (gzip compressed) >> >> >> >> At least for our zedboard devices we use the following main options for >> mkimage. >> >> >> >> mkimage

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Kinsey Moore
<mailto:rtems-de...@rtems.org> mailto:devel@rtems.org>> *Subject:* Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Hi, I followed the 8.2.23 docs <https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#xilinx-zynqmp> 

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Richi Dubey
can I do now? > > > > On Wed, Apr 14, 2021 at 6:11 PM Kinsey Moore > wrote: > > If you’re only running RTEMS, you should be able to drop the FDT commands > since that what appears to be causing the problem and I don’t think that > the arm/xilinx_zynqmp BSP uses it at all.

RE: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Jan.Sommer
the difference between -O rtems and -O linux is subtle, but maybe that helps. Best regards, Jan From: devel On Behalf Of Richi Dubey Sent: Wednesday, April 14, 2021 3:22 PM To: Kinsey Moore Cc: rtems-de...@rtems.org Subject: Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Trying

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Kinsey Moore
sey.mo...@oarcorp.com>>; rtems-de...@rtems.org <mailto:rtems-de...@rtems.org> mailto:devel@rtems.org>> *Subject:* Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Hi, I followed the 8.2.23 docs <https://docs.rtems.org/branches/master/user/bsps/bsps-a

Re: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Richi Dubey
org < > devel@rtems.org> > *Subject:* Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board > > > > Hi, > > > > I followed the 8.2.23 docs > <https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#xilinx-zynqmp> > to > build rtems for the x

RE: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Kinsey Moore
Subject: Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board Hi, I followed the 8.2.23 docs<https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#xilinx-zynqmp> to build rtems for the xilinx_zynqmp_ultra96 bsp since it was the only bsp corresponding to xilinx-

Booting a rtems exe on Zynq UltraScale+ MPSoC ZCU106 board

2021-04-14 Thread Richi Dubey
Hi, I followed the 8.2.23 docs to build rtems for the xilinx_zynqmp_ultra96 bsp since it was the only bsp corresponding to xilinx-zynqmp in the rtems-bsp. Then I followed the boot via Uboot section 8.2.1.1 on docs