You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open DevTools (F12), then Network tab, watch for calling two GET URLs one-by-one, each with .mp4 inside: first is video without audio, second is just audio (both you can Open in New Tab) - so do Copy As cURL for both, and execute them as below (assuming 1.mp4 and 1.mp3 for both video and audio correspondently):
IMPORTANT: it's required to remove 2 HTML params from the end of URLs: &bytestart=XXX&byteend=YYY!
Install clean Ubuntu Server 25.04 from official Ubuntu sources on the OrangePi RV2
Install clean Ubuntu Server 25.04 from official Ubuntu sources on the OrangePi RV2
Introduction
I got a Orange Pi RV2 recently, and it only was supplied with a pre-build Ubuntu Server image from a Chinese website. I did not like that too much. It also used Chinese mirrors, and I prefer to have full control over my install.
This guide shows you how to build / install Ubuntu Server 25.04 from the official RISCV Ubuntu install media and the provided kernel sources for the RV2.
Approach
Build kernel .deb files (using a Ubuntu 22.04 x86 VM)
Install Ubuntu 25.04 RISCV using a RISCV VM and a NVME drive that we will use with the RV2.
Install kernel deb files, manage the DTB properly, configure some needed stuff