Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
fa8e86bb
Commit
fa8e86bb
authored
May 24, 2013
by
Henrik Nordstrom
Browse files
felboot: Update documentation slightly
parent
498ffab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
felboot/README.txt
View file @
fa8e86bb
...
...
@@ -5,11 +5,13 @@ fel exe 0x2000
fel write 0x4a000000 u-boot.bin
fel exe 0x4a000000
optionally load kernel + initramfs before fel exe of u-boot
optionally load kernel + initramfs before fel exe of u-boot. The default
environmen looks for a boot script @0x41000000 and sources this if found.
fel write 0x2000 fel-boot.bin
fel exe 0x2000
fel write 0x4a000000 u-boot.bin
fel write 0x41000000 ramboot.scr
fel write 0x43000000 ../script.bin
fel write 0x44000000 ../uImage
fel write 0x4c000000 ../initramfs.img
...
...
@@ -28,9 +30,6 @@ Build instructions:
make BOARD=cubieboard CROSS_COMPILE=arm-linux-gnueabihf- UBOOT=~/SRC/u-boot/ UBOOTOBJ=~/SRC/u-boot/build/'$(BOARD)'/
Other options
NO_PRINTF=1 Disable printf, reducing the code size a bit
Defaults:
# Target board name. This should match the dram_<boardname>.c in
...
...
@@ -38,10 +37,10 @@ Defaults:
BOARD=eoma68
# Path to your tool chain
CROSS_COMPILE=
ikk
/toolchains/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
CROSS_COMPILE=
$(HOME)
/toolchains/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
# U-boot main source path
UBOOT=
/home/henrik
/SRC/u-boot/
UBOOT=
$(HOME)
/SRC/u-boot/
# U-boot object path (O=... when building u-boot).
UBOOTOBJ=$(UBOOT)build/$(BOARD)/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment