Activity
From 03/04/2017 to 04/02/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 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 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 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 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 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/06/2017
- AK 06:32 AM 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.