Skip to content

Releases: spr-networks/super

Release v0.01-beta-pi-september-fixes

15 Sep 00:43
Compare
Choose a tag to compare
Merge branch 'main' into dev

Release v0.01-beta-pi-september

02 Sep 02:24
8a8e113
Compare
Choose a tag to compare

See the PI4b setup guide

Hardware requirements:

  • A WiFi Dongle for better performance and WPA3 support. Both Alfa's AWUS036ACM and Netgear's A620
    have been tested to perform well (400-500Mbps top speed) and both use the mt76x2u driver)

  • At least a 16GB SD card is required, and a USB SSD works best

  • (Optional) An Ethernet USB Dongle for additional LAN devices since the built-in ethernet card (eth0) will be used for the WAN. The UE
    300
    has been tested to run near line speed on the Pi (950Mbps).

You can use a tool like balena to flash the image, after extracting it with xz.

See balena: https://www.balena.io/etcher/

Then boot the drive on the PI. Setup will complete and reboot. You should be able to navigate to the device on port 80 for the setup screen and you should
be done.

Under /home/spr/super/config/base/config.sh, consider disabling UPSTREAM_SERVICES_ENABLE=1 if you do not want the API and SSH exposed to the WAN
ethernet interface.

Default credentials for ssh are:
ubuntu:ubuntu

Release v0.01-beta-pi-2

25 Aug 15:49
Compare
Choose a tag to compare
push dhcp client

Release v0.01-beta-pi

12 Aug 04:22
Compare
Choose a tag to compare

See the PI4b setup guide

Hardware requirements:

  • A WiFi Dongle for better performance and WPA3 support. Both Alfa's AWUS036ACM and Netgear's A620
    have been tested to perform well (400-500Mbps top speed) and both use the mt76x2u driver)

  • At least a 16GB SD card is required, and a USB SSD works best

  • (Optional) An Ethernet USB WiFi Dongle for additional LAN devices since the built-in ethernet card (eth0) will be used for the WAN. The UE
    300
    has been tested to run near line speed on the Pi (950Mbps).

Usage on a mac:

diskutil unmountDisk /dev/rdisk2
xzcat spr.img.xz | dd of=/dev/rdisk2 bs=4K
diskutil eject /dev/rdisk2

On linux:

#sdX is your USB SSD or SD card at mmcblk1 etc
umount /dev/sdX1
xzcat spr.img.xz | dd of=/dev/sdX bs=4K
eject /dev/sdX

Then boot the drive on the PI. Setup will complete and reboot. You should be able to navigate to the device on port 80 for the setup screen and you should
be done.

Under /home/spr/super/config/base/config.sh, consider disabling UPSTREAM_SERVICES_ENABLE=1 if you do not want the API and SSH exposed to the WAN
ethernet interface.

Default credentials for ssh are:
ubuntu:ubuntu