difos/README.md
hayzamjs f4baefee50
All checks were successful
/ build-and-publish (push) Successful in 1h58m3s
docs: fix command in readme, version: bump to 2.5.4
2024-03-25 22:42:51 +05:30

2.7 KiB

DifOS - Logo

Build Status

DifOS is part of the Difuse Project, firmware that is based on OpenWrt and is available for use on DMSBG devices.

Download

Built firmware is available for download here.

Development

To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.

Requirements

Build System Setup is pretty much identical to that of OpenWRT. Below given are the common packages required to build the firmware.

binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev
make4.1+ perl python3.7+ rsync subversion unzip which

Quickstart

  1. Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default

  2. Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/

  3. Run cp -rf configs/dmsbg100.config .config && make defconfig to use the default configuration for the DMSBG100 device.

  4. Run make to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.

The main repository uses multiple sub-repositories to manage packages of different categories. All packages are installed via the OpenWrt package manager called opkg. If you're looking to develop the web interface or port packages to OpenWrt, please find the fitting repository below.

Support Community

  • Forum: For usage, projects, discussions and hardware advice.
  • Support Chat: Discord server for support and general discussion.

License

DifOS is licensed under GPL-2.0