RE: Building video_copy using CCS3.3

2009-02-16 Thread Tivy, Robert
Try adding the following to your .pjt file's C compiler options. -i%XDC_INSTALL_DIR%/packages -dxdc_target_types__=ti/targets/std.h Regards, - Rob From: davinci-linux-open-source-boun...@linux.davincidsp.com

RE: How to debug codec in CCS

2009-02-16 Thread Griffis, Brad
What build tools have you specified for 64x in the component manager? (Help - About - Component Manager) The error message says you don't have any specified. From: davinci-linux-open-source-boun...@linux.davincidsp.com

the u-boot size

2009-02-16 Thread Lori Gao
Dear all: Recently,i modified the u-boot of DM355. Now the size of u-boot is 129KB. When i updated the u-boot using the u-boot self, the system reported error. But if i used the old version which i modified yesterday, the size is 127KB, everything is OK. the command line: tftp 0x8070

RE: the u-boot size

2009-02-16 Thread JitendraJain
You have to increase no of pages in u-boot descriptor. From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Lori Gao Sent: Tuesday, February 17, 2009 8:31 AM To:

RE: the u-boot size

2009-02-16 Thread Lori Gao
Where can i find the descriptor? Would you please give me more information? Best Regards, Lori Gao RD center(Shanghai) Rayco (Shanghai) Medical Products Company Limited Carestream Health Inc. jitendraj...@emerson.com 02/17/2009 11:18 AM To song@carestreamhealth.com,

RE: the u-boot size

2009-02-16 Thread JitendraJain
U-Boot descriptor is located at block # 8. Its format is: /* Some of the parameters are modified runtime */ unsigned int appdesc [] = { 0xB1ACED22, //Magic number 0x000A, // Start block in NAND 0x8108, // Start address in DDR 0x8108, // Entry point 0x0200, // No. of

RE: the u-boot size

2009-02-16 Thread Lori Gao
I have read this structure before in the nandprogrammer code. Must i use the nandprogrammer in ccs to change the descriptor? Lori Gao RD center(Shanghai) Rayco (Shanghai) Medical Products Company Limited Carestream Health Inc. jitendraj...@emerson.com 02/17/2009 12:06 PM To

RE: the u-boot size

2009-02-16 Thread JitendraJain
If you are updating your u-boot using u-boot self than you need to change u-boot descriptor by your self. If you are burning u-boot using Nand programmer, than Nand programmer will take care of modifying u-boot descriptor as per size of new u-boot. From: