2025-11-28 16:56:53 -07:00
2025-11-16 12:46:04 -07:00
2025-11-18 18:59:31 -07:00
2025-11-15 16:38:44 -07:00
2025-11-19 15:36:31 -07:00
2025-11-19 16:40:48 -07:00

MorseMicro OpenWrt

Dependencies

To build the Morse Micro OpenWrt, you need a working Linux environment. This has been tested with Ubuntu 20.04 and higher.

Install build environment packages with

> sudo apt update
> sudo apt install build-essential clang flex g++ gawk gcc-multilib git gettext \
  libncurses5-dev libssl-dev python3-distutils rsync unzip zlib1g-dev swig

Usage

Run the ./scripts/morse_setup.sh script to configure the build for your board of choice.

For example, Using seeedstudio's WiFi Halow Modules on Raspberry Pi.

> ./scripts/morse_setup.sh -i -b ekh01

Run this to download all dependencies before starting a build. It will make building more reliable.

> make download

After configuration is complete, run the build with

> make -j8

For verbose compilation, consider using

> make -j8 V=sc 2>&1 | tee log.txt

Once the build is complete a compiled image can be found in bin/target/<platform>/<target>/

Description
No description provided
Readme 221 MiB
Languages
C 67.5%
Makefile 19.5%
Shell 7%
Perl 2.8%
Assembly 1.6%
Other 1.5%