Here, you can find detailed documentation to support your claims.
- sudo apt update
- sudo apt install u-boot-rk3588-axon
- Now, Reboot axon and on HDMI TX0, you can see u-boot logs…When axon is booting…
Now, Connect the Type-C To USB Cable from the Axon Type-C0 Port to the Host PC.
When the vicharak logo appears on the screen, press Ctrl + q
on the keyboard again and again. It will lead you to the boot console.
Now, select the boot console, and run ums 0 mmc 0
.
After that, all partitions of the eMMC will appear in your host PC.
You can manually copy your data.
In the host pc (Linux),
Run lsblk
command to show you all eMMC partitions.
Basically, all installed applications and user data will be stored in the last partition.
Now, Mount the last partition /dev/sda6
using the command below.
sudo mount /dev/sda6 /mnt
Copy all data located in /mnt
into your Host PC.