Skip to content

Bus error #99

@Andrewcee

Description

@Andrewcee

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): $Id: System.cpp,v 1.79 2008/06/12 07:29:44 iamcamiel Exp $
%FLS-F-NOREST: Flash could not be restored from rom/flash.rom
sys0(tsunami): $Id: Flash.cpp,v 1.19 2008/03/24 22:11:50 iamcamiel Exp $
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: $Id: DMA.cpp,v 1.9 2008/04/29 09:24:52 iamcamiel Exp $
pci0.19(ali_usb): $Id: AliM1543C_usb.cpp,v 1.6 2008/03/14 15:30:50 iamcamiel Exp $
dpr: MAGIC 1 does not match!
%DPR-I-RESTST: DPR state restored from rom/dpr.rom
sys0(tsunami): $Id: DPR.cpp,v 1.23 2008/06/12 07:29:44 iamcamiel Exp $
cpu0(ev68cb)(0): $Id: AlphaCPU.cpp,v 1.82 2009/03/16 01:33:27 iamcamiel Exp $
serial0(serial): Waiting for connection on port 21264.
serial0(serial): $Id: Serial.cpp,v 1.51 2008/06/03 09:07:56 iamcamiel Exp $
serial1(serial): Waiting for connection on port 21265.
serial1(serial): $Id: Serial.cpp,v 1.51 2008/06/03 09:07:56 iamcamiel Exp $
%IDE-I-INIT: New IDE emulator initialized.
pci0.7(ali): $Id: AliM1543C.cpp,v 1.66 2008/05/31 15:47:07 iamcamiel Exp $
kbc: $Id: Keyboard.cpp,v 1.10 2008/05/31 15:47:09 iamcamiel Exp $
%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): $Id: DPR.cpp,v 1.23 2008/06/12 07:29:44 iamcamiel Exp $
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
{
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions