Skip to content

menachg/wrtnode2p_uboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

wrtnode2p u-boot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.5%
  • C++ 2.3%
  • Assembly 2.0%
  • Makefile 1.2%
  • Other 1.0%