什么是用户模式(USR)?什么是管理模式(SVC)?快速中断模式与外部中断模式有什么区别?
2021-06-30 06:00
、ELF32,plmage格式的Image;对Linux引导有特别的支持;监控(minitor)命令集;具有读写I/O、内存、寄存器、外设测试等功能。U-boot还支持多种文件系统,如cramfs
2019-06-20 06:28
大家好我在Zedboard上遇到了AXI Video DMA的问题。我正在尝试在zedboard上进行简单的vdma测试演示。这是我的步骤。我想发送自己的图片(每像素32位)进行FPGA处理。我将自己的图片读入内存并将其复制到DDR.2。使用视频dma核心将输入流从DDR发送到我自己的pcore; 3。同样,收到从我的pcore到DDR的输入流; 4。最后,写出来自DDR的输出流。但是我发现在几行中的结果不合适,总是伴随着起搏器丢失?有什么想法来修复这个bug吗?使用VDMA传输图像(每像素32位)时,1024 * 250 * 32等小图像可以正常使用,但1024 * 1024 * 32等较大的图像总是会丢失数据包。我认为问题可能是vdma fifo设置。我的项目:结果比较system.mhs 11 KB以上来自于谷歌翻译以下为原文Hi, allI met a problem with AXI Video DMA on Zedboard.I am trying to make a simple vdma test demo on zedboard.Here is my steps.I want to send my own picture(32-bit per pixel) for FPGA processing.1. I read my own picture to memory and copy them to DDR.2. Using video dma core to send the input stream from DDR to my own pcore;3. Samely, recieve the input stream from my pcore to DDR;4. Finally, Write the output stream from DDR.But i found the results in the few lines are not proper, always comes with paceket loss?Any ideas to fix this bug? When using VDMAto ransfer an image(32bit per pixel), small image such as 1024*250*32 is OK,but a larger one such as 1024*1024*32 always comes with packet loss. I think the problem may be the vdma fifo setting. My Project:Result Comparesystem.mhs 11 KB
2019-03-01 12:26
本文以U-BOOT为例,介绍了如何在ARM9开发板上移植BootLoader的过程。
2019-09-27 06:22