try this on a USB2.0 HUB or a diff cable/port.
I tried different cables and another PC with USB 2.0 port but no success.
What helped me move along was your suggestion on reddit to another person with similar issue: on wade.
update bulkcmd "reboot bootloader"
After that I ran:
fastboot flash recovery recovery.img
fastboot boot recovery.img
Now I can reboot to recovery but it has uncovered couple of issues with my device:
1. tapping on side button does not move to next menu item on recovery screen, I have to use remote to move the selection to factory reset.
2. once 'factory reset' is selected then I long press the side button. It turns the 'factory reset' to green/teal but no prompt comes up to format data. or any response from the recovery screen.
Has anyone run into this problem? Any suggestions to try?
PS: I have previously followed these instructions successfully to install LineageOS on to Onn device. (of course different image files)
PS2:
Here is getvarall output for my device (i case if this device is different from previous ones):
[root@fireiso ~/Downloads]# fastboot getvar all
(bootloader) hw-revision:0
(bootloader) battery-voltage:4
(bootloader) is-userspace:no
(bootloader) is-logical:data:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:super:no
(bootloader) is-logical:boot:no
(bootloader) is-logical:system:yes
(bootloader) is-logical:vendor:yes
(bootloader) is-logical product:yes
(bootloader) is-logical: odm:yes
(bootloader) slot-count:0
(bootloader) max-download-size:0x08000000
(bootloader) serialno:WUSA23******
(bootloader) product:franklin
(bootloader) unlocked:yes
(bootloader) has-slot:data:no
(bootloader) has-slot:metadata:no
(bootloader) has-slot:misc:no
(bootloader) has-slot:super:no
(bootloader) has-slot:boot:no
(bootloader) has-slot:system:no
(bootloader) has-slot:vendor:no
(bootloader) has-slot product:no
(bootloader) has-slot odm:no
(bootloader) secure:no
(bootloader) super-partition-name:super
(bootloader) version-baseband:N/A
(bootloader) version-bootloader:01.01.221216.094717
(bootloader) partition-size:boot:0000000001000000
(bootloader) partition-size:metadata:0000000001000000
(bootloader) partition-size:misc:0000000000200000
(bootloader) partition-size:super:0000000064000000
(bootloader) partition-size:data:0000000123dfc000
all: version:0.4
Finished. Total time: 2.259s