Skip to content

rest-switch/uboot_ralink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLK-RM04 u-boot

u-boot bootloader source code for the HiLink HLK-RM04

Instructions

prerequisites (redhat)

sudo yum -y install gcc glibc.i686 zlib-devel ncurses-devel git

prerequisites (ubuntu)

sudo apt-get update
sudo apt-get -y install make gcc libc6-i386 zlib1g-dev libncurses5-dev git realpath

clone

git clone https://github.com/rest-switch/uboot_ralink.git

toolchain

tar xjvf uboot_ralink/buildroot-gcc342.tar.bz2
sudo ln -s $(realpath buildroot-gcc342) /opt

build

cd uboot_ralink
make distclean
make menuconfig
  (RT5350) Chip ID
  (128Mb) DRAM Component
make

build output

uboot_ralink/uboot.img

Releases

No releases published

Packages

No packages published

Languages

  • C 78.9%
  • C++ 14.8%
  • Assembly 3.4%
  • Makefile 1.9%
  • Shell 1.0%