Dear Sir,
As I want to flash firmware from USB, but Control card is not detecting by the host computer because it wasn't listed device manager. if I do with debugger by editing 0x0C at 0xD00 the it will detected but as I want standalone mode so user can flash firmware from host computer without JTag.
I literated by previous answers on this forum so I choose Z1-bootctrl to launch boot mode then Z1-BOOTCTRL VALUE : 0x2D2D0C5AHex
Boot Pin = GPIO44
Boot Mode = USB Boot (0x0C)
Key = Default (0x5A)
As per formulae : BMSP1/BMSP0 = Hex(Gpio +1)Dec
= Hex(44+1)Dec
= Hex(45)Dec
BMSP1/BMSP0 = 2DHex
Boot Mode : SB Boot = 0x0CHex
Key : Default = 0x5AHex
When I start the board with GPIO 44 pin High.
it won't boot from USB boot and isn't even listed in the device management. I want to start the control card in USB boot mode, therefore I successfully burned the z1-otp bootctrl register. you can see the value is perfectly burn in Z1-BootCtrl.
Please suggest me the solution for this problem.