Project

General

Profile

Activity

From 07/01/2014 to 07/30/2014

07/25/2014

MW 02:42 PM Software Development: RE: PCI-e Device Driver - munmap related error
Can you post your code? Are you getting user space faults and not kernel oops, right?
Are you unmapping with the same size as with your mmap() call?
-Mike
Michael Williamson
AB 01:52 PM Software Development: PCI-e Device Driver - munmap related error
Posting on behalf of a customer:
I'm having some sporadic problems with the device driver I made for our pci-e device.
It works great in general but it seems like every other run, I get a segfault when trying to
close() the device...
Alexander Block

07/24/2014

AD 09:05 AM FPGA Development: RE: FPGA DDR3 on 5CSX-H6-42A-RC-X (DDR)
Hi Nigel,
I don't believe there is a way to do it directly in QSYS. You may be able to patch your generated outputs to get over that hurdle. As you would expect, Altera has the normal minimum frequency requirement programmed in so u...
Adam Dziedzic
ND 07:59 AM FPGA Development: RE: FPGA DDR3 on 5CSX-H6-42A-RC-X (DDR)
Hi Adam,
Thanks for the insights.
Do you know how to persuade qsys to run the DDR at a slower speed? In normal use it will not allow anything less than 300MHz.
Thanks,
Nigel.
Nigel Doe

07/23/2014

AD 04:19 PM FPGA Development: RE: FPGA DDR3 on 5CSX-H6-42A-RC-X (DDR)
Hi Nigel,
You are correct, the C8ES devices do not meet timing with the FPGA DDR according to Quartus. The ES silicon was not qualified to any faster speed grades than C8, though it does work according to our tests. We designed the ...
Adam Dziedzic
ND 01:27 PM FPGA Development: FPGA DDR3 on 5CSX-H6-42A-RC-X (DDR)
Although your reference design using FPGA DDR compiles as supplied, when I select the correct device (5CSXFC6C6U23C8ES) for my hardware I get timing violations on the FPGA DDR that I have been unable to fix.
I cannot create extra marg...
Nigel Doe

07/21/2014

PB 04:31 PM Software Development: Miscellaneous questions
Hi,
I'm using the pre-dev MitySOM eval board and I'm trying to rebuild a complete working environment with the current yocto poky distro (linux 3.12) as instructed in the wiki.
Most stuff is working but I have some open question :...
Pierre-Yves BRETECHER

07/20/2014

PB 09:58 AM Software Development: Standard USB peripheral connection on MitySOM eval Board
Hi,
I originally wanted to connect to the board either usb storage peripherals or webcams-like peripherals. I bought a MiniUSB-B to Standard-A receptacle adapter. When I try to connect a simple USB stick, it is neither recognized nor...
Pierre-Yves BRETECHER

07/17/2014

DV 05:08 PM Software Development: RE: Pre production (-X) modules with newer sd image
That update to the conf/local.conf should fix the uImage issue. As for the building of the DTB through yocto, we pushed a patch to our git server about a week ago that should of addressed that issue, patch: http://support.criticallink.co... Daniel Vincelette
PB 03:42 PM Software Development: RE: Pre production (-X) modules with newer sd image
Thanks a lot for the feedback.
I have noticed that the Yocto wiki has just been updated concerning the uimage format.
For the rootfs tarball, I intended to do what you proposed but I wasn't selfconfindent. Your post helps me !
Kind ...
Pierre-Yves BRETECHER
ND 09:13 AM Software Development: RE: Pre production (-X) modules with newer sd image
I am currently working through the kit and having a similar experience. The following seems to work for me in regard to your yocto question.
Add the files from the modules image to the core image - same directory (lib/modules/3.12.0-x...
Nigel Doe

07/15/2014

PB 06:28 PM Software Development: RE: Pre production (-X) modules with newer sd image
Well, the orange LED switches OFF because with this new version of the SD card, the FPGA is loaded with a firmware at u-boot time. OK
I still have open questions, among them :
- I'm unable to recreate the dtb file I can find on the...
Pierre-Yves BRETECHER

07/11/2014

ND 09:34 AM Software Development: RE: Building u-Boot and Preloader
I believe that the files in question need to be copied from software/spl_bsp/generated into u-boot-socfpga/board/cl/mitysom-5csx, is that correct and is there anything else that needs to be copied?
Thanks,
Nigel.
Nigel Doe

07/10/2014

ND 02:23 PM Software Development: RE: Breaking changes on early MityARM
Should have spotted that note but somehow managed to miss it!
Thanks,
Nigel.
Nigel Doe
MW 02:00 PM Software Development: RE: Breaking changes on early MityARM
Hello Nigel,
Sorry about that. The description of the hardware changes for the Dev Kit baseboard are here:
https://support.criticallink.com/redmine/projects/5csxbase/wiki/Errata_and_Product_Change_Notifications
The only signifi...
Michael Williamson
ND 01:49 PM Software Development: Breaking changes on early MityARM
I have an early MityARM module and dev kit. On trying to implement the latest software versions I found that the Ethernet interface was not functional. On investigating it appears that there has been a pcb change on the RGMIII_RESETn sig... Nigel Doe
ND 08:42 AM Software Development: Building u-Boot and Preloader
I am just revisiting the development kit after working on other projects and I am trying to locate the copy_files.sh script that is referenced on the building u-Boot wiki page.
It is not in the tools/scripts folder, or anywhere else t...
Nigel Doe

07/08/2014

PB 12:17 PM Software Development: Pre production (-X) modules with newer sd image
Hi,
I'am just starting to discover the eval kit. The one I ordered from Mouser was a pre-prod (- X) version. I understand from the errata sheet that the identified issues are not a problem for me (FPGA DDR, QSPI Nor, RVB LED).
I have...
Pierre-Yves BRETECHER

07/07/2014

BL 07:22 AM Software Development: Sample c program to read/write Cyclone V FPGA internal memory through hps2fpga bridge
Hi,
Do you have sample c/c++ program to read/write a memory inside Cyclone V FPGA through hps2fpga bridge interface?
Thanks.
Bill Lee

07/03/2014

AD 05:14 PM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
Hi Bill,
Sorry for the confusion. The latest image updated the Baud Rate to 115.2kbps to be consistent with the rest of the Critical Link modules.
- Adam
Adam Dziedzic
BL 05:05 PM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
Hi,
I downloaded the sd_image_mitysom_5csx_rev1B.zip, and extracted out the .bin file. Then I typed "sudo dd if=sd_image_mitysom_5csx_rev1B.bin of=/dev/sdb bs=1M" into a brand new 8GB MicroSDHC sd card. Next, I typed "sync" as instruc...
Bill Lee

07/02/2014

AB 09:27 PM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
Information on how to make an SD card based upon the current Development Kit SD card image (Rev 1B) can be found on this wiki page (https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Building_SD_Card_Image) in the "Develo... Alexander Block
BL 06:17 PM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
Mike,
I think you meant "memtool -32 0xFFD0501C=0x06" for brgmodrst register. The reset value of the register somehow shows "0x00000000". So, I set it to 0x7, then 0x6, to make sure the hps2fpga bridge get reset and release the reset....
Bill Lee
MW 08:52 AM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
For reference on the reset register:
http://www.altera.com/literature/hb/cyclone-v/hps.html#reg_default_component/register_rstmgr_brgmodrst.html
Michael Williamson
MW 08:51 AM FPGA Development: RE: How to access FPGA internal memory through AXI slave interface protocol
Hi Bill,
It looks like you are using version 3.8 of the kernel. Version 3.8 does not have the FPGA bridge drivers that provide the sysfs layers.
I believe we are now shipping DevKits that use a 3.12 version of the kernel as the ba...
Michael Williamson
 

Also available in: Atom