search for: jtag

Displaying 20 results from an estimated 40 matches for "jtag".

Did you mean: etag
2008 Feb 22
1
Patch for Analog Devices compiler & fixed-point AGC
...y VDSP, so I can link. But this was useless anyway, as the calling conventions are different... Although uClinux is great and the GCC are very good tools, it's not an option for me, because I need: - a small RTOS, where I can control hardware directly, and the VDK is just fine - an IDE with JTAG debugging, and VDSP is good enough. But maybe I'm wrong and we can debug using Eclipse without the gdbserver running on the linux target ??? -- Stephane Lesage ATEIS International
2007 Aug 30
1
Theora hardware is running on LEON3!
...are" because I am using a evaluation version of Grmon (the comunication interface with LEON3 on FPGA); You can also see the demostration using the LINUX: http://br.youtube.com/watch?v=NBLF6L5akJo This video shows the sequencie: - Programmer the board (Stratix II) with LEON3 (by USB Blaster - jtag); - Load the linux image on LEON3 (using grmon, by USB Blaster - jtag). - Open the kermit interface and set the configuration (by Serial Interface, in order to open a LINUX konsole that is runinng on FPGA); - Run the linux kernel (using grmon, by USB Blaster - jtag); - Come back to kermit and you w...
2019 Sep 27
2
Compile samba github code and flash the build binary to embedded device
...mpilation will produce binary files or equivalent file. But I fail to find it. Question: 1. How to build the binary files or equivalent file that can flash in the embedded device? 2. How to flash in the binary files or equivalent file into the embedded device? Can I do the normal flashing through JTAG tool? 3. How to configure /etc/samba/smb.conf at embedded device? FYI, there is many of embedded devices need to produce. Hope can hear from you soon. Thank you. Regards, Ang Hock Leong
2010 Aug 13
1
Small inexpensive SBC for Speex? How about the TIC5505
Hi David, If cost is an issue then, yes you can do all that (the speex at least) with the eZDSP USB stick. Only limitation is a slow emulator that is integrated with USB, and so there is no JTAG output to use with other emulators. If you don't have an emulator anyway then this is an advantage. Cheers, M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100813/5ae76f42/attachment.htm
2008 Jun 24
4
[LLVMdev] jit DLLs
...ld the performance sensitive code on the target machine making it possible to exploit CPU specific x86 vector instructions. The code that calls fn's in the DLL should, ideally, be unaware that a llvm JIT is being used. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2008 Jun 22
1
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
...is the linker chooses another assembler instruction w/smaller offset. > LLVM doesn't provide an assembler, you should use GAS. Do I have to use GAS + the GCC linker? Does llvm offer an alternative? (Just curious). -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2007 Jun 21
0
Blackfin inline assembler and VisualDSP++ toolchain
...ware that gcc could not run code on. toolchains have >> >nothing do with embedded OSes. >> >> That's true. Add some postprocessing, program binary into flash and >> code would run. But you likely would not be able to use non-gnu tools >> like all VisualDSP++ jtag-based stuff that makes the life of developer >> easier. > >Yes - you would use the JTAG-based GNU Tools that makes life of a developer easier. > >http://www.section5.ch/icebear > In the next incarnation, may be. Right now I am leaving Blackfin for good. If the current proto...
2008 Jun 19
2
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
...ity (~80% of ARM Thumb) Overview of architecture(documentation is definitely the weak side of the ZPU): http://www.zylin.com/zpu_arch.html The ZPU is now hosted at: http://www.opencores.org/projects.cgi/web/zpu/overview -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
...l ever be. > >I never met any hardware that gcc could not run code on. toolchains have >nothing do with embedded OSes. > That's true. Add some postprocessing, program binary into flash and code would run. But you likely would not be able to use non-gnu tools like all VisualDSP++ jtag-based stuff that makes the life of developer easier. >> I am using ADI-supplied VisualDSP++ IDE and corresponding toolchain. As long >> as I am compiling "C"-only version of the library everything is fine. >> VisualDSP++ produces working library. There is only one not...
2011 Apr 08
0
[LLVMdev] Assuring ARM code quality in LLVM
...m what I understood, this tests run completely on the target (compilation of LLVM, unit tests, etc). So, for bare-metal tests that wouldn't work. We'd need to have a staging server that would compile to all platforms and run the tests (maybe just a subset) in the hardware via USB (mBeds) or JTAG on most other boards, or even better, on models directly. Do you think this is doable with the build bot infrastructure? cheers, --renato
2011 Apr 11
2
[LLVMdev] Assuring ARM code quality in LLVM
...this tests run completely on the target > (compilation of LLVM, unit tests, etc). So, for bare-metal tests that > wouldn't work. We'd need to have a staging server that would compile > to all platforms and run the tests (maybe just a subset) in the > hardware via USB (mBeds) or JTAG on most other boards, or even better, > on models directly. > > Do you think this is doable with the build bot infrastructure? > > cheers, > --renato > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         htt...
2011 Apr 08
2
[LLVMdev] Assuring ARM code quality in LLVM
On 2011-04-08 08:58, Duncan Sands wrote: > Hi Renato, > >> I was recently investigating the build bot infrastructure and noticed >> that the arm-linux target is failing for quite a long time. I believe >> that it means ARM code is not executed all that often in LLVM tests, >> is that correct? Hi i will summarise the last sucessfull builds by the ARM builder:
2010 Nov 18
0
[LLVMdev] Writing a backend for the ZPU
...original location. Notice 16+4=20 LLVM represents the above as something like: (set a, (add (add a,b), 123) -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer
2019 Sep 28
0
Compile samba github code and flash the build binary to embedded device
...equivalent file. > But I fail to find it. > > Question: > 1. How to build the binary files or equivalent file that can flash in the > embedded device? > > 2. How to flash in the binary files or equivalent file into the embedded > device? Can I do the normal flashing through JTAG tool? > > 3. How to configure /etc/samba/smb.conf at embedded device? FYI, there is > many of embedded devices need to produce. > > Hope can hear from you soon. > > Thank you. > > Regards, > Ang Hock Leong > > >
2008 Jun 20
1
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
...re no stores > to them. The ZPU needs relaxation. Immediate values and pc/sp relative references have variable lengths. Does llvm support ìnstruction relaxation? Can I use GAS or can/should I use llvm's assembler? -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2008 Jun 23
0
[LLVMdev] Backend for the ZPU - a stack based / zero operand CPU
...ssible globally. Seems a bit over the top for probably miniscule gains. :-) As long as I can use gas + link unchanged, I'd be happy to leave that tested code as-is, there is nothing more interesting to be done with it. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2008 Jun 24
0
[LLVMdev] jit DLLs
> The idea is to use llvm to put performance sensitive code into > a DLL that a Windows app can then use. > > This would build the performance sensitive code on the target > machine making it possible to exploit CPU specific x86 > vector instructions. Isn't this what Apple does with OpenGL, except that they skip the DLL step?
2008 Jun 24
1
[LLVMdev] jit DLLs
...What matters is that the binaries can be shipped as part of the installation and live side by side by other installations and that the solution is as complete as possible so as for me to be able to hit the ground running. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2008 Jun 25
0
[LLVMdev] jit DLLs (Chris Lattner)
...ould take quite a bit more to JIT the entire application as this would be a lot more visible. Perhaps not to the users, but to the developers on the project. One more DLL that ships with some files won't bother anybody. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer
2007 Nov 24
0
Blackfin port on Visual DSP, Michael Shatz ?
...ais, travaillant pour une soci?t? suisse ;-) > > St?phane Lesage a ?crit : > > It's not easy for me to use testenc. > > (I have no file-system and limited memory) > > Fair enough. Well, actually, I found-out that the stdio lib can access my PC file-system through the JTAG interface. So I can eventually try this. > Hmm... let me investigate a bit further. > You mean you disabled blackfin assembly optimisations? Do you > see the same results on a PC. I suspect it could be an > uninitialised memory problem somewhere. Yes, I currently have no ASM optimiz...