Jump to content

illwieckz

Members
  • Posts

    7
  • Joined

  • Last visited

  1. I tested the upstream Debian and I only got 4GB as well, I don't know if that was stable or not. Actually some upstream Debian images I tried didn't work at all at first. Then I upgraded the firmwares on my board, following these instructions: https://forum.rvspace.org/t/visionfive-2-debian-image-released/994/75 Bu I was more precise than that, first I used the sdcard image and fimware files from 2.6.0 (said to work in that page): https://github.com/starfive-tech/VisionFive2/releases/tag/VF2_v2.6.0 Note: I had no display, I ran the firmware update commands over SSH. Then I rebooted, using the sdcard image from 2.11.5 (arbitrary chosen): https://github.com/starfive-tech/VisionFive2/releases/tag/VF2_v2.11.5 But I used the latest (5.11.3) firmware files to update the firmware: https://github.com/starfive-tech/VisionFive2/releases/tag/JH7110_VF2_515_v5.11.3 After that, I flased the latest image (202409), for sdcard: starfive-jh7110-202409-SD-minimal-desktop-wayland.img The whole 8GB is displayed and everything looks stable, the board is running since 9 hours without problem. But one problem is that this Debian image is based on an now-old Debian Trixie/Sid snapshot, which is painful to deal whit. I'll try again the Armbian image later to see if the firmware update fixed the memory size problem and the stability.
  2. I face the same problem, Armbian only reports 4GB on my VisionFive2 board with 8GB of RAM. I also noticed that the system is very unstable and constantly hanging after some minutes of usage, especially when I install Debian packages with Apt. I haven't tested the official Debian image yet. I hope it fixes both the reported RAM and that instability. Here is the page for the official VisionFive2 Debian: https://rvspace.org/en/project/VisionFive2_Debian_Wiki_202409_Release Links can be found there: https://debian.starfivetech.com/
  3. Hmm, it looks like I fixed it. I did that on the `/boot` partition: $ ln -sf uInitrd-5.10.110-rockchip-rk3588 uInitrd $ ln -sf vmlinuz-5.10.110-rockchip-rk3588 Image Then I could boot again on the old kernel. It looks like I simply missed the `linux-dtb-current-rockchip-rk3588` package, so I installed it: $ apt-get install linux-dtb-current-rockchip-rk3588 Then I reinstalled the kernel so the post-install scripts redo the symbolic links for me (I didn't use `apt-get install --reinstall` because the `/boot` partition is too small for doing that): $ apt-get remove linux-image-current-rockchip-rk3588 $ apt-get install linux-image-current-rockchip-rk3588 And it worked, before: $ uname -a Linux orangepi5 5.10.110-rockchip-rk3588 #trunk.0112 SMP Sat Dec 31 16:41:56 UTC 2022 aarch64 GNU/Linux after: $ uname -a Linux orangepi5 6.10.6-current-rockchip-rk3588 #1 SMP PREEMPT Mon Aug 19 04:05:40 UTC 2024 aarch64 GNU/Linux Why do the `linux-dtb-current-rockchip-rk3588` package isn't a hard-dependency of `linux-image-current-rockchip-rk3588`? That looks to be a packaging bug to me.
  4. Here is the content of the `/boot` partition: $ ls -l total 158544 -rw-r--r-- 1 root root 213 janv. 15 2023 armbianEnv.txt -rw-r--r-- 1 root root 1536 déc. 31 2022 armbian_first_run.txt.template -rw-r--r-- 1 root root 38518 déc. 31 2022 boot.bmp -rw-r--r-- 1 root root 3180 déc. 31 2022 boot.cmd -rw-rw-r-- 1 root root 3252 déc. 31 2022 boot.scr -rw-r--r-- 1 root root 215174 déc. 31 2022 config-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 265837 août 21 17:29 config-6.10.6-current-rockchip-rk3588 lrwxrwxrwx 1 root root 28 déc. 31 2022 dtb -> dtb-5.10.110-rockchip-rk3588 drwxr-xr-x 3 root root 4096 déc. 31 2022 dtb-5.10.110-rockchip-rk3588 lrwxrwxrwx 1 root root 38 sept. 22 09:08 Image -> vmlinuz-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 13690595 sept. 22 08:57 initrd.img-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 27254874 sept. 22 09:08 initrd.img-6.10.6-current-rockchip-rk3588 drwx------ 2 root root 16384 déc. 31 2022 lost+found -rw-r--r-- 1 root root 7802212 déc. 31 2022 System.map-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 5432136 août 21 17:29 System.map-6.10.6-current-rockchip-rk3588 lrwxrwxrwx 1 root root 38 sept. 22 09:08 uInitrd -> uInitrd-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 13690659 sept. 22 08:57 uInitrd-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 27254938 sept. 22 09:08 uInitrd-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 33692160 déc. 31 2022 vmlinuz-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 32948736 août 21 17:29 vmlinuz-6.10.6-current-rockchip-rk3588
  5. Hi! My Orange Pi 5 (no Pro, no Plus, no B…) was running Armbian, the Debian Bullseye flavour. It was running Linux `5.10.110-rockchip-rk3588`, then I installed the `linux-image-current-rockchip-rk3588` metapackage, which pulled and installed Linux `6.10.6-current-rockchip-rk3588`. Right after having installed such kernel, I tried to reboot the device, but the device never rebooted: it's just stuck at startup, nothings is displayed on screen and the device is not available on the network (doesn't do any DHCP request at all). I fully unplugged anything from the board, including removing and re-inserting the microSD card. The device now refuses to boot since I upgraded that kernel. Armbian is installed on a microSD card so I can modify either the `/boot` or `/root` partition if needed. When I mount the `/boot` partition on another computer, I can see that the new kernel is indeed there, right next to the old one. What can I do to fix the system to be booting again? Thanks in advance.
  6. Great! Is there anything to do outside of the apt-get dance, a specific package to install or command to run? Or should I reflash the SD card with a newer image?
  7. On my end with `Armbian_23.02.0-trunk.0112_Orangepi5_bullseye_legacy_5.10.110.img` image I don't get working vertical USB port, either if plugged in before startup, either if after. For reference this vertical USB port works when using the Orange Pi's provided `Orangepi5_1.0.6_debian_bullseye_desktop_xfce_linux5.10.110.img` image.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines