Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
13 crawler(s) on-line.
 133 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 blmara:  20 mins ago
 miggymac:  1 hr 3 mins ago
 Gunnar:  1 hr 32 mins ago
 pixie:  2 hrs 52 mins ago
 DiscreetFX:  3 hrs 31 mins ago
 DWolfman:  3 hrs 41 mins ago
 cncparts:  5 hrs 14 mins ago
 saipaman4366:  6 hrs ago
 Beajar:  6 hrs 19 mins ago
 Rob:  6 hrs 22 mins ago

/  Forum Index
   /  Amiga OS4 Hardware
      /  sam460 and Pegasos 2emulated in qemu
Register To Post

Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 Next Page )
PosterThread
Hypex 
Re: sam460 emulated in qemu
Posted on 8-Feb-2021 15:56:15
#481 ]
Elite Member
Joined: 6-May-2007
Posts: 11180
From: Greensborough, Australia

@Trekiej

Which HDToolbox? The one on OS4? Either way it looks like you got it to
boot?

So the virtual HDD image you made up doesn't show up in the emulation? Do many device drivers show up? With anything attatched?

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 8-Feb-2021 23:07:10
#482 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@Hypex

Hello.
I can get it to boot to menu to install or go to live Work Bench.

I created a file called Sam460hdd.img and it is in my home Downloads directory under Manjaro Mate.

When I go to partition the hard drive all I see is the DVD iso image.

I need to copy the contents of my batch file to this post.

It starts with:
#! /bin/bash
and then the rest.


Thanks.

Last edited by Trekiej on 08-Feb-2021 at 11:08 PM.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 9-Feb-2021 12:30:37
#483 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Trekiej

please copy all your qemu line here just for understand what is missing.
ciao
Luigi

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Hypex 
Re: sam460 emulated in qemu
Posted on 9-Feb-2021 15:31:34
#484 ]
Elite Member
Joined: 6-May-2007
Posts: 11180
From: Greensborough, Australia

@Trekiej

Yes would help to see the line. How are you specifying the image to qemu?

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 11-Feb-2021 3:23:38
#485 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@Hypex

#!/bin/bash
qemu-system-ppc -machine sam460ex -rtc base=localtime \
-drive if=none,id=cd,file=Sam460InstallCD-53.58.iso,format=raw \
-device ide-cd,drive=cd,bus=ide.1
-device ide-hd,drive=hd-drive,bus=ide.0 -device file='/home/user/Downloads/Sam460/sam460hdd.img',if=none,id=hd-drive,format=raw

It will boot to Workbench like this.
Thanks.

Last edited by Trekiej on 11-Feb-2021 at 03:33 AM.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 11-Feb-2021 6:05:20
#486 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Trekiej

the config line look ok. can you try with a hd image smaller eg 10 gb?

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Hypex 
Re: sam460 emulated in qemu
Posted on 11-Feb-2021 7:57:50
#487 ]
Elite Member
Joined: 6-May-2007
Posts: 11180
From: Greensborough, Australia

@Trekiej

A bash file you said? Good idea without a GUI. Wait, there's a backslash missing on that second last line, could that be it?

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 12-Feb-2021 18:17:41
#488 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Hypex

can be, but i remember there was issue if i try to have big img of hd for os4 .... i dont know if last qemu fix it.

qemu-system-ppc -machine sam460ex -rtc base=localtime \
-drive if=none,id=cd,file=Sam460InstallCD-53.58.iso,format=raw \
-device ide-cd,drive=cd,bus=ide.1 \
-device ide-hd,drive=hd-drive,bus=ide.0 -device file='/home/user/Downloads/Sam460/sam460hdd.img',if=none,id=hd-drive,format=raw

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 12-Feb-2021 21:09:27
#489 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@tlosm

8.6 GB File did not work.
I will try the back slash.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 12-Feb-2021 21:15:51
#490 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@tlosm

The back slashes causes the boot to fail. The third slash that is.
It will not start at all.

Last edited by Trekiej on 12-Feb-2021 at 09:17 PM.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 14-Feb-2021 23:07:37
#491 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Trekiej

info. did you compiled from sources or you are using a distro repo release?
please paste the --version

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Fl@sh 
Re: sam460 emulated in qemu
Posted on 15-Feb-2021 0:29:36
#492 ]
Regular Member
Joined: 6-Oct-2004
Posts: 253
From: Napoli - Italy

@Trekiej

I wrote a small guide about OS4 installation under qemu in this thread, do you have read it?

_________________
Pegasos II G4@1GHz 2GB Radeon 9250 256MB
AmigaOS4.1 fe - MorphOS - Debian 9 Jessie

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 15-Feb-2021 1:28:24
#493 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@tlosm

Manjaro Mate: from the repo.
qemu-system-ppc -version
5.1.0

_________________
John 3:16

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 15-Feb-2021 1:29:14
#494 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@Fl@sh

Sorry. I will have to hunt that down.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 15-Feb-2021 4:14:07
#495 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@Trekiej

Post #266

_________________
John 3:16

 Status: Offline
Profile     Report this post  
Fl@sh 
Re: sam460 emulated in qemu
Posted on 15-Feb-2021 21:17:25
#496 ]
Regular Member
Joined: 6-Oct-2004
Posts: 253
From: Napoli - Italy

@Trekiej

Oh yes that post, I hope it can solve your problems.
Today all works fine for me except USB ports. I’m still not able to read an usb pen on emulated Sam.
Ethernet ports are recognised and some PowerPC wrong instruction emulation are fixed.
Waiting for 6.0 version to test new pegasos board.

_________________
Pegasos II G4@1GHz 2GB Radeon 9250 256MB
AmigaOS4.1 fe - MorphOS - Debian 9 Jessie

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 16-Feb-2021 16:56:44
#497 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Fl@sh

I dont think the peggy will exit on qemu 6.00 i dont see the hw specific in the tags 6.00.
Probably in 6.01 will be possibile.
ciao

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Fl@sh 
Re: sam460 emulated in qemu
Posted on 16-Feb-2021 18:26:44
#498 ]
Regular Member
Joined: 6-Oct-2004
Posts: 253
From: Napoli - Italy

@tlosm

ther're stil some pegasos patches to review. Anyway it couldn't be impossible.. ciao
!

_________________
Pegasos II G4@1GHz 2GB Radeon 9250 256MB
AmigaOS4.1 fe - MorphOS - Debian 9 Jessie

 Status: Offline
Profile     Report this post  
tlosm 
Re: sam460 emulated in qemu
Posted on 4-May-2021 6:12:53
#499 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

News from qemu side:

ppc-for-6.1 queue 20210504


Here's the first ppc pull request for qemu-6.1. It has a wide variety
of stuff accumulated during the 6.0 freeze. Highlights are:

* Multi-phase reset cleanups for PAPR
* Preliminary cleanups towards allowing !CONFIG_TCG for the ppc target
* Cleanup of AIL logic and extension to POWER10
* Further improvements to handling of hot unplug failures on PAPR
* Allow much larger numbers of CPU on pseries
* Support for the H_SCM_HEALTH hypercall
* Add support for the Pegasos II board
* Substantial cleanup to hflag handling
* Assorted minor fixes and cleanups

BALATON Zoltan (6):
vt82c686: QOM-ify superio related functionality
vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
vt82c686: Add emulation of VT8231 south bridge
hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
hw/ppc: Add emulation of Genesi/bPlan Pegasos II

etc etc etc

:)

Last edited by tlosm on 04-May-2021 at 06:13 AM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Trekiej 
Re: sam460 emulated in qemu
Posted on 5-May-2021 3:16:17
#500 ]
Cult Member
Joined: 17-Oct-2006
Posts: 890
From: Unknown

@tlosm

Thanks for the update.

_________________
John 3:16

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 Next Page )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle