RAJESH GUBBA

Results 10 comments of RAJESH GUBBA

Hi Edgar, Thanks for your reply. I am using the command like this **`sudo /home/work/xlinxqemu/inst/bin/qemu-system-riscv64 -M virt-cosim -smp 4 -serial stdio -display none -m 2G -dtb virt.dtb -bios /home/work/xlinxqemu/pc-bios/opensbi-riscv64-virt-fw_jump.bin -kernel...

Hi, Sorry its my mistake..i thought **machine-path** is not required when its a tcp socket. Now it is working after adding **-machine-path**

Hi, Thanks for your reply I am using C++11 version compiler, also i am using Accellera SystemC. Ok Let me try to use SystemC 2.3.3

Hi, I tried to use the systemc2.3.3 but still it is failing to build...any pointers to fix this issue `g++ -Wall -O2 -g -MMD -I /usr/local/systemc-2.3.3//include/ -I . -I libsystemctlm-soc...

I am using below version. Is this ok? `g++ (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions....

Hi Francisco, Thanks for the input. It worked for me and i am able to sucessfully built and load the posh-lmac kernel successfully. 1) But now the issue i am...

Hi jonopp2020, I haven't tried with SystemC 2.3.1 and your gcc version also different `Systemc $ tar xzf systemc-2.3.2.tar.gz $ cd systemc-2.3.2 $ CXXFLAGS=-std=c++11 ./configure $ make $ make install...

Hi Edgar, Thanks for your instructions. I have on doubt `**And then we'll edit it adding the following at the end of the soc node: lmac2@0x280030000 { compatible = "lewiz,lmac2";...

Hi Edgar, When i run with the following command. I get the following error in (in the bold text below) `sudo /home/rajesh/work/xlnxqemu/inst/bin/qemu-system-riscv64 -M virt-cosim -smp 4 -serial stdio -display none...

Hi Edgar, Thanks for your great help..finally things are working. I am able to see `[ 1.576801] lmac2 28030000.lmac2: Lewiz at 0x28030000 mapped to 0xFFFFFFD004020000, tx-irq=9 rx-irq=11` Do you have...