Skip to content
/ HS Public
forked from stefansaraev/HS

Mini OS for RPi & MMDVM Hotspots / Repeaters

License

Notifications You must be signed in to change notification settings

l4m3rx/HS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini OS for RPi & MMDVM Hotspots / Repeaters

Supported RPis

  • Raspberry Pi Zero W
  • Raspberry Pi Model B+
  • Raspberry Pi 2 Model B
  • Raspberry Pi 3 Model B
  • Raspberry Pi 3 Model B+

Supported Modems / Displays

  • MMDVM HS Hat
  • ZUMspot
  • Any MMDVM connected via UART pins
  • Any MMDVM connected via Arduino Due
  • 0.96" i2c OLED display

BUILD

make

INSTALL

# create partitions
parted -s /dev/mmcblk0 mklabel msdos
parted -s /dev/mmcblk0 -a opt mkpart primary fat32 0% 64MB
parted -s /dev/mmcblk0 set 1 boot on
parted -s /dev/mmcblk0 -a opt mkpart primary ext4 64MB 100%

# format paritions
mkfs.vfat /dev/mmcblk0p1 
mke2fs -t ext4 -m 0 /dev/mmcblk0p2

# install
mkdir -p /tmp/moo
mount /dev/mmcblk0p1 /tmp/moo
tar xf HS.*.tar -C /tmp/moo
umount /tmp/moo

INITIAL SETUP

root password: t4sh4kb4t3

ap mode ssid / passphrase (for initial set up): HS-AP / t4sh4kb4t3

config files: /etc/config - copy whatever you need to /storage/.config

downloads

About

Mini OS for RPi & MMDVM Hotspots / Repeaters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 53.1%
  • Shell 44.3%
  • C++ 1.6%
  • C 1.0%