Project

General

Profile

Activity

From 04/11/2017 to 05/10/2017

05/10/2017

AH 05:35 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: How to configure LCD with L138-FX-225-RC ?
Hello,
One of my MityDSP board is L138-FX-225-RC, which mean it has no FPGA. Can I used LCD display on this board?
because as far I search in this forum, we need FPGA to configure the LCD.
Also, please refer me to the step-by-step i...
Andri Haryono
DV 03:27 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Brian,
Would you mind posting your updated spi_test.c? I'll see if I can recreate what you're seeing on my dev kit.
Thanks,
Dan
Daniel Vincelette
JC 01:44 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Updated wiki page to hopefully make it clearer.
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Linux_Root_File_System#section-6
Jonathan Cormier
JC 01:29 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Vivek Ponnani wrote:
> Hi Jonathan,
> ...
You shouldn't need Promiscuous mode. This mode is usually used to packet sniff a network. It tells your network card to not filter packets destined to other computers.
> I managed to get ser...
Jonathan Cormier
VP 12:23 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Jonathan Cormier wrote:
> > Network is unreachable
> ...
Hi Jonathan,
Sorry for the late response.
Thanks for your guidance.
You were right, I was not able to connect to network. From the links you provided, I managed to get netw...
Vivek Ponnani
AH 11:53 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Failed to reprogram dead board
Thank you.
I miss the "Holding boot button" part. now it's okay
Andri Haryono

05/09/2017

BW 06:46 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Thanks Dan,
This cleared up the errors on the DTB. I have tried to run the spi_test.c provided in a different post and still get the Unable to handle kernel NULL pointer dereference at virtual address 00000000. I'm not sure if it's a pr...
Brian Wentworth
JC 03:13 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: DSP Quick start - with Linux OS
What immediately comes to my mind, is the concern that linux during boot touches a lot of registers, setting pinmuxes, configuring clocks, etc. You may run into a situation where the DSP tries to access a resource as the kernel is recon... Jonathan Cormier
PS 02:51 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: DSP Quick start - with Linux OS
We currently have a development on an OMAPL138 device that launches an FPGA and DSP image from the Linux OS. We are using the Arm (Linux) to run certain tasks (mainly communications) while using the DSP and FPGA to do most of the front e... Paul Strutt
JC 01:18 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
Interesting, let us know what you find. I don't think we have tested zero length messages. Jonathan Cormier
EL 11:28 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
Indeed it is not an issue with the patch, if I use git checkout to revert the patch and rebuild the kernel with the mcp251x driver built in, I still see the multiple messages. I will look into what kernel changes have been made from mity... edward lambert
EL 09:33 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
I have the patched kernel and modules built and installed now.
Now, connecting a USB-CAN PC logger I see multiple messages in the log, very closely spaced for each one sent by cansend on the l138.
I have a script that runs at start...
edward lambert

05/08/2017

JC 07:42 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
Verify in your .config file that CONFIG_CAN_MCP251X=m
Are you running make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- modules?
Jonathan Cormier
EL 04:49 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
Hi Greg
The patch looks very useful. I need to set the mcp2515 as a module with menuconfig, correct? But I don't see that .ko being generated when I run make for the modules.
I have made Raw CAN Protocol a module, although I have ju...
edward lambert
DV 06:18 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Hi Brian,
Sorry you'll also have to set #size-cells to 0x0 for the altera spi driver nodes, this info was taken from here: https://support.criticallink.com/gitweb/?p=linux-socfpga.git;a=blob;f=Documentation/devicetree/bindings/spi/spi...
Daniel Vincelette
BW 05:11 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
I'm still getting the same error. Brian Wentworth
DV 04:57 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Hi Brain,
Sorry for the delay. Looking at the warnings you're getting from the critical link toolchain you need to set the #address-cells to 1.
For example:
Daniel Vincelette
BW 01:24 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
I was able to comply the DTB using a tool chain from rocketboards and a spi device showed up under /dev/spidev. Writing to this device crashes Linux and gives me the following error:
Unable to handle kernel NULL pointer dereference at v...
Brian Wentworth

05/04/2017

JC 01:00 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
> 4) Then I follow Exporting as NFS mountable drive, but it seems as there is no more support for Ubuntu 10.04, when I run sudo apt‐get install nfs‐kernel‐server, It gives response as below(Install_nfs_kernel_server.txt)
Note that the...
Jonathan Cormier
JC 12:57 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
> Network is unreachable
Looks like you don't have internet in the VM. When you started the VM did it ask you about specifying your computers network adapter. You can use 'ifconfig' in the VM to print the network adapter information. ...
Jonathan Cormier
VP 11:50 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Jonathan Cormier wrote:
> Uploaded newer VM. This one is based on Ubuntu 14.04. Note this VM has both 335x and L138 toolchains.
> ...
Hi Jonathan,
Thanks for your response and new VM.
I imported Critical_Link_Unified_VM_14-04_04...
Vivek Ponnani

05/02/2017

BW 07:59 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Thanks for the reply. I have updated the dts and I'm getting the following warnings:
Warning (reg_format): "reg" property in /soc/bus@0ff200000/spi@0x0060/device@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 0)
...
Brian Wentworth
MW 02:54 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: Altera spi
Hi Brian,
Are you trying to use the device from user space with the spidev driver? If so, then you need to fix the device tree to use:
Michael Williamson
JC 06:20 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Uploaded newer VM. This one is based on Ubuntu 14.04. Note this VM has both 335x and L138 toolchains.
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Linux_Build_VM
Jonathan Cormier
JC 05:22 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Vivek, Sorry about all this. The apt-get repo's got moved when it went end of life. We've been meaning to post a new VM but things always come up. If your up for it, you can install ubuntu 14.04 or 16.04 in a VM then install the toolc... Jonathan Cormier
VP 04:21 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Vivek Ponnani wrote:
> Michael Williamson wrote:
> ...
Vivek Ponnani
VP 02:29 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> ...
Hi Jonathan,
Thanks for your respone.
I tried to install Putty in my VM, but I am not able to install it. It seems, it is because of Ubuntu 10.04 is not supported anymore. I g...
Vivek Ponnani
VP 02:22 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Michael Williamson wrote:
> Did you take a look at the section "Booting off MMC / SD Card" in the "Linux Root File System":https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Linux_Root_File_System page?
> ...
Hi Mike...
Vivek Ponnani

05/01/2017

JC 08:50 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: how to connect usrp b100 with mitydsp oml138
Looking at this. It would appear that the uhd program is provided by ettus, however they only provide it for ubuntu and fedora, not angstrom. This means that you will have to build it from source.
The page you linked recommended u...
Jonathan Cormier
BW 02:48 PM MitySOM-5CSX Altera Cyclone V Software Development: Altera spi
I am trying to use an altera spi as a master. I have enabled the driver in the kernel and added the device to the DTB. No spi devices show up under /dev. I have been looking into using to the sysfs interface but I'm not sure if this is t... Brian Wentworth
JC 02:15 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Vivek Ponnani wrote:
> 1) Can anyone explain me how to load Linux kernal and .jffs2 file systems on board with SD card interface from Linux or Windows.
> ...
There are a number of serial port programs. For linux or windows you can u...
Jonathan Cormier
MW 12:14 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: How to load Linux Kernel and files system with no Ethernet port
Did you take a look at the section "Booting off MMC / SD Card" in the "Linux Root File System":https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/Linux_Root_File_System page?
This describes loading images from SD. ...
Michael Williamson
VP 07:00 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: How to load Linux Kernel and files system with no Ethernet port
Hi,
I have a custom board with
1) MityDspl-138F module (with FPGA)
2) No Ethernet port
3) UART,USB,SD CARD interface
I have built VM(Virtual Machine) with MityDSP-L138_SDK_2012_06_13.ova file from critical link.

I connec...
Vivek Ponnani

04/30/2017

AE 02:34 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: how to connect usrp b100 with mitydsp oml138
ahmed Elmenshawy wrote:
> i am trying to connect usrp b100 and do steps in that tutorial
> ...
ahmed Elmenshawy
AE 02:33 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: how to connect usrp b100 with mitydsp oml138
i am trying to connect usrp b100 and do steps in that tutorial
http://files.ettus.com/manual/page_install.html
but in the first step in that page
Installation on Linux:
command :opkg install libuhd-dev libuhd003 uhd-host
it m...
ahmed Elmenshawy
SK 06:37 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: Mitydspl138f

I have a Mitydspl138f that I need to connect to a usrpb200 (universal software radio peripheral ),and to do so I need to know how to install the usrp driver software on the Angstrom linux kernel on the kit, Is this applicable or not a...
Salma Khaled

04/26/2017

GG 03:44 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: mcp2515 overruns
Hi Ed,
You are correct in that utilizing the hardware filtering features of the mcp2515 is not supported by SocketCAN.
I've attached a patch for the changes we have made in the past to support hardware filtering, though it requir...
Gregory Gluszek
EL 08:41 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: mcp2515 overruns
Hi
I'm using socketCAN to send and receive messages using a custom board with the mcp2515 reference design.
This was running fine until I tried to receive a few extra messages, which arrive in a burst each separated by a few hundre...
edward lambert
TI 11:18 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Failed to reprogram dead board
I have to ask...
Are you holding the boot button down while powering on the board (assuming you are using the Critical Link Development kit board).
I have never actually tried running the sfh_OMAP-L138.exe app using mono, so I don't kn...
Tim Iskander
AH 06:37 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Failed to reprogram dead board
sorry it was MityDSP-L138-FI-236-RL Andri Haryono
AH 06:26 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: Failed to reprogram dead board
Hello,
I am trying to update the MDK on my MityDSP L138 using MDK_2014-01-13. However somehow it's failed.
I follow how to reprogram dead board using mono in my ubuntu 16.04
but this is what i got
Andri Haryono

04/15/2017

JK 02:41 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
For completeness:
I think the reason U-boot wouldn't boot the device tree I attached for you is because it's too large for the ubootenv.bin you are using.
In uBootMMCEnv.txt (used to generate ubootenv.bin), loadkerneladdr needs to ...
Jared Kirschner

04/14/2017

DV 06:01 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
That's awesome to hear! Sorry for the bit of delay, I was working on packaging up my old build to send out to you guys.
Glad to hear you got it working.
Dan
Daniel Vincelette
JK 05:57 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
Update:
We got loopback working (so no longer need the FPGA project to compare with).
After regenerating our preloader, the loopback behavior changed, in that the operation hung rather than returning with an empty receive buffer.
...
Jared Kirschner
JK 05:04 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
Edit: I see the device tree source above, so the FPGA project is the only information we'd need. Jared Kirschner
JK 04:08 PM MitySOM-5CSX Altera Cyclone V Software Development: RE: SPI Comm - can transmit data from Linux, but not receive
Hello Dan,
I'm back from vacation and looking into this again with my hardware engineer colleague. Our first attempt at regenerating the preloader based on our current FPGA image didn't result in working loopback communication, so we'...
Jared Kirschner

04/11/2017

SK 03:35 AM MityDSP-L138 (ARM9 Based Platforms) FPGA Development: RE: FPGA pins in Mity DSP L138F
Hello,
Thank you, that was what I was looking at.
With Regards
Shalini
Shalini K
 

Also available in: Atom