@Maijestro
now with:
sudo qemu-system-ppc -M amigaone -bios /home/white/Downloads/u-boot-amigaone.bin -device VGA,romfile= /home/white/Downloads/VGABIOS-lgpl-latest.bin -m 1024 -serial stdio -vga none -device sm501 -device rtl8139,netdev=mynet0 -netdev user,id=mynet0 -cdrom /home/white/Downloads/AmigaOneInstallCD-53.54.iso
but probably missing some step that I didn't understand
(now i'm using original cd without sm501)
here what happens:
WARNING: Image format was not specified for '/home/white/Scaricati/VGABIOS-lgpl-latest.bin' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
U-Boot 1.1.1 (Mar 3 2005 - 16:42:53), Build: 03/03/05
CPU: MPC7457 v1.2 @ 1150MHz
Board: AmigaOne
Drams:
Information for SIMM bank 0:
Number of banks: 2
Number of row addresses: 13
Number of community addresses: 10
SIMM is not registered
Supported burst lengths: 8 4
Supported CAS latencies: CAS 3
RAS to CAS latency: 2
Precharge latency: 2
SDRAM highest CAS latency: 250
SDRAM 2nd highest CAS latency: 120
SDRAM data width: 8
Auto Refresh supported
Refresh time: 782 clocks
Bank 0 size: 256MB
Bank 1 size: 256MB
Information for SIMM bank 1:
Number of banks: 2
Number of row addresses: 13
Number of community addresses: 10
SIMM is not registered
Supported burst lengths: 8 4
Supported CAS latencies: CAS 3
RAS to CAS latency: 2
Precharge latency: 2
SDRAM highest CAS latency: 250
SDRAM 2nd highest CAS latency: 120
SDRAM data width: 8
Auto Refresh supported
Refresh time: 782 clocks
Bank 0 size: 256MB
Bank 1 size: 256MB
DIMM0_B0_SCR0 = 0x00e78f00
DIMM0_B1_SCR0 = 0x00e78f00
DIMM0_B2_SCR0 = 0x00e78f00
DIMM0_B3_SCR0 = 0x00e78f00
Using CAS 4 (slow)
Using CAS 4 (slow)
DRAM_GCR0 = 0x00000000
Refresh set to 1561 clocks, auto refresh on
DRAM_REFRESH0 = 0x00019619
Mode bank 0: 0x00008042
Mode bank 1: 0x00008042
Mode bank 2: 0x00008042
Mode bank 3: 0x00008042
1024MB
FLASH: 0kB
*** Warning - bad CRC, using default environment
VGA: ERROR
In: serials
Out: serial
Err: serial
SCSI: Error SCSI Controller (1000,000F) not found
Net: No ethernet found.
AT Keyboard initialized!
USB: scanning bus for devices... 1 USB Devices found
No Catweasel controller (0xe1594, 0x0001) attached
Bus 0: OK Bus 1: OK
Device 0: Model: QEMU HARDDISK Firm: 2.5+ Ser#: QM00001
Type: Hard Disk
Supports 48-bit addressing
Capacity: 0.0MB = 0.0GB (75 x 512)
Device 1: not available
Device 2: Vendor: QEMU Prod.: QEMU DVD-ROM Rev: 2.5+
Type: Removable CD ROM
Capacity: 545.0MB = 0.5GB (279078 x 2048)
Device 3: not available
Press any key to interrupt autoboot: 0
but i can't access the boot menu
am I still doing something wrong ?