Hey everyone, I’m looking to replace my router with a NanoPi R6S but want to do everything myself from Alpine Linux.

I’ve been doing a lot of research and it seems that the chipset and hardware are supported as of Linux 6.3, but looking at Alpine’s ARM documentation makes installation sound a bit more advanced than I’m used to (specifically, the partition layout and U-Boot are confusing to me).

Has anyone gone this route?

  • Theoriginalthon@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    I looked at the nanopi r4s and the r6s when I replaced my router. I did consider doing it all myself but in the end settled on the r4s running opwenwrt, I think it took all of 5mins from download to working system. The benefit been the openwrt image has uboot included so only one image need writing, also web interface out of the box

    Don’t think of it as an installation, it’s writing image files to disk. I prefer using gparted or disks when working with partitions. Then use dd for the actual writing as I can quite easily see I’ve got the right partition from gparted/disks. Got that wrong a couple of times 😅

    • undefined@links.hackliberty.orgOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      I suppose what I could do is download a supported image (like OpenWRT) then get the image layout details from that in order to build my own image.

      I know I’m going about it the hard way but it’s something I don’t mind learning.