No description
Find a file
2025-10-11 13:47:32 +11:00
.github ci: add workflow for automated GitHub release 2023-11-02 14:44:49 +00:00
boards Undo feed changes from 2.9.3 release 2025-10-09 23:12:48 +11:00
config Kconfig: (APP-3120) Add KERNEL_DYNAMIC_DEBUG_CORE 2024-11-26 10:03:33 +11:00
include boards : (APP-3176, PR #464) Morse specific opkg feeds repo defaults 2025-10-05 00:37:43 +10:00
LICENSES
package mac80211: (APP-5559, PR #492) Patch mac80211 to increase the assoc timeout 2025-10-05 19:29:21 +11:00
patches (APP-4789 PR #449): collectd: Increase buffer size for HaLow assoclist 2025-10-05 00:37:43 +10:00
scripts scripts: (APP-5129, PR #485) Add a morse-build script 2025-10-05 19:29:21 +11:00
target bcm27xx: (APP-5292, PR #483) remove all old ekh01 targets 2025-10-05 00:37:43 +10:00
toolchain toolchain: (APP-455) add symlink for external toolchain include dir 2024-11-26 03:41:08 +11:00
tools firmware-utils: bump to latest openwrt-23.05 2024-09-22 16:47:19 +02:00
.gitattributes add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files 2012-05-08 13:30:49 +00:00
.gitignore .gitignore: ignore link if target is included from feed 2024-04-17 05:04:46 +00:00
BSDmakefile build: use SPDX license tags 2021-02-05 14:54:47 +01:00
Config.in build: scripts/config - update to kconfig-v5.14 2022-02-19 13:10:01 +01:00
COPYING COPYING: add COPYING file to specify project licenses 2021-02-14 19:21:38 +01:00
feeds.conf.default feeds.conf.default: fix typo in feeds.config.default (#3) 2025-10-11 13:47:32 +11:00
Makefile build: include tests/Makefile if available 2024-07-16 00:14:18 +02:00
README.md readme: update readme for example sets of evaluation kits 2025-10-05 19:29:21 +11:00
README.OPENWRT.md readme: move the OpenWrt README 2024-11-26 10:03:35 +11:00
rules.mk treewide: add ORIG_PATH variable 2023-06-12 22:10:20 +02: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. Custom boards can be added to the boards folder and used as a target. See an existing board for the information which should be contained in the diffconfigs.

For example, to build for a HaLowLink1

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

Some targets provided by this repository include

Board Target
MMx108-EKH01 (SDIO) mmx108-ekh01-sdio
MM6108-EKH01 (SPI) mm6108-ekh01-spi
MM8108-EKH01 (SPI) mm8108-ekh01-spi
HaLowLink1 halowlink1
MM8108-EKH19 ekh19

See the boards/ folder for other targets and families.

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>/