Search the Community
Showing results for tags 'khadas-edge2'.
-
Hello! I had an issue upgrading my khadas edge2 to the linux-image-edge-rockchip-rk3588 package (24.8.0-trunk.597) on the edge/rolling release image I had installed. It looks like issues with building the initramfs files, specifically trying to symlink on top of a file that already exists and/or copying the /bin/osk-sdl binary. The following seems to have allowed me to use apt install -f to get the kernel and initramfs files to be built and installed successfully. Probably the change in the symlink code was unnecessary, but I did both and got a bootable system out of it, so it's a bit late for me to test. I made the following changes to /usr/share/initramfs-tools/hooks/osk-sdl: 24c24,28 < ln -s "$(basename "${so_src}")" "${DESTDIR}/${so}" --- > if [ -f "${DESTDIR}/${so}" ] ; then > echo "FIXME: ${DESTDIR}/${so} exists! Skipping!" > else > ln -s "$(basename "${so_src}")" "${DESTDIR}/${so}" > fi 71c75,76 < exit 1 --- > echo "FIXME: not exiting..." > # exit 1 Obviously, this isn't a long-term solution, I just wanted to make sure my system was bootable, and this allowed me to get that. I should maybe add that it looks like the rolling release build of this didn't result in an OS image on the website -- I don't know if that is related or not: Missing: https://dl.armbian.com/nightly/khadas-edge2/Noble_edge_gnome Present: https://dl.armbian.com/nightly/khadas-edge2/Noble_vendor_gnome-kisak
-
Report the following error: Reversioning package [ re-version 'armbian-bsp-desktop-quartz64b-edge(deb)::1-B8091-R448a' to '24.8.0-trunk' ] [🔨] removed '/home/john/Armbian/development_armbian/build/output/packages-hashed/extra/jammy-desktop/armbian-bsp-desktop-quartz64b-edge_1-B8091-R448a_arm64.deb' [🌿] Building image [ quartz64b ] [🌱] Checking for rootfs cache [ edge quartz64b jammy desktop_tools internet gnome no ] [🌱] artifact [ rootfs :: rootfs() ] [🌱] rootfs version [ packages_hash: '50761c13748d-H01ba47-B4cac74' cache_type: 'gnome-desktop' rootfs_cache_id: '50761c13748d-H01ba47-B4cac74' ] [🌱] Getting ORAS manifest [ ORAS manifest from ghcr.io/armbian/os/rootfs-arm64-jammy-gnome-desktop:202408-50761c13748d-H01ba47-B4cac74 ] Error response from registry: failed to fetch the content of "ghcr.io/armbian/os/rootfs-arm64-jammy-gnome-desktop:202408-50761c13748d-H01ba47-B4cac74": ghcr.io/armbian/os/rootfs-arm64-jammy-gnome-desktop:202408-50761c13748d-H01ba47-B4cac74: not found [🌱] Artifact is not available in remote cache [ ghcr.io/armbian/os/rootfs-arm64-jammy-gnome-desktop:202408-50761c13748d-H01ba47-B4cac74 ] [🔨] mkdir: created directory '/home/john/Armbian/development_armbian/build/.tmp/rootfs-c5896909-a180-4b08-ae8c-92f5bdcfcb4c' [🔨] mkdir: created directory '/home/john/Armbian/development_armbian/build/.tmp/mount-c5896909-a180-4b08-ae8c-92f5bdcfcb4c' Processing triggers for dbus (1.12.20-2ubuntu4.1) ... [🌱] Checking MD5 sum of installed packages [ debsums ] [🔨] debsums: changed file /usr/share/doc/base-files/changelog.gz (from base-files package) [🔨] debsums: changed file /etc/os-release (from base-files package) [🔨] debsums: changed file /etc/issue.net (from base-files package) [🔨] debsums: changed file /etc/issue (from base-files package) [💥] Error context msg [ Check MD5 sum of installed packages failed ] [💥] Cleaning up [ please wait for cleanups to finish ]
-
what is new? download (temporally) final versions https://www.armbian.com/khadas-edge-2/
-
Version 20230401 with kernel 6.2 (pancsf-midstream). With HDMI USB support. https://disk.yandex.ru/d/W8pOOhizVjq91A To enable HW acceleration, install the mesa package with the forced overwrite option or an archive to enable acceleration for wayland. To enable wayland acceleration, you need to replace the files in the /usr/lib/aarch64-linux-gnu directory with the contents of the archive (with file replacement). After that, acceleration will work with wayland. X11 and wayland acceleration works the same way on Debian Sid (the images are the same as Ubuntu). After starting the system and initial configuration, replace the files from the archive in the same way and acceleration will work. The results of running in Debian Sid Gnome for x11 and wayland. dpkg -i --force-overwrite mesa_23.0.0-dev-2_arm64.deb After installation and reboot, HW acceleration will work in x11 and wayland. Please note, this is a test version of mesa for the initial evaluation of the work, some of the functions do not work in it and there may be bugs. With x11, the system works more stably, but the test results are lower than in gnome+wayland. deb\archive https://disk.yandex.ru/d/h8c-Y2FfAvx76g
-
Hi. I am using Khadas Edge 2 Rockchip RK3588S with Armbian Minimal version. I have installed xorg and firefox browser. After "startx" I rotated display (xrandr -o left) and run firefox. I don't know how is it calls, but I get a big gap when scrolling the website. In xrandr -o normal, it's gone. I will attach the video. Help me please. Thanks. IMG_0085.mp4
