I just installed 2020-12-20-ubuntu-18.04.3-bpi-r64-5.4-sd-emmc.img.zip but I can´t figure out how to access the pi because nether wifi or lan is being detected. I currently have the ethernet cable plugged into what I think is the first eth port (next to the wan port) but I keep receiving a message open my laptop screen about the cable not being connected. seeing as it is an emmc I am guessing I was suppose to keep my old OpenWrt install then flash Ubuntu on it?
Time to get one if anything is not working you can look whats the problem. Else you are blind till your network stack works and you can login via ssh. I zhe moment board hangs at bootup or you have a problem in your network config you are unable to fix it.
official repo uses kernel 4.19 (afaik never updated to include security fixes)…we have now 6.1…there are 3 years between.
i guess ubuntu image created by the repo is old too…my debbootstrap is already ubuntu 22.04
so unpack and flash the image from uboot github-releases (bpi-r64-sdmmc.img.gz), sync and re-read the sdcard (pluging out and in again). you will see 2 partitions: BPI_BOOT and BPI-ROOT
unpack the debootstrap-archive to the BPI-ROOT-partition (root-rights required)
then get kernel-package from my kernel-repo (6.1-main for r64), here you have 2 folders inside: BPI-BOOT and BPI-ROOT…unpack their content to the right partition (itb to BPI-BOOT and lib/modules to your ubuntu rootfs).
then you have to create an uEnv.txt pointing fit-var to your itb-filename
e.g.
fit=bpi-r64.itb
if this all is done you can try booting the board with the card and debug-uart to see if all gets up or you hang somewhere uboot or similar…it is possible that ssh-server is not installed and you get IP-address from your current router…need to configure it to fixed IP
Frank was pointing to my R64 script. But now I only maintain this one:
This will create a bootable SD card with up to date Linux kernel in just a few minutes. It runs Archlinux. It is almost the same as Ubuntu, except the package manager (apt) is different and the packages are much newer. Not standard packages one builds from the AUR with simple tools.
Best thing i like about Archlinux is rolling updates. Never need to upgrade to another version of OS anymore.
The Linux kernel is pre-built, so no need to figure out how to build one.
Would that bootstrap work? It says bpi-r2_bionic, also flashing bpi-r64_sdmmc.img.gz to the sd card doesn´t do anything. After flashing the sd card remains empty, what am I doing wrong?