Raspberry Emulator

Raspberry PI specific forum
User avatar
mk-soft
Always Here
Always Here
Posts: 5393
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Raspberry Emulator

Post by mk-soft »

I don't find the link in this forum for right Emulator for Raspberry ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User_Russian
Addict
Addict
Posts: 1443
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: Raspberry Emulator

Post by User_Russian »

User avatar
mk-soft
Always Here
Always Here
Posts: 5393
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Raspberry Emulator

Post by mk-soft »

Thanks,

but somewhere Fred had written which emulator he uses.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Marc56us
Addict
Addict
Posts: 1479
Joined: Sat Feb 08, 2014 3:26 pm

Re: Raspberry Emulator

Post 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)
dibor
Enthusiast
Enthusiast
Posts: 125
Joined: Wed May 20, 2020 5:19 pm
Location: The 3rd planet in the Solar System
Contact:

Re: Raspberry Emulator

Post 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.
Mac Studio M1Max, PB 6.03Arm64 and x64.
Macbook Air M2, PB 6.03Arm64 and x64.
Windows 10, PB 6.03 x64 and x86.
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Raspberry Emulator

Post 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.
User avatar
mk-soft
Always Here
Always Here
Posts: 5393
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Raspberry Emulator

Post 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 ;)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
dige
Addict
Addict
Posts: 1252
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Raspberry Emulator

Post 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. :D
"Daddy, I'll run faster, then it is not so far..."
Marc56us
Addict
Addict
Posts: 1479
Joined: Sat Feb 08, 2014 3:26 pm

Re: Raspberry Emulator

Post 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)
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Raspberry Emulator

Post by Fred »

You might be right, I will check
Post Reply