Skip to content

AsiaRF/asiarf-openwrt-halow-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use:

  1. Clone OpenWrt from morse micro's code base. We specify the version of SDK v2.9.3

    (commit hash = b077cd4a1a80184cdd61c54545a89e7e4064002d)

    git clone -b 2.9-dev https://github.com/MorseMicro/openwrt.git
    
  2. Clone and copy this repository into openwrt directory.

    git clone -b v1.04 https://github.com/AsiaRF-Support/asiarf-openwrt-halow-patch.git
    cp -r asiarf-openwrt-halow-patch openwrt/
    

    The structure of directory should be:

    openwrt

    |-- asiarf-openwrt-halow-patch

    `-- some openwrt folders

  3. In openwrt/asiarf-openwrt-halow-patch directory, execute the script.

    cd openwrt/asiarf-openwrt-halow-patch; bash install.sh <platform>; cd ../
    

    Currently, available platform:

    platform description
    initialize only without setting up target platform
    ap7622-wh1 ap7622-wh1 with integrated mm610x chip
    ap7621-004 ap7621-004 with mm610x-cs1 card installed
    raspberrypi4 Raspberry Pi 4 + mm610x-h06 HAT

  4. The script will install and patch files, prepare the configuration, including executing morse_setup.sh.

  5. Run make to build the image. After building, you can get the firmware in bin/targets/ directory.

    make V=s -j$(($(nproc) + 1))
    

About

AsiaRF platforms porting patch on Morse Micro's OpenWRT SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages