Initial Steps to Design a UBL

2009-04-02 Thread Neerav Patel
Hi, I need to design a new UBL to access SPI Flash through the DM365. But currently I am using the DM355 to do preliminary work, I just want to be able to get comfortable with the whole process. Currently I can not find any documentation on the UBL that was written for the DM355, on how to st

Starting up DM365 in SPI Boot Mode

2009-03-27 Thread Neerav Patel
Hi, I have been looking at the DM365 chip and I am interested in the SPI Boot Mode, Once we set BTSEL[2:0] to 101 the RBL will automatically try to copy a UBL to the internal memory of the ARM. We want to connect a SPI Flash to the SPI0 interface of the DM365. 1.) Where does the RBL begin to

DM365 SPI Flash Programming

2009-03-27 Thread Neerav Patel
Hi, I want to program a SPI Flash through the DM365, with the UBL and uboot, what is the best way to do this, is there anything currently available, or do I have to write this from scratch. Thanks in advance. Neerav ___ Davinci-linux-open-source mail

Question regarding Amontec JTAG to download the UBL U-boot

2009-03-23 Thread Neerav Patel
Hi I have been looking for a way to download the uboot and ubl to the DM355 using the JTAG connection. I searched the wiki and found this article dealing with debugging the DM355 using the Amontec JTAG Key (http://wiki.davincidsp.com/index.php?title=Debugging_on_DaVinci_using_Amontec_JTAGkey).

Question regarding flashing a new NAND Flash

2009-03-05 Thread Neerav Patel
Hi I found the Serial utility that TI provides to send the uboot and I followed the steps exactly. I attempted that and the host software says that all code has been downloaded successfully, but when I try booting the system, nothing shows it the serial console. The NAND chip that the system

Debugging a DM355 Chip

2009-03-05 Thread Neerav Patel
Hi, When designing our system, we will be using the DM355, but we will not have the abilities that the DM355 EVM Kit provides. What JTAG software do you recommend to allow the ability to step through code? Thanks in advance ___ Davinci-linux-open-sou

RE: Error with CMem

2008-12-17 Thread Neerav Patel
: GETPHYS: Failed to convert virtual 0x41f4c020 to physical CMem Error: getPhys: Failed to get physical address of 0x41f4c020 What causes this problem? Thanks in advance -Original Message- From: Tivy, Robert [mailto:rt...@ti.com] Sent: Wednesday, December 17, 2008 1:39 PM To: Neerav Patel Cc

Re: Error with CMem

2008-12-17 Thread Neerav Patel
open-source-bounces+rtivy=ti@linux.davincidsp.com] *On Behalf Of *Neerav Patel *Sent:* Wednesday, December 17, 2008 11:15 AM *To:* davinci-linux-open-source@linux.davincidsp.com *Subject:* Error with CMem Hi I have managed to get jpeg compression working on

Error with CMem

2008-12-17 Thread Neerav Patel
Hi I have managed to get jpeg compression working on the DM355 Board, but everytime I run the code, I am getting a error like: CMem Error: getPool: Failed to get a pool fitting a size 884736 CMEMK Error: Failed to find a pool which fits 884736 I have tried to change the insmod comma

undefined reference to 'IMGENC1_create' error

2008-12-15 Thread Neerav Patel
Hi, I am getting an error of undefined reference to 'IMGENC1_create' I have added the appropriate header file #include to the code, I suspect that something in the cfg file may be not correct to make it not link to the proper libraries? This is my cfg file I am using! Thank in advance

RE: serial updating question

2008-12-09 Thread Neerav Patel
Hi, So I managed to get it to send data and write to flash, but now the flash isn't really booting into the U-Boot prompt. What address should the UBL and U-Boot be written to, in the flash? Thanks in advance. Neerav -Original Message- From: Neerav Patel Sent: Tuesday, Decemb

RE: serial updating question

2008-12-09 Thread Neerav Patel
Hi, I am using Linux and everything is installed, including mono. I can run the program and everything, it just stops at "Sending UBL..." Neerav -Original Message- From: Griffis, Brad [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 6:55 AM To: Neerav Patel; dav

RE: serial updating question

2008-12-08 Thread Neerav Patel
lto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 1:28 PM To: Neerav Patel; davinci-linux-open-source@linux.davincidsp.com Subject: RE: serial updating question Is your board setup for UART boot such that it's spewing out "BOOTME"? If not, there's no way for the utility to

serial updating question

2008-12-08 Thread Neerav Patel
Hi, I recently got some new NAND Flash for the DM355 EVM. I want to download Montavista image that I compiled on the host side using the Getting Started Guide. I was told to use this http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility utility, so I compiled this

RE: Setting up C Code to connect to JPEG Codec

2008-12-08 Thread Neerav Patel
existing config files? Thanks for the help. Neerav -Original Message- From: Ring, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 9:55 AM To: Neerav Patel; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Setting up C Code to connect to JPEG Codec Please read

Setting up C Code to connect to JPEG Codec

2008-12-08 Thread Neerav Patel
Hi, I am a beginner with the DM355 EVM Board, and I am trying to get the jpeg codec working in C Code. SPRUE67 says to include 3 header files, which are #include #include #include But when I add these headers and nothing else I get a large amount of errors. What am I doing wro