У нас вы можете посмотреть бесплатно BredOS (Arch based) RISC-V Orange Pi RV2 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
00:00 Intro 00:15 BredOS 01:12 Kernel 6.15.2 01:36 glmark2-es2-wayland 02:33 System Info 03:11 Ollama 07:03 Docker 09:10 Box64 16:01 Some Thoughts about BredOS 16:41 Beneath a Steel Sky 18:57 Closing Thoughts I have tried BredOS in the past, and now I'm testing it for the first time on a RISC-V SBC, the Orange Pi RV2. You can find BredOS here: https://bredos.org/ At the time of this video, we have kernel 6.15.2, no audio and only OpenGL ES. WebGL Aquarium isn't working. glmark2-es2-wayland has a total score of 394. I was able to build Ollama from the repository of Houge Langley. https://github.com/HougeLangley/ollama • Ollama LLM on RISC-V (Banana Pi F3) sudo pacman -S go cmake git clone https://github.com/HougeLangley/ollama cd ollama go generate ./... go build . You can start the service in one terminal session, and run it in another terminal session: ./ollama serve ./ollama run gemma2:2b You can create a proper service, as explained here: https://github.com/ollama/ollama/blob... Docker is available in the repository. sudo pacman -S docker So I test the Docker Hello World example. https://hub.docker.com/_/hello-world sudo dockerd And in another session: sudo docker run hello-world You can build Box64. https://github.com/ptitSeb/box64 git clone https://github.com/ptitSeb/box64 cd box64 mkdir build; cd build; cmake .. -D RV64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo make -j4 sudo make install sudo systemctl restart systemd-binfmt You can also build with Box32 included. cmake .. -D RV64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo -D BOX32=ON -D BOX32_BINFMT=ON Unfortunately there is an issue with audio, so even something as simple as 2048 doesn't work. https://appimage.github.io/Play_2048/ For AppImages you might have to install fuse2. sudo pacman -S fuse2 I was able to start something simple as hashSum. https://www.appimagehub.com/p/1360149 https://gitlab.com/posktomten/hashsum... To play a game, I tested Beneath a Steel Sky, which is available in the Arch repository. https://wiki.archlinux.org/title/List... https://revolution.co.uk/ sudo pacman -S bass Beneath a Steel Sky runs in ScummVM. https://www.scummvm.org/ If this video was helpful, please like, comment and subscribe! Bluesky: https://bsky.app/profile/livinglinux.... #riscv #OrangePi #BredOS