Skip to content

Commit

Permalink
Minimalistic demo scripts, which can do menu based u-boot installation
Browse files Browse the repository at this point in the history
These ruby scripts need devmem2, a10-meminfo and FEL patched dialog.
They are intended to be used in the buildroot generated initramfs.
  • Loading branch information
ssvb committed Dec 16, 2014
0 parents commit 6df32b0
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 2.8)

project(sunxi-bootsetup ASM C)
find_package(Threads REQUIRED)
set(CMAKE_C_FLAGS "-O2")

install_programs(/bin FILES sunxi-bootsetup-uart sunxi-bootsetup-hdmi)
install_files(/bin FILES sunxi-bootsetup-common.rb)
Loading

0 comments on commit 6df32b0

Please sign in to comment.