Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 739 Bytes

U-Boot

Thanks to Andy

Install

  1. Download this repository.
$ git clone --depth 1 https://github.com/soonsebii/wrtnode2p_uboot.git
  1. Copy wrtnode2p_uboot folder to wrtnode2p/openwrt/package/boot/uboot-mt7628.
$ cp -rf wrtnode2p_uboot ~/wrtnode2p/openwrt/package/boot/uboot-mt7628

Build

  1. Select uboot-mt7628 package under menuconfig in bootloader.
$ make menuconfig
  Boot Loaders ---> [*] uboot-mt7628-sxx
  1. building uboot with under commands
$ make package/boot/uboot-mt7628/prereq V=s
$ make package/boot/uboot-mt7628/compile V=s
  1. uboot.bin will generated under wrtnode2p/openwrt/bin/ramips folder