Hey there,
I'm new to OpenWRT and still figuring things out. I bought a BananaPi BPI-R3 to use for my home internet access. Flashing OpenWRT and playing around with the basics (while I am still waiting for the activation of my Fiber Connection that has ETA end of next week) seems quite intuitive to me.
However I am struggling to expand the filesystem of my installation.
I tried following the installation Process via the devices wiki page here
I did not yet decide to really install it on the eMMC. I have some bad experience with eMMC on another SBC and rather will try to keep backups of the SD Card and replace that once in a while.
I installed the 24.10.4 Factory Image (https://downloads.openwrt.org/releases/24.10.4/targets/mediatek/filogic/openwrt-24.10.4-mediatek-filogic-bananapi_bpi-r3-sdcard.img.gz)
I can witness the boot process fine with one of the Serial2USB i had lying around, very handy.
However, when i want to follow this process here, to expand the filesystem to offer me more than default 1GB (the SD card has 64GB), i struggle
After downloading the script and running
sh /etc/uci-defaults/70-rootpt-resize
There is some error message, which i could only screenshot:
Error could not stat device /dev/block - No such file or directory
The
ROOT_DISK: /dev/block , ROOT_PART = 0
Is some debug output that i had added to the script when i tried to reproduce the error message.
I know some Linux things, but I am not yet familiar enough with "embedded linux" and the OpenWRT Architecture and way of things to figure out how to debug the script.
Is there something wrong with my install?
Is the script in the Wiki not up to date with the way 24.10.4 works?
Did I forget some crucial step in between flashing, booting and trying to expand the file system?
Any hint is very much appreciated, thanks in advance!
