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
b5176922
Commit
b5176922
authored
Oct 11, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabled ethernet configuration and tested ethernet - works
parent
a6d1e0ab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+1
-3
zynq_microzed.h
u-boot-tree/include/configs/zynq_microzed.h
+5
-2
No files found.
README.md
View file @
b5176922
...
...
@@ -114,9 +114,7 @@ New files include:
## Known issues
1.
USB does not work yet.
2.
Ethernet is not tested (on the board we have it does not work with provided images, so we
suspect a hardware problem.
3.
Bitstream loading is not tested, current code does not enable level shifters - it may be
2.
Bitstream loading is not tested, current code does not enable level shifters - it may be
more appropriate to do just before loading of the bitstream.
## Trademark notices
...
...
u-boot-tree/include/configs/zynq_microzed.h
View file @
b5176922
...
...
@@ -22,10 +22,11 @@
#define PHYS_SDRAM_1_SIZE (1024 * 1024 * 1024)
#define CONFIG_ZYNQ_SERIAL_UART1
#if
0
#if
1
#define CONFIG_ZYNQ_GEM0
#define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
#endif
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ZYNQ_SDHCI0
...
...
@@ -38,7 +39,7 @@
#include <configs/ezynq/ezynq_XC7Z010_1CLG400.h>
#include <configs/ezynq/zed_ezynq.h>
#define CONFIG_CMD_MEMTEST
//
#define CONFIG_CMD_MEMTEST
#undef CONFIG_EZYNQ_BOOT_DEBUG
/* twice slower */
...
...
@@ -97,6 +98,8 @@
#undef CONFIG_CMD_CACHE
#undef DEBUG
#undef CONFIG_AUTO_COMPLETE
#undef CONFIG_SYS_LONGHELP
/* redefine env settings*/
#undef CONFIG_EXTRA_ENV_SETTINGS
...
...
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