如何为 Avnet Virtex4 使用 OLED 显示屏?

发布于 2024-07-16 06:06:32 字数 1052 浏览 1 评论 0原文

我有一个 Avnet ADS-XLX-V4FX-EVL12-G(Virtex4 评估板) OLED显示屏。 我将 Xilinx EDK 10.1 与 Xilinx Platform Studio 10.1 结合使用 并成功将一些基本应用程序上传到板上(串行 沟通)。

现在我想使用安装在板上的 OLED 显示屏,但我 不知道如何开始。 我找到了 FX12 的 uCLinux 发行版 (http://www.itee.uq.edu.au/~jwilliams/ mblaze-uclinux/下载/ platforms.html#avnet_lx25),我尝试按照中描述的步骤进行操作 文档。 当我尝试将 .img 文件下载到 指定的地址不起作用。 我收到以下错误 MDM 硬件上未检测到外设。 他们说我应该使用 EDK 7.1,但我有10.1。 这会是一个问题吗? (我使用了 xmd.exe 10.1)。 Xilinx 上有一个支持答案 (http://www.xilinx.com/ support/answers/20060.htm)我必须重新编译网表,但我 无法在10.1中打开项目文件。

不管怎样,你能给我指一个资源,在那里我可以找到一些基本的东西吗? 使用 OLED 的示例? 甚至点亮一个像素也可以是一个很好的选择 初始点 ...

I have an Avnet ADS-XLX-V4FX-EVL12-G (Virtex4 Evaluation Board) with
OLED display. I used Xilinx EDK 10.1 with Xilinx Platform Studio 10.1
and succeded to upload some basic app to the board (serial
communication).

Now I would like to use the OLED display mounted on the board but I
have no ideea how to begin. I found the uCLinux distro for FX12
(http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/Downloads/
platforms.html#avnet_lx25) and I tried to folow the steps descibed in
the documentation. When I try to download the .img file to the the
specified address it does not work. I get the following error MDM
Peripheral Not Detected on Hardware. They say that I should use EDK
7.1 but I have 10.1. Could that be a problem ? (I used xmd.exe from
10.1). There is a support answer on Xilinx (http://www.xilinx.com/
support/answers/20060.htm) where I have to recompile the netlist but I
cannot open the project file in 10.1.

Anyway could you point me a resource where I can find some basic
example of using the OLED? Even lighting-up a pixel could be a good
starting point ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哆兒滾 2024-07-23 06:06:32

您将需要 2 条信息:

  1. 板的文档 - 将向您展示显示器如何连接到 FPGA(即引脚)
  2. 如果有 OLED 控制器芯片,您将需要文档来连接到该芯片也。 您可能需要使用某种微控制器或基本状态机来实现接口逻辑。

然后,尝试一些“hello world”设计,例如让 OLED 闪烁。 然后,继续处理更大的事情。

You will need 2 pieces of information:

  1. The documentation of the board - which will show you how the display is connected to the FPGA (i.e. pins)
  2. If there is a controller chip for the OLED, you will need the documentation to interface to that chip too. You may need to use some sort of microcontroller or basic state machine for the interface logic.

Then, try a little 'hellow world' design that does something like blink your OLED. Then, go on to the bigger stuff.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文