Page 1 of 1
Raspberry Emulator
Posted: Mon Dec 13, 2021 9:55 pm
by mk-soft
I don't find the link in this forum for right Emulator for Raspberry ...
Re: Raspberry Emulator
Posted: Mon Dec 13, 2021 10:28 pm
by User_Russian
Re: Raspberry Emulator
Posted: Mon Dec 13, 2021 10:40 pm
by mk-soft
Thanks,
but somewhere Fred had written which emulator he uses.
Re: Raspberry Emulator
Posted: Tue Dec 14, 2021 7:22 am
by Marc56us
but somewhere Fred had written which emulator he uses.
https://www.purebasic.fr/english/viewto ... 70#p577470 ?
Not emulator, tested on a Raspberry 2 (I think I read it)
I'm using the IDE using ssh+X redirect and VcXsrv on Windows
PS. For those who don't know the Raspberry at all: A Raspberry can be use and even install without screen, keyboard, mouse. GUI can be exported with VcXsrv or Vnc (Vnc Server is inside standard install)
Re: Raspberry Emulator
Posted: Tue Dec 14, 2021 8:22 am
by dibor
Marc56us wrote: Tue Dec 14, 2021 7:22 am
GUI can be exported with VcXsrv ......
Hi
Under Mac OS 12 with XQuartz works very slow.
Re: Raspberry Emulator
Posted: Tue Dec 14, 2021 4:50 pm
by Fred
I tried an emulator based on QEmu on Windows, it worked but was very slow. I use a real PI 2 - 512MB and it works just fine.
Re: Raspberry Emulator
Posted: Tue Dec 14, 2021 9:23 pm
by mk-soft
Out of interest, I have now ordered a "Joy-IT" Mini PC. It has a Linux version of LibreElec on it.
When it arrives, I'll see if it runs or if I have to change the OS,
"Joy-it CR-2301156 Mini PC ARM A72 (4 x 1.5 GHz) 4 GB RAM 32 GB microSD Linux" with Raspberry Pi 4 board.
At least I don't have to assemble it myself first

Re: Raspberry Emulator
Posted: Wed Dec 15, 2021 9:22 am
by dige
@Mk-Soft : thx for the tip with the Joy-it Mini PC CR-2301156 - I've put it now on my watch Idealo watchlist.
I'm interested to see if you can get PB to work with it. Then I would buy it too.

Re: Raspberry Emulator
Posted: Wed Dec 15, 2021 9:23 am
by Marc56us
Fred wrote: Tue Dec 14, 2021 4:50 pm
I tried an emulator based on QEmu on Windows, it worked but was very slow. I use a real PI 2 - 512MB and it works just fine.
Hi Fred,
Are your sure your PI 2 have only 512 MB ram ?
AFAIK there is only one modele of PI 2 and RAM is twice (1 GB)
Type:
pinout
Code: Select all
pi@raspberrypi:~ $ pinout
Pi Model 2B V1.1
Revision : a01041
SoC : BCM2836
RAM : 1GB
Storage : MicroSD
USB ports : 4 (of which 0 USB3)
Ethernet ports : 1 (100Mbps max. speed)
Wi-fi : False
Bluetooth : False
Camera ports (CSI) : 1
Display ports (DSI): 1
More infos with:
cat /proc/cpuinfo (see Revision and Model on last lines)
Re: Raspberry Emulator
Posted: Wed Dec 15, 2021 9:50 am
by Fred
You might be right, I will check