Re: System Tick in QEMU

2022-03-31 Thread Edgar E. Iglesias
> >> > On Thu, 19 Aug 2021 at 06:54, asif siddiqui < >>> asifsiddiqui...@gmail.com> >>> > >> wrote: >>> > >> > > >>> > >> > > Hello All, >>> > >> > > >>> > >> &g

Re: System Tick in QEMU

2022-03-29 Thread asif siddiqui
following command to boot >> the >> > >> QNX OS as guest on top of QEMU with WIndows as HOST OS. >> > >> > > >> > >> > > QEMU Command to boot QNX Image- >> > >> > > qemu-system-aarch64 -M xlnx-zcu102 -m 8G -serial mon

Re: System Tick in QEMU

2021-08-24 Thread asif siddiqui
bin,cpu-num=0 > > >> > > > > >> > > We are working on the gptp timing. To implement the gptp time we > need > > >> to enable the system tick (Xilinx-zcu102 + QNX + QEMU). > > >> > > > > >> > > For getting the Ti

Re: System Tick in QEMU

2021-08-24 Thread Edgar E. Iglesias
t;> > > > >> > > We are working on the gptp timing. To implement the gptp time we need > >> to enable the system tick (Xilinx-zcu102 + QNX + QEMU). > >> > > > >> > > For getting the Timer Counter's value we are trying to read > >&g

Re: System Tick in QEMU

2021-08-24 Thread asif siddiqui
> > > For getting the Timer Counter's value we are trying to read >> Counter_Value_1 (TTC) Register as mentioned in the given link >> > > >> https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers.html#ttc___counter_value_1.html >> > &g

Re: System Tick in QEMU

2021-08-20 Thread asif siddiqui
ble the system tick (Xilinx-zcu102 + QNX + QEMU). > > > > > > For getting the Timer Counter's value we are trying to read > Counter_Value_1 (TTC) Register as mentioned in the given link > > > > https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-r

Re: System Tick in QEMU

2021-08-19 Thread Edgar E. Iglesias
t; enable the system tick (Xilinx-zcu102 + QNX + QEMU). > > > > For getting the Timer Counter's value we are trying to read Counter_Value_1 > > (TTC) Register as mentioned in the given link > > https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-

Re: System Tick in QEMU

2021-08-19 Thread Peter Maydell
to read Counter_Value_1 > (TTC) Register as mentioned in the given link > https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers.html#ttc___counter_value_1.html > > Query - > How to enable the system tick in QEMU enviroment(Xilinx-zcu102 + QNX + QEMU). > Do we n

System Tick in QEMU

2021-08-18 Thread asif siddiqui
-ultrascale-registers.html#ttc___counter_value_1.html Query - How to enable the system tick in QEMU enviroment(Xilinx-zcu102 + QNX + QEMU). Do we need to configure any command line option in the QEMU command. Regards Asif