Commit b5176922 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

enabled ethernet configuration and tested ethernet - works

parent a6d1e0ab
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment