Personally I don't use FriendlyWRT (among many reasons it is a bloated build and it uses a package repository in China).
I am using 24.10 snapshot with the R6S (with Wireguard and AdguardHome) and it is pretty stable. The first 24.10.0-rc1 is about to be released tomorrow (2024-12-02), so I would recommend you starting with this build.
I never used OpenSense, so I cannot say much about it. OpenWrt may require some learning for advanced configurations, but IMHO it is worth (and can be fun!).
Regarding ext4 vs squashfs, I really prefer squashfs since it is more "SD friendly" (less wear). You may look here for more details.
Anyway, you can pick either the ext4 or squashfs image, image it to an SD and boot your R6S.
Notice that the R6S has 32GB of eMMC. It comes with FriendlyOpenWrt pre-installed in the eMMC, so if you start it without an SD card it will load FriendlyOpenWrt.
BTW, as far as I can tell eMMC will also take priority over SD card as a boot device. The default FriendlyOpenWrt u-boot will be loaded from eMMC, but it will check if there is an SD card and it will boot from the SD card.
What I did was to boot OpenWrt from the SD card (since FriendlyElec eMMC boot loader will check the SD card), and then I erased the eMMC so next time it will use OpenWrt boot loader from the SD card (see posts above in this topic for more details).
Buy a couple of 8gb industrial cards, they are super-cheap and rock-solid. ( but any micro sdcard will do that has a (10) )
Clear the emmc (first 16mb iirc), so it will boot from sdcard by default.
Create an image via the firmware-selector, save the webpage as pdf and save the images . Then you have something to fall back on. ( no router, no internet ) .
Write the squashfs image to 2 sdcards, squashfs is much easier to reset , backup and restore .
Setup a basic configuration, eg: password/public key, time/zone and network
Create a backup, once accessible.
Poweroff, swap cards.
Perform a restore, so you get familiar with the process.
Configure the rest of the router to your liking, and make a backup again.
If you need to update or test something in the future, just swap out the card.
Once the mask button is implemented consider writing an image to the emmc. I found writing to emmc did not improve performance and was quite cumbersome without the buttons if I wanted to boot from sdcard.
thank you! will Squashfs give me the full disk space on the SD card? what sie would you recommend? performance wise, i assume it runs ok from the sd card over the eMMC?
How do i go adding more space to the sd card build then? is it a command i need to run once the R6S is up and running? is the default size enough to run wireguard, AGH and sqm?
What I meant to say was: if you compile OpenWRT you can specify that option when running make config. But that's not available in the firmware-selector.
So I made a request to add that function to the firmware-selector.
For some reason my R6S simply refuses to boot from SD card: I tried FriendlyWrt images, the OpenWrt 24.10-rc2 image and Fedora ARM64 image, all failed. The R6S keeps booting the default FriendlyWrt image in eMMC.
Instead I flashed OpenWrt 24.10-rc2 image with the FriendlyWrt web UI, so far it seems to work. But the HDMI outputs no signal (I can access OpenWrt web UI though), is this normal?
thank you! will Squashfs give me the full disk space on the SD card?
There is an available script at Expanding root partition and filesystem that will expand either ext4 or squashfs images. The page indicates it is for x86 target, but I have successfully used it on some ARM targets.
You can but you’ll likely get an error because there isn’t enough space on the default partition size. But you could give it a shot and see...I might be wrong.