Hmmmm, well, that is not even close to correct for the RX02_EMULATOR monitor log.
I have several different emulator monitor and console boot logs here:
DEC PDP-11/PDP-8 RX02 drive emulator. Contribute to AK6DN/rx02_emulator development by creating an account on GitHub.
github.com
Here is the relevant start of a PDP-11 DY boot monitor log.
Normally the boot will start with read commands to track=1/sector=1 (which is logical block zero on the floppy disk image).
Some boots (like this one) try single density first, and if it errors, then go to double density.
Then you should see a repeating pattern of read sector commands followed by empty buffer commands.
Your display shows a completely nonsensical command (7622) which indicates to me either your cable or RXV21 controller is messed up.
Code:
RX: waiting for INIT to clear ... t=23992ms
RX: INIT has cleared t=24087ms
RX: INIT rx_xmit_es(0244)
RX: cmd=0007
RX: RDSECT unit=0 den=S
RX: RDSECT sa=001
RX: RDSECT ta=001
RX: RDSECT rx_xmit_es(0060)
RX: waiting for INIT to clear ... t=24111ms
RX: INIT has cleared t=24206ms
RX: INIT rx_xmit_es(0244)
RX: cmd=0407
RX: RDSECT unit=0 den=D
RX: RDSECT sa=001
RX: RDSECT ta=001
RX: RDSECT pos=6656. len=256.
RX: RDSECT rx_xmit_es(0040)
RX: cmd=0403
RX: EMPBUF unit=0 den=D
RX: EMPBUF wc=200
RX: EMPBUF rx_xmit_es(0000)
RX: cmd=0407
RX: RDSECT unit=0 den=D
RX: RDSECT sa=003
RX: RDSECT ta=001
RX: RDSECT pos=7168. len=256.
RX: RDSECT rx_xmit_es(0040)
RX: cmd=0403
RX: EMPBUF unit=0 den=D
RX: EMPBUF wc=200
RX: EMPBUF rx_xmit_es(0000)