Activity
From 11/11/2014 to 12/10/2014
12/09/2014
- Hi,
Why at programming port UART-1 under a DSP/BIOS (from DSP side) in reply to sending of a binary file on the hyperterminal there is a message:
"<INTERRUPT>
U-Boot >
bdinfo go reset bootm boot bootd iminfo coninfo echo exit ex...
12/08/2014
- JC 04:58 PM Software Development: RE: mtd->read() returned ECC error
- You may have better luck with the latest MDK. MDK_2014-01-13 is the newest.
Download release_2014-01-13.run from https://support.criticallink.com/redmine/projects/arm9-platforms/files
To install:
* Make executable
chmod +x rel... - CC 04:52 PM Software Development: RE: mtd->read() returned ECC error
- MDK_2011-03-31
- JC 04:51 PM Software Development: RE: mtd->read() returned ECC error
- Which MDK version?
- CC 04:48 PM Software Development: RE: mtd->read() returned ECC error
- I am using the mityomap-full.jffs2 supplied with the MDK. I "assumed" the filesize was the number of bytes transferred via tftp. Perhaps that is incorrect.
- JC 04:44 PM Software Development: RE: mtd->read() returned ECC error
- Chris,
Your flash commands seem reasonable though it is unusual that your file happens to already be exactly 0x800 byte aligned. So perhaps this would be something to investigate, doubtful though.
Its also possible you have some... - I know this issue was addressed earlier in this forum. I followed the instructions given regarding the need to use the pre-fill memory and write in page sizes to keep the jffs2 filesystem correct. This, however does not seem to solve the...
11/24/2014
- CC 09:23 AM Software Development: RE: inotify issue
- This is a non-problem. It is working fine. Sorry for the trouble.
- JC 09:12 AM Software Development: RE: inotify issue
- Could you provide some example code that shows the problem you are having? Also need a better explanation of what problem you are seeing.
I am not aware of anyone here who has tried using inotify on the L138, so providing us with a ... - CC 07:31 AM Software Development: RE: inotify issue
- My mistake. Cut and paste error. The kernel is 2.6.34-RC1.
11/22/2014
- Trying to get inotify to execute properly from inside my application code. I am using linux kernel 2.24-RC1.
Are there any known issues with this, or do I have a configuration problem? Any help greatly appreciated.
Thanks,
Chris...
11/17/2014
- GG 05:16 PM Software Development: RE: FPGA configuration via u-Boot problem
- You can also use the promgen command to generate a bin file from a bit:
promgen -w -p bin -u 0 filename.bit -o filename.bin
\Greg - MW 07:29 AM FPGA Development: RE: PlanAhead issue
- For ISE (and I think ISE / PlanAhead are still the tools for Spartan 6, as the Vivado tools are for 7 series and higher), if you analyze your design with commercial temp and keep the non-commercial parts within their rated voltages and t...
- Hi,
Why at creation of the project in PlanAhead 14.7 for the chip xc6slx45csg324-3 it is not possible to specify Temp Grade I (only C)? In fact according to the specification on L138-FI-236-RL-ND it works in a range-40°C ~ 70°C.
Best...
11/14/2014
- SK 07:51 AM Software Development: RE: FPGA configuration via u-Boot problem
- Hey,
I solved the problem.
It's important that the FPGA config file <fpga>.bin file was created correctly.
By using Xilinx Impact I selected the following options in the "Create PROM file" dialog:
1. Generic Parallel PROM
2. ... - Hi all,
I have a problem with the configuration of the FPGA and booting linux.
I followed the instructions from CL "Using u-Boot to load the FPGA".
If I run the boot command "bootcmd=sf probe 0; sf read 0xc0700000 0x100000 0x280...