Jump to content

NicoD

Moderators
  • Posts

    1407
  • Joined

  • Last visited

Posts posted by NicoD

  1. Retropie is an option. It should run fine. You can use armbian-gaming to install it and also some other emulators.
    https://github.com/NicoD-SBC/armbian-gaming
    This SoC should run ps1, some N64, snes, nes, gb, gba, ...
    I don't think ppsspp would work on it. 
    I'm not aware of the GPU drivers for this SoC. So not sure about things that need gpu. Most retropie emulators don't use gpu. For doom on dosbox you don't need gpu drivers either.

  2. If it runs armbian for sure it's possible. Just install dosbox. Mount the folder to c
    mount c /folder/path/to/doom

    play the game.
    You can run it native too, there are tons of possibilities. I think freedoom is one.
    https://freedoom.github.io/
    Chocolatedoom has deb packages for arm64
    https://debian.pkgs.org/11/debian-main-arm64/chocolate-doom_3.0.1-1_arm64.deb.html
    GZdoom 
    https://zdoom.org/downloads

    And tons more. Only question is, does it run Armbian? 

  3. Bionic, Focal, jammy Noble are all Ubuntu. 
    Buster, Bullseye, bookworm, sid are all Debian versions.

    You use what you prefer or what fits your tasks best.
    I use Armbian Jammy on my Rock5B since I use it as main desktop and that's the image that works best for that.
    On my travel NanoPi R6S I use Armbian Noble because it has a better KDEnlive version to edit and render video's on my cycling trips.
    On my NAS ZimaBoard I use Noble because it fixes an issue with mounted drives, but could just as well use a debian version.

    For your tasks I would probably use Armbian Bookworm and install the apps.
    You probably could use CasaOS on Jammy for these tasks. It is a webinterface that allows you to install and setup docker apps.
    To install casaOS on Jammy :

     

    wget -qO- https://get.casaos.io | sudo bash


    So both downloadable images are community releases and not official armbian supported images.
    There is bookworm Debian 12 minimal which has only the essential things to boot a system and set it up.
    The other is Jammy Ubuntu 22.04 with the Gnome desktop. 

    I would advice to build your own images with the distro version you want. 

  4. For others. You need GPU drivers for many recent emulators. So either wait for mainline support with panthor or use Armbian Jammy with AmazingFate his GPU and multimedia ppa's for RK3588.
    You can install tons of emulators with armbian-gaming. PPSSPP, Retropie, aethersx2, android emulation, box86/64 with wine for windows games...

    https://github.com/NicoD-SBC/armbian-gaming
    It is written for Jammy and should also work on Debian Sid. But with other distro versions not everything might work and I can't give support for it. Now waiting on Ubuntu 24.04 to see if the GPU problems will be fixed with official releas.
    Else I'll focus on Debian releases instead.

  5. 15 hours ago, krrmbn said:

    • Beelink Mini S12 Pro w/ 12th gen intel-n100

    • Beelink Mini SEi8 w/ 8th gen intel i3-8109u

    I've not tried on those but I'm sure Armbian runs on it. I run Armbian on lower spec Intel SoC's and it runs well.
    Armbian is perfect for headless work. Everything is configured for it. 

    For me the advantage is to have the same OS on all my devices.

    If anyone wants 32-bit OS then go for Debian. They still support 32-bit.

  6. The speed of an sd-card is very dependent on the device used to read it. Most cheap tv-boxes have 20MB/s max. Some can do 70MB/s. I've not seen any go higher than that.
    Highest I've seen on an SBC is 90MB/s. But the cards are theoretically able to do more. I just don't have a reader supporting it.
    An eMMC is normally about 150MB/s to 350MB/s. Even the small 16GB eMMC will be faster than the best 256GB sd card. 
    Just do read write benchmarks on both and make up your own conclusions.

  7. To my knowledge Armbian has no support for the NPU side of things. Only (some) vendor Khadas images have this with example code. It all doesn't work as I'd like to see it, no compatibility with known standards. 
    In my opinion the NPU is kind of useless. And Khadas isn't a big help here. Maybe LibreComputers has better implementation for it...

  8. 2 minutes ago, yannbouteiller said:

    Then I installed it on the EMMC (using armbian-install), which still boots (I can connect via the linux serial console), but I confirm the HDMI display doesn't work anymore when booting from the EMMC.

    What display are you using? And bit weird that it would work from sd and not from eMMC. I tested on sd-card only.

    Can you try Jammy to see if it also has this behaviour?

  9. Now I can confirm the issue.
    I also have a Philips 4K monitor and nothing shows on it. I tried first with my 13" 1080p display.

    Weird problem. I wonder if it is the same with other SBCs like N2+ and if it's the display resolution or something with brand/type display?

    I'll see if I can find out more tomorrow.

  10. Hi Bas. 
    Go ahead and post your solution. 
    The latest images should have a few fixes but not sure if you'd notice it. 
    Monka his old images had more preinstalled. Also nicod-armbian-gaming what official Armbian doesn't have.
    I also use the mini but in metal case. Works great for me. Using Monka his amazingfated gaming image.

    For GPU and VPU on official Armbian you need to do this.

    sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
    sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
    sudo apt update
    sudo apt dist-upgrade
    sudo apt install mali-g610-firmware rockchip-multimedia-config
    # In order to install additional packages with hardware acceleration support like chromium sudo apt install chromium-browser

    You can post in maintained Rockchip.  

  11. 1 hour ago, SerW said:

    1) In what moment should I perform trick


    Best to use a Linux system to read the sd-card after writing the image. Then open the sd-card and do what's mentioned.
    Then you can boot the image.

    For adding GPU and VPU drivers in Jammy.
     

    sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
    sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
    sudo apt update
    sudo apt dist-upgrade
    sudo apt install mali-g610-firmware rockchip-multimedia-config


    To write the image to eMMC use 
     

    sudo armbian-install


    It can boot mainline but its not realy usable. Last time I checked HDMI wasn't working. It will take a few months to year for mainline to mature.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines