Activity
From 03/06/2017 to 04/04/2017
04/04/2017
- EM 08:58 PM Software Development: RE: Trying to cross compile libsodium.
- These instructions worked for me. Thanks.
- JC 08:32 PM Software Development: RE: Trying to cross compile libsodium.
- Edwin McKay wrote:
> ok that looks so easy. Thanks for the details. So you did not use the Code Composer Studio at all. I will try this and also try some of these settings in CCS, but if that fails, then just use the command prompt meth... - EM 08:29 PM Software Development: RE: Trying to cross compile libsodium.
- ok that looks so easy. Thanks for the details. So you did not use the Code Composer Studio at all. I will try this and also try some of these settings in CCS, but if that fails, then just use the command prompt method.
$ export LDFLAG... - JC 02:52 PM Software Development: RE: Trying to cross compile libsodium.
- https://download.libsodium.org/doc/installation/
I tried cross compiling and was able to build the library. - EM 02:36 PM Software Development: RE: Trying to cross compile libsodium.
- https://github.com/jedisct1/libsodium/releases is the source location.
I created the CCS project as shown in the "startup" wiki for the MityDSP.
In C/C++ Build - Discovery Options - Cross G++ Compiler - Compiler invocation command I... - JC 02:03 PM Software Development: RE: Trying to cross compile libsodium.
- I'm not familiar with libsodium. Could you provide a link to the source your building? How you are trying to build it? The full build output attached in a text file. Anything else you think will be helpful.
Which toolchain are you u... - AB 07:21 PM Software Development: RE: Does BUSY led mean something on factory new board?
- Jacek,
Sorry to hear that you're having an issue with one of the modules.
Can you please provide the serial number of the module which is located on a label on the back/bottom side of the module and is 8 numeric characters in leng... - I have got two modules.
One is working, booting, printing stuff on terminal. BUSY led is OFF.
One is not working. Doesn't booting, doesn't printing and doesn't rescue using sfh_ubl. BUSY led is ON.
Does BUSY led mean somethin... - GG 06:27 PM Software Development: RE: eMMC support
- Hi Francois,
I'm on the project Jon mentioned that is currently using eMMC with the MityDSP-L138F.
In addition to Jon's notes here are some details to consider:
* The 3.2 kernel for the L138 only supports the 4-bit data interf...
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.