Activity
From 04/02/2024 to 05/01/2024
04/30/2024
- JC 07:49 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- This wiki covers the different ways to load the dsp. https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Quick_Start
> I suspect that ARM and DSP have the same starting address.
This shouldn't happen. Unless you... - KB 12:15 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Is there another way to load the DSP?
I am using version 7.3.0 of CCS, and after proceeding with the build project, press debug (Scarab button?) or enter the debug window through Target Configurations. When you press the debug button,...
04/29/2024
- JC 08:03 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
- Kyungguk Bok wrote in message#6615:
> I have additional questions.
> ...
As long as your willing to use u-boot on the ARM to load the DSP and the FPGA then I think this should already work. U-boot has to have configured the EMIF to sup... - JC 07:32 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- How are you launching the debug session? How are you trying to load the DSP?
If you click the Debug button (F11), it should build the DSP project and then load it over the JTAG. - Currently, the ARM kernel is not booted.
setenv bootcmd ""
saveenv
It is in progress.
I am trying to upload a .out file through CCS.
jtag is using the XDS 200 Blackhawk.
When you proceed with Connect Target,
No source availa...
04/22/2024
- KB 09:50 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
- I have additional questions.
I would like to perform EMIF communication only with DSP and FPGA, without ARM.
If you proceed without fpga_ctrl.ko, does EMIF communication proceed without ARM?
DSP informed me
void ReadFromFIFOo... - KB 12:17 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
- Thank you for answer.
I'm still a beginner, so my questions may be basic.
If I input o_DBus<= Data in FPGA, will data be transmitted?
As far as I know, EMIF has an address and data, but the example above only has a CS address.
...
04/21/2024
- MW 11:22 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
- If you have the FPGA portion working by decoding the address to the FIFO using the base_module.vhd file, which generates a read strobe and an enable, etc., then for the DSP all you need to do is create a basic integer pointer and derefer...
- KB 07:04 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
dabbyeon gamsahabnida. jega halyeoneun il-eun EMIF tongsin-eul jinhaenghalyeogo habnida. FPGA yeje (MDK\examples\industrial_io\fpga\vhdl)eseo IndustrialIO_top yejeleul iyonghago, DSP yeje(MDK\sw\DSP\lib\core\DspFpgaGpio)leul tonghaeseo...
04/20/2024
- JC 05:54 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: I have another question regarding EMIF.
- Hi. Can you give an example of what you are trying to do? Your question
isn't making sense to me. - hello
I have another question regarding EMIF.
Currently, we have performed an EMIF communication GPIO example using MDK.
mpGpio = new tcDspFpgaGpio((void*)0x66000280);
From a DSP perspective, we proceeded by entering the phys...
04/05/2024
- WE 07:14 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: AM62A module SODIMM pinout documentation error
- Pal,
While going over the SODIMM pinout in our datasheet I noticed a couple more errors. We are working releasing a new revision to the datasheet but in the meantime the other issues are listed below:
External connector pin 99 sign... - JC 03:13 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: AM62A module SODIMM pinout documentation error
- You are correct. Thanks for bringing this to our attention.
04/04/2024
- In the AM62A module datasheet page 17 there seems to be an error for the SODIMM pin 255. It is indicated to be connected to AM62A ball B11, but it is actually connected to C10 instead. It is important for the pinmux configuration or edit...
04/03/2024
- JC 08:52 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Toolchain Versions Question
- We are working on the SDK 09 release right now. This is built using yocto kirkstone and uses gnu 11.3 and bumps u-boot to 2023.01 and the kernel to 6.1. The release is supposed to be imminent though unrelated problems keep redirecting r...
- What is the recommended approach to toolchain management?
For example, I see the toolchain today uses CXX compiler GNU 9.2.1.
* Is it recommended to "stay in that lane" to maintain support?
What if I want GNU 11?
* Is that a ... - NW 08:06 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Error with certificates in the Docker container
- Thanks!
- JC 07:14 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Error with certificates in the Docker container
- I pushed an updated Dockerfile which deletes the git executables from the SDK since the system git is newer and uses the correct ca-certs.
https://support.criticallink.com/gitweb/?p=containers.git;a=blobdiff;f=am62xx/Dockerfile;h=04b780... - JC 06:47 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Error with certificates in the Docker container
- The issue is the certs in the SDK toolchain are old. I'm not even sure why yocto ships its own certs but it does... If I force it to use the system's git under /usr/bin then the clone works fine. I'll see if I can update the Dockerfil...
- Hello,
I am attempting to use the mitysom_ubuntu:22.04 image created via containers/am62xx/make.
We have a cmake project that wants to fetch some stuff at configure time.
The fetches are failing with... - JC 03:10 PM MitySOM-AM57X Software Development: RE: AM57x QT Starter Guide 2022 problem
- According to TI they only tested this release on Ubuntu 18.04. I've tested it on 20.04 and it works, but it doesn't work on 22.04+. I've updated the wiki to remove the reference to 22.04
https://e2e.ti.com/support/processors-group/p... - JC 02:48 PM MitySOM-AM57X Software Development: RE: AM57x QT Starter Guide 2022 problem
- Thanks for letting us know. I'll run through the instructions and see if I can fix the steps needed.
- ME 01:39 PM MitySOM-AM57X Software Development: RE: AM57x QT Starter Guide 2022 problem
- For additional information, I tried both in virtual machine and dual boot setup symptoms are same.
- I am just trying to follow QT Starter Guide 2022 step by step.
First I guess, there is no package called qt5-default in Ubuntu 22.04, So I installed qtbase5-dev, qtchooser,qt5-qmake, qtbase5-dev-tools by hand.
Additionally, standart ...