Re: sparc64 -- cannot get 'Hello World' to run

2023-08-03 Thread Frederick Virchanza Gotham
On Thu, Aug 3, 2023 at 8:35 AM Michael Tokarev wrote: > Ubuntu 23.04, - I guess it is qemu 8.0, no? $ qemu-sparc64-static --version qemu-sparc64 version 7.2.0 (Debian 1:7.2+dfsg-5ubuntu2) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers > 8.0 has a few issues with >

Pinging test

2023-08-03 Thread Swedha R
Hi team, I have RISCV linux up and running in qemu . But I can't able to ping test in that. Like ping google.com. It able to transmit but not able to receive. Please advise Thanks Swedha R

ARM LINUX - RASPI

2023-08-03 Thread Swedha R
Hi team, How to emulate ARM linux for machine type rather than virt? Because If I do for other boards, I can't able to get it. Please advise us on this. Thanks in advance Swedha R

RISC-V | GPIO driver

2023-08-03 Thread Swedha R
Hi team, I have RISCV linux up and running in QEMU. But I didn't have GPIO driver. I have export and unexport files in the /sys/class/gpio directory but there is no GPIO chip. How I have to get it? Thanks in advance with regards Swedha R

Re: sparc64 -- cannot get 'Hello World' to run

2023-08-03 Thread Michael Tokarev
03.08.2023 00:02, Philippe Mathieu-Daudé wrote: Hi Frederick, On 2/8/23 22:36, Frederick Virchanza Gotham wrote: On Wed, Aug 2, 2023 at 11:04 AM Frederick Virchanza Gotham wrote: I can't get sparc64 to work at all though. Even I make a simple 'Hello World' program in C using only "puts", if

Re: GPIO interrupt on QEMU

2023-08-03 Thread Peter Maydell
On Thu, 3 Aug 2023 at 14:31, Swedha R wrote: > > Hi team, > I have arm64 up and running in Qemu, And I built kernel image, rootfs > everything via buildroot open source I cloned from git. > And I customized via make - menuconfig like enabling gpio support, libgpiod > module and in device

Re: QEMU built-in RAM block device

2023-08-03 Thread Hanna Czenczek
On 27.07.23 20:02, Валентин wrote: Hello and thank you for QEMU! Could someone point me to right direction, is there a RAM block device in QEMU? I'd like to create temporary RAM drive – without formatting or anything, just simply mount piece of memory as HDD, similarly to raw img files. So

GPIO interrupt on QEMU

2023-08-03 Thread Swedha R
Hi team, I have arm64 up and running in Qemu, And I built kernel image, rootfs everything via buildroot open source I cloned from git. And I customized via make - menuconfig like enabling gpio support, libgpiod module and in device drivers gpio chip named pl061 . After that, I able to see