VIM3 Doesn't boot anymore - neither from emmc nor from SD card

Hi, I have a VIM3 Pro, and it doesn’t boot anymore, both from the emmc and from the SD.
I tried to boot oowow but it doesn’t work that too, and now I don’t know what to do.
The only thing that it does is that the white light turns on static.

Can someone please help me?
Thank you very much

EDIT: I tried to enter the Upgrade Mode by the buttons and it showed a cyan screen with only this lines:

[      2.052258] rc_core: IR keymap rc-khadas not found
[    242.652119] INFO: task kworker/4:1H:113 blocked for more than 120 seconds.
[    242.653617]            Not tainted 5.14.0-rc5 #1
[    242.657691] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message
[    363.484118] INFO: task kworker/4:1H:113 blocked for more than 241 seconds.
[    363.485606]           Not tainted 5.14.0-rc5 #1
[    363.489607] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[    484.316114] INFO: task kworker/4:1H:113 blocked for more than 362 seconds.
[    484.317601]           Not tainted 5.14.0-rc5 #1
[    484.321680] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.

And it continued to write this lines

@SpheLC which firmware was last installed to the eMMC ?
Have you tried flashing firmware through the usb-c directly ?

Hi @Electr1, thank you for your answer!
By “firmware”, do you mean OS or something else?
If in doubt, I’ll tell you:
The last thing I did was install Ubuntu 22.04, and after two reboots, it no longer started.

And, about the USB-C flash, it gave these errors:

Try to burn Amlogic image...
Decompressing image ...
/home/sphe/utils/aml-flash-tool/aml-burn-tool: line 90: fdisk: command not found
Burning image '/home/sphe/Scaricati/vim3-ubuntu-22.04-gnome-linux-5.15-fenix-1.6.3-240112-emmc.img' for 'VIM1/VIM2' to eMMC...
Rebooting the board ........[OK]
Unpacking image [OK]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "it_IT.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
awk: cmd. line:1: warning: regexp escape sequence `\"' is not a known regexp operator
Initializing ddr [KO]

Hi,

could you please try this image - https://dl.khadas.com/products/vim3/firmware/ubuntu/.test/vim3-ubuntu-22.04-gnome-linux-5.15-fenix-1.6.5-240515-develop.img.xz

You can write it to sdcard - either using balena etcher, raspberry pi imager, etc or extract and then dd it to sdcard. Then insert the sdcard to vim3 to boot from the same. Once booted, you can use the following command to install it to emmc.

sudo emmc-install

Follow the prompts. Once its done, power off vim3 and remove sdcard. You should then be able to boot from emmc.

Thank you very much! It worked!