Re: Zynq BSP

2014-07-25 Thread emanuel stiebler
On 2014-07-24 03:06, Chris Johns wrote:> On 22/07/2014 1:00 am, emanuel stiebler wrote: >> On 2014-07-18 18:54, Chris Johns wrote: >> >> We still use the U-Boot to load it? >> > I do not use uboot, rather we have a taken the Xilinx FSBL and >> reworked it. >> >> Could you at least share this pa

Re: Zynq BSP

2014-07-24 Thread Chris Johns
On 22/07/2014 1:00 am, emanuel stiebler wrote: On 2014-07-18 18:54, Chris Johns wrote: >> We still use the U-Boot to load it? > I do not use uboot, rather we have a taken the Xilinx FSBL and reworked it. Could you at least share this part? And thanks for this already, I thought that I had to u

Re: Zynq BSP

2014-07-21 Thread emanuel stiebler
On 2014-07-18 18:54, Chris Johns wrote: >> We still use the U-Boot to load it? > I do not use uboot, rather we have a taken the Xilinx FSBL and reworked it. Could you at least share this part? And thanks for this already, I thought that I had to use u-boot. (which I don't mind, it just one more

Re: Zynq BSP

2014-07-18 Thread Chris Johns
On 19/07/2014 8:39 am, emanuel stiebler wrote: On 2014-07-18 09:39, Giovanni Macciocu wrote: Hi Emanuel, RTEMS has a BSP which is named xilinx_zynq_zedboard, I use the following configuration to build RTEMS for this BSP. $ ../configure --target=arm-rtems4.11 --enable-rtemsbsp=xilinx_zynq_zed

Re: Zynq BSP

2014-07-18 Thread emanuel stiebler
On 2014-07-18 09:39, Giovanni Macciocu wrote: Hi Emanuel, RTEMS has a BSP which is named xilinx_zynq_zedboard, I use the following configuration to build RTEMS for this BSP. $ ../configure --target=arm-rtems4.11 --enable-rtemsbsp=xilinx_zynq_zedboard --prefix=/opt/rtems-4.11 --enable-posix

Re: Zynq BSP

2014-07-18 Thread Giovanni Macciocu
Hi Emanuel, RTEMS has a BSP which is named xilinx_zynq_zedboard, I use the following configuration to build RTEMS for this BSP. $ ../configure --target=arm-rtems4.11 --enable-rtemsbsp=xilinx_zynq_zedboard --prefix=/opt/rtems-4.11 --enable-posix --enable-networking Regards, Giovanni >>> ema