Am having the same issue, the board goes to maskrom mode without pressing on the “USB boot” and I can’t get the board to go to usb mode. I did inspect the boot button, I can hear it clicks and I do feel it does go down when I press down on it - not stuck.
I did use the fastboot commands on Windows 10 terminal, with no luck. I used the RZ_USB_Boot_Helper_V1.0.0 & factory-loader.img to get the board to fast boot
---------- start run ----------
Firmware Version:
ROM: 3.2 Stage: 0.0
Need Password: 0 Password OK: 1
Writing C:/RZ_USB_Boot_Helper_V1.0.0/factory-loader.img at 0xfffa0000...
[DONE]
Running at 0xfffa0000...
[DONE]
AMLC dataSize=16384, offset=65536, seq=0...
[DONE]
AMLC dataSize=49152, offset=393216, seq=1...
[DONE]
AMLC dataSize=16384, offset=229376, seq=2...
[DONE]
AMLC dataSize=49152, offset=81920, seq=3...
[DONE]
AMLC dataSize=16384, offset=65536, seq=4...
[DONE]
AMLC dataSize=49152, offset=393216, seq=5...
[DONE]
AMLC dataSize=16384, offset=229376, seq=6...
[DONE]
AMLC dataSize=49152, offset=180224, seq=7...
[DONE]
AMLC dataSize=16384, offset=65536, seq=8...
[DONE]
AMLC dataSize=49152, offset=393216, seq=9...
[DONE]
AMLC dataSize=16384, offset=229376, seq=10...
[DONE]
AMLC dataSize=49152, offset=245760, seq=11...
[DONE]
AMLC dataSize=49152, offset=294912, seq=12...
[DONE]
AMLC dataSize=16384, offset=65536, seq=13...
[DONE]
AMLC dataSize=1207664, offset=81920, seq=14...
[DONE]
[BL2 END]
---------- run done! ----------
Then close the RZ_USB_Boot_Helper_V1.0.0 and did the following on the window terminal
C:\platform-tools_r31.0.3-windows\platform-tools>fastboot devices
1234567890 fastboot
C:\platform-tools_r31.0.3-windows\platform-tools>fastboot flashing get_unlock_ability
(bootloader) get_unlock_ability:1
OKAY [ 0.059s]
Finished. Total time: 0.060s
C:\platform-tools_r31.0.3-windows\platform-tools>fastboot flashing unlock_critical
OKAY [ 0.040s]
Finished. Total time: 0.041s
C:\platform-tools_r31.0.3-windows\platform-tools>fastboot flashing unlock
OKAY [ 0.042s]
Finished. Total time: 0.043s
C:\platform-tools_r31.0.3-windows\platform-tools>fastboot erase bootloader
Erasing 'bootloader' FAILED (remote: 'locked device')
fastboot: error: Command failed
Before I forget, I did use different ports and usb-c cables,
B.T.W am new to this and it could be am overlooking some really important.
Thanks and regards