OK, Mike.
I tried build_packages and got fatal errors.
./image_to_vm.sh --board=${BOARD}
and received no errors!!!
I then invoked QEMU with:
cd chromiumos
/usr/bin/qemu-system-x86_64 \
-enable-kvm \
-m 2G \
-smp 4 \
-hda src/build/images/amd64-generic/R90-13755.0.2021_01_28_1949-a1/chromiumos_qemu_image.bin \
-vga virtio \
-net nic,model=virtio \
-net user,hostfwd=tcp:127.0.0.1:9222-:22 \
-usb -device usb-mouse -device usb-kbd
and Chromium OS booted successfully!!!
BUT,.....
I'm having keyboard trouble at the login page. I can't get the "@" symbol to enter to type the email address!
With the default keyboard selected, it seems the shift or caps lock does not work on the row of numeric keys.
(1234567890 !@#$%^&*(), etc). Hmm, for a second there they were not working as I typed this response, but now work fine!
A Linux issue?? I'll do some more investigating and post a new topic if I can't figure it out.