09-07-2023, 11:56 AM
Hello all!
I am currently debugging why my RockPro64 is failing to boot. I am connected via UART, and I appear to be stuck trying to grab some `boot.scr.uimg` file from the network. This happens even if I don't have an SD card inserted into the SBC, so I imagine it's something fundamentally broken. The output is:
I can drop to a shell and start doing things, but I am unsure of where to go from here. Any help would be greatly appreciated!
I am currently debugging why my RockPro64 is failing to boot. I am connected via UART, and I appear to be stuck trying to grab some `boot.scr.uimg` file from the network. This happens even if I don't have an SD card inserted into the SBC, so I imagine it's something fundamentally broken. The output is:
Code:
[color=#000000]DHCP client bound to address 192.168.1.2 (2 ms) [/color]
Using ethernet@fe300000 device
TFTP from server 0.0.0.0; our IP address is 192.168.1.2; sending through gateway 192.168.1.1
Filename 'boot.scr.uimg'.
Load address: 0x500000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Speed: 1000, full duplex
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 125
*** Unhandled DHCP Option in OFFER/ACK: 125
DHCP client bound to address 192.168.1.2 (2 ms)
Using ethernet@fe300000 device
TFTP from server 0.0.0.0; our IP address is 192.168.1.2; sending through gateway 192.168.1.1
Filename 'boot.scr.uimg'.
Load address: 0x2000000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
=>
I can drop to a shell and start doing things, but I am unsure of where to go from here. Any help would be greatly appreciated!