Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
9f87c8bb
Commit
9f87c8bb
authored
Sep 25, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preparing for installation script
parent
4bc98b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
makeuboot
u-boot-tree/makeuboot
+4
-4
No files found.
u-boot-tree/makeuboot
View file @
9f87c8bb
#!/bin/bash
export
CROSS_COMPILE
=
arm-poky-linux-gnueabi-
export
PATH
=
/opt/poky/1.4/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/:
$PATH
.
./initenv
make clean
make zynq_microzed_config
make include/autoconf.mk
echo
"Running ezynqcfg.py for the first time - u-boot.bin length is not known yet, generating arch/arm/cpu/armv7/zynq/
lowlevel
.c"
echo
"Running ezynqcfg.py for the first time - u-boot.bin length is not known yet, generating arch/arm/cpu/armv7/zynq/
ezynq
.c"
ezynq/ezynqcfg.py
-c
include/autoconf.mk
--html
u-boot.html
-o
boot_head.bin
--html-mask
0x3ff
--lowlevel
arch
/arm/cpu/armv7/zynq/ezynq.c
make
echo
"Running ezynqcfg.py for the second time - u-boot.bin length is known and will be used in the RBL header"
ezynq/ezynqcfg.py
-c
include/autoconf.mk
-o
boot_head.bin
--uboot
u-boot.bin
echo
"Other files are already created, repeating it here just to remind their paths"
ezynq/ezynqcfg.py
-c
include/autoconf.mk
-o
boot_head.bin
--uboot
u-boot.bin
--html
u-boot.html
--html-mask
0x3ff
--lowlevel
arch
/arm/cpu/armv7/zynq/ezynq.c
cat
boot_head.bin u-boot.bin
>
boot.bin
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