The Debian Image Banana Pi provided can NOT boot

Hello! guys,
Have you guys tested the Debian Image Banana Pi provided? I copied Armbian-bpi-SpacemiT_24.5.0-trunk_Bananapif3_sid_current_6.6.36_xfce_desktop.img downloaded from 百度网盘 请输入提取码 to my Micro-SD card via dd, and tried to boot it, but it seems something crashes.

Can you guys help me?
Thanks in advance!

Regards,
larryw3i

OK! Another Image, Armbian-bpi-SpacemiT_24.5.0-trunk_Bananapif3_sid_current_6.6.36.img.xz can be booted normally! What an amazing SBC!

OK! Guys, If you guys want to boot this Debian Image from NVMe, you can copy (dd) the Image Banana Pi provided to your Micro-SD Card, and boot it, copy the Image (*.img) to your U-Disk, and plug it in your BPI-F3, and copy (dd) the *.img file to NVMe driver, edit /boot/env_k1-x.txt:

And reboot it. (Actually, it just treats /dev/nvme0n1p2 as the root directory, but the read and write speed should be much faster.)

Is it amazing? guys.

larry@bpif3:~/Downloads$ for f in $(ls /etc/apt/sources.list.d/*); do echo ${f}; cat ${f}; done
/etc/apt/sources.list.d/armbian-config.sources
Types: deb
URIs: https://github.armbian.com/configng
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/armbian.gpg
/etc/apt/sources.list.d/armbian.sources
Types: deb
URIs: https://mirrors.bfsu.edu.cn/armbian
Suites: sid
Components: main sid-desktop sid-utils
Signed-By: /usr/share/keyrings/armbian.gpg
/etc/apt/sources.list.d/debian.sources
Types: deb
URIs: https://mirrors.bfsu.edu.cn/debian
Suites: sid
Components: main non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Enabled: yes
/etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: https://mirrors.bfsu.edu.cn/ubuntu-ports
Suites: plucky plucky-security plucky-updates plucky-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Enabled: no
larry@bpif3:~/Downloads$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.0
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
larry@bpif3:~/Downloads$ sudo hw-probe -all -upload
[sudo] password for larry: 
Probe for hardware ... Ok
Reading logs ... Ok
Uploaded to DB, Thank you!

Probe URL: https://linux-hardware.org/?probe=dea8ba65f0
larry@bpif3:~/Downloads$ fastfetch 
        _,met$$$$$gg.          larry@bpif3
     ,g$$$$$$$$$$$$$$$P.       -----------
   ,g$$P""       """Y$$.".     OS: Debian GNU/Linux 13 (trixie) riscv64
  ,$$P'              `$$$.     Host: BananaPi BPI-F3
',$$P       ,ggs.     `$$b:    Kernel: Linux 6.6.87-current-spacemit
`d$$'     ,$P"'   .    $$$     Uptime: 32 mins
 $$P      d$'     ,    $$P     Packages: 2398 (dpkg)
 $$:      $$.   -    ,d$$'     Shell: bash 5.2.37
 $$;      Y$b._   _,d$P'       Display (HDMI): 1920x1080 @ 60 Hz [External]
 Y$$.    `.`"Y$$$$P"'          DE: GNOME 48.1
 `$$b      "-.__               WM: Mutter (X11)
  `Y$$b                        WM Theme: Greybird
   `Y$$.                       Theme: Greybird [GTK2/3/4]
     `$$b.                     Icons: Yaru [GTK2/3/4]
       `Y$$b.                  Font: Sans (10pt) [GTK2/3/4]
         `"Y$b._               Cursor: Yaru
             `""""             Terminal: GNOME Terminal 3.56.1
                               Terminal Font: DejaVu Sans Mono (8pt)
                               CPU: k1-x (8) @ 1.60 GHz
larry@bpif3:~/Downloads$ cat /etc/fstab 
UUID=8789da01-834d-46cb-a046-a58a0cb21033 / ext4 defaults,,commit=120,errors=remount-ro 0 1
UUID=d99998eb-409b-433a-a553-cd951e05bf9a /mmcblk2p1 ext4 defaults,,commit=120,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
larry@bpif3:~/Downloads$ df -mh
Filesystem      Size  Used Avail Use% Mounted on
udev            7.6G     0  7.6G   0% /dev
tmpfs           1.6G  9.6M  1.6G   1% /run
/dev/nvme0n1p1  455G   22G  428G   5% /
tmpfs           7.8G     0  7.8G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           1.0M     0  1.0M   0% /run/credentials/systemd-resolved.service
tmpfs           7.8G  320K  7.8G   1% /tmp
/dev/mmcblk2p1  114G  1.9G  111G   2% /mmcblk2p1
armbian-ramlog   50M   19M   32M  37% /var/log
tmpfs           1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
tmpfs           1.0M     0  1.0M   0% /run/credentials/[email protected]
tmpfs           1.6G  156K  1.6G   1% /run/user/1000
larry@bpif3:~/Downloads$ ls -la /boot
lrwxrwxrwx 1 root root 15 Jun  9 10:45 /boot -> /mmcblk2p1/boot
larry@bpif3:~/Downloads$ 

image