Activity
From 01/20/2018 to 02/18/2018
02/13/2018
- I have an Industrial I/O board and need to get the AUDIO_SYSCLK signal out to an expansion board connector. Currently...
02/07/2018
- 02:17 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- > U-Boot > print ver
> ver=U-Boot 2017.05-rc1-00044-gc3b7cfe-dirty (Apr 08 2017 - 20:35:07 +0300)
This is definitel... - 12:26 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- Is your custom board using a MityDSP-L138, or have you designed a custom board using the OMAP-L138 and not the module...
- 11:56 AM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- Turns out that the custom board doesn't even have a @factoryconfig@ command. The two boards appear to have different ...
- 02:01 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Currently our application program is part of .jffs2 file system (Linux root file system + ap...
02/06/2018
- 03:08 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- Okan Çalış wrote:
> But this is our custom board. What should I enter in those fields?
This is the factory config... - 02:57 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- But this is our custom board. What should I enter in those fields?
- 02:38 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- > MityOMAPL138: Read Factory Config Failed: -110
This line is very concerning. It appears you have erased or corrup... - 05:58 AM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- Hi Jonathan,
> Your u-boot and kernel partitions don't seem to match.
I changed the file @board-mityomapl138.c... - 10:14 AM FPGA Development: RE: FPGA Done led not turning on with CPU programming
- Michael Williamson wrote:
> How are you generating the bin file?
>
> Check this "wiki page":https://support.criti... - 10:11 AM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> >
> > 1)When application runs,there is some debug part (as above...
02/05/2018
- 04:31 PM Software Development: RE: Using McASP Rx clock generation module
- Ideally you should get it working from the baseboard as that should be the source of all the pinmux settings. Not su...
- 04:12 PM Software Development: RE: Using McASP Rx clock generation module
- Hi Jonathan,
Ok, good suggestion... thanks... the pinmux read
PINMUX0 = 0x8811.1110
so it's not getting set... - 02:40 PM Software Development: RE: Kernel panics on custom board: "No init found. Try passing init= option to kernel"
- Your u-boot and kernel partitions don't seem to match. Also asuming the u-boot partitions scheme is the correct one, ...
- Hi,
As some of you may know, I've been working on a MityDsp-L138F SoM, and I also have a custom designed board bas...
02/02/2018
- 06:57 PM Software Development: RE: Using McASP Rx clock generation module
- Can you dump the pinmux registers so we can double check them?
0x01C14120 - PINMUX0
0x01C14124 - PINMUX1
02/01/2018
- 09:59 PM Software Development: RE: Using McASP Rx clock generation module
- Hi Mike, thanks for responding.
So I have updated the baseboard-industrialio.c to enable all of the baseboard_mca... - 09:32 PM Software Development: RE: Using McASP Rx clock generation module
- Hi Tom,
Have you checked the pinmux settings for the IO Pin are set to use the McASP function and not GPIO or some... - 09:24 PM Software Development: RE: Using McASP Rx clock generation module
- Hi,
We are working thru enabling of the McASP Rx clock generator module. After making source updates to davinci_m...
01/31/2018
- 02:42 PM FPGA Development: RE: FPGA Done led not turning on with CPU programming
- How are you generating the bin file?
Check this "wiki page":https://support.criticallink.com/redmine/projects/arm9... - Hi,
We have made our own customized board uing the Industrial IO Board and the Analog expansion board.
We were pr...
01/30/2018
- 07:01 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
>
> 1)When application runs,there is some debug part (as above)which dsp sends to arm with ds... - 06:13 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- I was expecting following Debug response, which comes up when I run application by myself with the help of treaterm a...
- 03:16 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> > > 2) FPGA write in SPI Flash
> > > U-Boot > setenv bootcmd "run programfpga"
> > You appe... - 02:48 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> > I followed the suggestions and tried to boot from flash. But It ...
01/29/2018
- 04:44 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> I followed the suggestions and tried to boot from flash. But It still does not run applicatio... - 03:25 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- I followed the suggestions and tried to boot from flash. But It still does not run application automatically. Below i...
- Hi,
We are developing a new codec using the MityDSP. So the Industrial IO has the DSD1791 audio DAC on it's McASP....
01/25/2018
- 09:24 PM Software Development: RE: SYS/BIOS
- Finally i could solve this issue by adding the following code :
asm(" mrc p15, #0, r0, c1, c0, #0\n\t"
" orr r0, ...
01/24/2018
- 07:47 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Jonathan Cormier wrote:
> > Vivek Ponnani wrote:
> > > Thanks for your response. It is very... - 05:13 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Jonathan Cormier wrote:
> Vivek Ponnani wrote:
> > Thanks for your response. It is very helpful.
> >
> > Most of... - 03:59 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Thanks for your response. It is very helpful.
>
> Most of the points are cleared. I have f... - 02:24 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Thanks for your response. It is very helpful.
Most of the points are cleared. I have further queries as below.
...
01/23/2018
- 02:51 PM Software Development: RE: Auto run of application file (loaded in NAND Flash)
- Vivek Ponnani wrote:
> Hi,
>
> I have a custom board with
> -- MityDspl-138F module (with FPGA)
> -- No Ethern... - Hi,
I have a custom board with
-- MityDspl-138F module (with FPGA)
-- No Ethernet port
-- UART,USB,SD CARD int... - Hello Forum,
i have a question related to usage of TI SYS/Bios on MiTyDSP without FPGA.
i successsfull flashed my a...
Also available in: Atom
Go to top