Activity
From 03/03/2017 to 04/01/2017
04/01/2017
- I am trying to compile the crypto library libsodium for use in the mitydsp. I created a project using the instructions for the starter c++ project. I am running into an issue with the assembly files. I believe that the contents of the fi...
03/31/2017
- JC 04:17 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: eMMC support
- François Tremblay wrote:
> Hi,
> ...
Yes, MMC0 can be used with an eMMC device. Do they plan to use all 8 data pins for the eMMC? What size eMMC devices are they looking for?
> Is the Linux Kernel provided in MDK support it?
Yes, th... - Hi,
We have our own baseboard on which we plug a MITYDSP-L138F.
We are using a micro SD card on our baseboard for logging purpose.
Now, we have a customer who will use that reference design but want to replace the micro SD card ...
03/29/2017
- JC 10:14 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Downloading files from Redmine (using Linux console app)
- With the redmine update you now have to deal with the csrf token in order to login. So I created the attached bash file.
Unfortunately after I wrote this I found an easier way.
03/23/2017
- JA 04:14 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- Hello, Good Day
Thanks for your answer it is so useful, I am going to try step by step in order to achieve the serial communication (UART).
Thanks for your time.
Alex
03/22/2017
- JC 09:21 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- I copied some of this information into a new wiki page. https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/UART_configuration
- JC 08:30 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- Jesus Alejandro Alvarez Trejo wrote:
> Hello, Good day
> ...
UART communication in linux is done by read/writing to the /dev/tty* files. There are many examples about how to do this using std c. Here are a few examples.
https://stac... - Hello, Good day
I am beginner working with the MitySOM-1810F PROFIBUS Development kit. I would like to use the UART communication to share information with an external device, I know the UART0 is used to send information through the con...
03/21/2017
- DV 07:21 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Im thinking it's related to the preloader. The preloader is the one who does all the pin muxing for the HPS peripherals (including muxing any of these interfaces to the FPGA). If any HPS peripheral or any of the bridges between HPS and F...
- JK 07:06 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Dan,
When re-building an SD card image using my kernel (uImage), the DTB you attached, and the FPGA image (.rbf), U Boot image, and preloader image you attached, I am able to see data in the receive buffer.
That suggests to m... - DV 04:19 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- I've attached my preloader/uboot/fpga image.
I've also attached the spi_test c++ code I was working with, I've removed the chrono's part because I was having issues with getting to build with my toolchain (I'm not sure if it supports ... - JK 03:00 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Dan,
I replaced the uImage on my SD card (at /boot) with the uImage I sent you (to ensure it's the same as what you tested), and replaced the DTB with the DTB you attached (also in /boot).
I rebooted the card and ran the C++ ... - DV 02:07 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- I've tried your kernel and the RX buffer is still working. I couldn't get uboot to actually boot your device-tree, I try rebuilding it and that didn't work either.
I've attached the dts/dtb I'm using.
Dan - DV 12:29 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- I've tried it with our 3.16 kernel and Altera's 4.1.22 and 4.1.22 RT kernel. All get data on the RX side. I'll try your kernel and device tree this morning and get back to you.
Dan - JK 12:26 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Dan,
I've attached the requested files (Linux 4.1.22 LTSI RT branch compiled into "uImage" with defconfig "socfpga_mitysom5csx_custom_defconfig", and the device tree binary and source files).
That you were able to get the exp... - DV 12:41 AM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hi Jared,
Unluckily I wasn't able to recreate the issue you are seeing. My RX buffer has the expected 0x8330 instead of 0x0000 after running. Would you mind posting the following: uImage, DTB, and DTS?
I'll try to run with your uIm...
03/20/2017
- DV 07:53 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hi Jared,
I'm in the middle of recreating your test with one of our dev kits. I'll connect up the MOSI to the MISO in the FPGA and run your test app. I'll let you know what I see, should be by end of day. I'll look into the RX issue f...
03/16/2017
- NS 08:10 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: yocto meta-mitysom-335x no recipes and files.
- Hi Bob,
thank you for this explanations and for pushing the daisy branch.
I will wait the release for the layer MitySOM-335x if I can't use succeed to create my own build environment with the layers of the daisy branch.
03/15/2017
- BD 06:51 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: yocto meta-mitysom-335x no recipes and files.
- Hi Niko,
We are in the process of releasing the associated files for our MitySOM-335x Yocto MDK build (we should have everything completed by the end of the month). In the interest of helping you, I have pushed the daisy branch to th... - I have the MitySOM-335x Development Kit and I would like to create a custom linux system.
I search on your website if there is some layers which can be used with yocto and I found the "meta-mitysom-335x" layer (this is the link where I ... - JK 01:47 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Mike,
I modified the SPI device tree entry to have an "spi-max-frequency" of 1 MHz (a slow clock speed, as you suggested, to get started).
I kept the FPGA image in which we connected MOSI to MISO (rather than using the "loop ...
03/14/2017
- JK 12:44 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Mike,
I just saw this message, and will try it out first thing tomorrow. Unfortunately, a snow storm is preventing me from being in the office to try this out today.
Thanks,
Jared
03/13/2017
- MW 05:20 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Here is some example code from the linux kernel documentation area.
BTW: our FPGA driver and the SPI HPS "hardcore" have a built in loopback mode, so you don't need to physically rewire the FPGA at the top level.
Can you run thi... - I found a problem reading the HPS gpio in uboot.
E.g
03/10/2017
- JK 05:34 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Hello Mike,
We've since conducted a loopback test (MOSI connected to MISO within the FPGA) and observed no change in behavior (still an empty receive buffer). The SCLK and CS lines are still behaving as expected as measured by an osci...
03/09/2017
- JK 08:28 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Are you referring to modifying the FPGA such that MOSI is connected to MISO?
If that works, it might indicate that somehow our MISO signal isn't hooked up correctly in the FPGA (which I'd be surprised by due to another test described ... - MW 06:43 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
- Have you tried using the Loopback option to see if you can just loop back the command data and if RX is OK?
-Mike
03/06/2017
- AK 06:32 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Hi Jonathan,
I thought so. Ok, I'll try to do somthing with it.
Thank you for help.
03/03/2017
- JC 06:48 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Code Composer is very finicky about exact paths for the Platform.tci file. It's possible you went too many, or too few directories in when specify this information under Properties->Build->TCONF->General Options or when creating the DSP/...
- AK 06:34 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Hi Jonathan,
I use CCS v.6.1.0 and MDK of 2014 year.