-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Anyone any ideas please? Trying to run AXPBOX on Raspberry PI, Debian 32bit. Suffering the following 'Bus error'...
andrew@pi:~/alpha $ ./axpbox run
sys0(tsunami):
%FLS-F-NOREST: Flash could not be restored from rom/flash.rom
sys0(tsunami):
pci0.15(ali_ide).disk0.0(file): Mounted file disk0.img, 12288000 512-byte blocks, 15360/16/50.
pci0.15(ali_ide).disk1.0(file): Mounted file /home/andrew/alpha/vmscd/ALPHA084LP1.ISO, 208823 2048-byte blocks, 208823/1/1.
dma:
pci0.19(ali_usb):
dpr: MAGIC 1 does not match!
%DPR-I-RESTST: DPR state restored from rom/dpr.rom
sys0(tsunami):
cpu0(ev68cb)(0):
serial0(serial): Waiting for connection on port 21264.
serial0(serial):
serial1(serial): Waiting for connection on port 21265.
serial1(serial):
%IDE-I-INIT: New IDE emulator initialized.
pci0.7(ali):
kbc:
%SYS-I-READROM: Reading decompressed ROM image from rom/decompressed.rom.
%SYM-I-PATCHROM: Patching ROM for speed.
%SYS-I-ROMLOADED: ROM Image loaded successfully!
dpr: MAGIC 1 does not match!
%DPR-I-RESTST: DPR state restored from rom/dpr.rom
sys0(tsunami):
Start threads: cpu0 srl0 srl1 ide0 ide1 ali kbd
*** CPU0 *** STARTING ***
Arbitration 0000000000010000 from CPU 0 (@13e39)... won 0000000800010000
Arbitration clear from CPU 0 (@13f55).
Arbitration 0000000000010000 from CPU 0 (@13351)... won 0000000800010000
Arbitration clear from CPU 0 (@133b9).
Arbitration 0000000000010000 from CPU 0 (@13351)... won 0000000800010000
Arbitration clear from CPU 0 (@133b9).
Arbitration 0000000000010000 from CPU 0 (@13351)... won 0000000800010000
Arbitration clear from CPU 0 (@133b9).
Bus error
Tried various .cfg entries, this is the latest with the above...
}
serial0 = serial
{
port = 21264;
action = "putty telnet://localhost:21264";
}
serial1 = serial
{
port = 21265;
action = "putty telnet://localhost:21265";
}
pci0.15 = ali_ide
{
disk0.0 = file
{
file = "disk0.img";
serial_number = "VMS";
rev_number = "8.4";
model_number = "OpenVMS8.4";
read_only = false;
cdrom = false;
autocreate_size = 2000M;
}
disk1.0 = file
{
// file = "vmscd/ALPHA0842L1.ISO";
file = "/home/andrew/alpha/vmscd/ALPHA084LP1.ISO";
read_only = true;
cdrom = true;
}
}
// pci1.1 = dec21143
// {
// adapter = "enp0s3";
// mac = "08-00-DE-AD-BE-EF";
// }
pci0.7 = ali
{
mouse.enabled = false;
vga_console = false;
}
pci0.19 = ali_usb
{
}
}