Hi! I was setting up internet access to the VOXL2 (rather than sharing my laptop internet with it), working in root after ssh'ing into it from my laptop via my laptop Ethernet-> USB-A to JST adapter -> debug board USB2 Host-> VOXL2 when I suddenly couldnt connect anymore to the VOXL2 from my network manager (and so ssh wouldnt work).
As that seemed weird, I rebooted the chip into normal mode and screened into it using the debug console (laptop connected to debug board with micro USB) but nothing would appear on screen. So I tried the same thing in fastboot mode; and the following happened (and keeps happening after changing cables, power socket, etc...) :
This shortly pops up when screening the chip after fastbooting it
Handling Cmd: getvar:version Error battery voltage: 0 Requireed voltage: 3600, can flash: 0
Then this loops continuously :
LmhIsenseInit Post GPU TIME 2ms
Entering in func1 of NPU TIME 2ms NPU IDDQ 41 LmhIsenseSubSysEntry Post SubSysEntryCb TIME 0ms
LmhIsenseSubSysEntry Post
LmhIsenseSubSysInit TIME 0ms
LmhIsenseInitSubSys Post SubSysEntry TIME 0ms
LmhIsenseInitSubSys Post SubSysTrim TIME 0ms
LmhIsenseInitSubSys Post SubSysExit TIME 0ms
LmhIsenseInit Post NPU TIME 2ms
isense TIME 5ms ISENSE TOTAL TIME 5ms
Disp init wait [ 1670]
-----------------------------
Platform Init [ 1687] BDS
UEFI Ver : 5.0.220324.BOOT.XF.3.2-00354-SM8250-
1
Platform : QRD
Chip Name : QRB5165
Chip Ver : 2.1
Chip Serial Number : 0x5A93EBEB
Silver cluster Core 0 Freq: 1516 MHz
-----------------------------
UEFI Total : 524 ms
POST Time [ 1717] OS Loader
Loader Build Info: Feb 18 2022 17:53:29
VB: Non-secure device: Security State: (0xF7F)
VB: RWDeviceState: Succeed using devinfo!
KeyPress:2, BootReason:0
Fastboot=1, Recovery:0
GetVmData: making ScmCall to get HypInfo
GetVmData: No Vm data present! Status = (0x3)
VM Hyp calls not present
Launching fastboot
Fastboot Build Info: Feb 18 2022 17:53:28
usb_shared_hs_phy_init: hs phy cfg size: 12
usb_shared_ss_phy_init: ss phy cfg size: 143
ssusb_phy_init_success_lane_A: 0
Fastboot: Initializing...
VB: Non-secure device: Security State: (0xF7F)
Fastboot: Processing commands
Failed to get the graphics output protocol.
Failed to get the graphics output protocol.
Failed to get width or height Failed to get the graphics output protocol.
Failed to get the graphics output protocol.
Unable to show fastboot menu on screen: Out of Resources
Dev_Common_Speed: Bus Speed: Super
Dev_Common_Speed: Bus Speed: Super Handling
Cmd: getvar:product Handling Cmd:
getvar:version
Upon ssh'ing to it with the debug board I get the following message :
ssh: connect to host xx.xx.x.xxx port 22: Network is unreachable
It should be noted that the chip still pops up in "fastboot devices" as well as in "dmesg -w", so its still alive. Whats going on and how can I fix this?