Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Copyright (c) 2013 cubieplayer@github.com. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This script was made by drkbcn from http://www.cubieforums.com/ for Cubieez image.
It base on http://elinux.org/RPi_raspi-config
I added to cubie_config possibility to instal into Nand (Base on mmplayer/nandinstall script)
It should work on any image runs from SD card (berryboot can be problem).
Make sure that you have installed partprobe and proper script.bin & uImage ant /boot
(should be Any.. Cubian and Cubieez was tested if not work at your distro please give me notice)
Binary file added a10/bootloader/boot.axf
Binary file not shown.
10 changes: 10 additions & 0 deletions a10/bootloader/boot.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[system]
start_os_name = linux
timeout = -1
display_device= -1
display_mode = 0
erase_flash = 1


[linux]

8 changes: 8 additions & 0 deletions a10/bootloader/linux/linux.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[segment]
img_name = c:\u-boot.bin
img_size = 0x80000
img_base = 0x4A000000

[script_info]
script_base = 0x43000000
script_size = 0x10000
Binary file added a10/bootloader/u-boot.bin
Binary file not shown.
Binary file added a10/cubie_nand.gz
Binary file not shown.
Binary file added a20/bootloader/boot.axf
Binary file not shown.
5 changes: 5 additions & 0 deletions a20/bootloader/boot.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[system]
start_os_name = linux
timeout = -1
display_device= 0
display_mode = 0
8 changes: 8 additions & 0 deletions a20/bootloader/linux/linux.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[segment]
img_name = c:\linux\u-boot.bin
img_size = 0x80000
img_base = 0x4A000000

[script_info]
script_base = 0x43000000
script_size = 0x10000
Binary file added a20/cubie_nand.gz
Binary file not shown.
Binary file added a20/u-boot-0f35.bin
Binary file not shown.
Binary file added a20/u-boot-10bb.bin
Binary file not shown.
Loading