Re: Booting from HD using HD file system

2007-03-14 Thread brady_lo

Thanks for your reply.
In A5.1, it is boot from flash (the uImage file loaded into flash and 
address is 0x205).

It is work well.
Now, I store the uImage into on-board HDD.
How do I set the uboot to load the uImage from on-board HDD ?

Brady


- Original Message - 
From: Hunter, Jon [EMAIL PROTECTED]
To: brady_lo [EMAIL PROTECTED]; 
davinci-linux-open-source@linux.davincidsp.com

Sent: Wednesday, March 14, 2007 10:30 PM
Subject: RE: Booting from HD using HD file system



In the Getting Start Guide, there are three boot methods.
I try them and work well.
Now, I will try the booting from Hard Drive (HD) using HD file

system.

Can anyone tell me how to do this ?




Assuming that you have a file-system on the HDD (the board comes with a
file-system pre-installed on HDD), then all you should need to do is
change the bootargs in u-boot as described in appendix A.5.1 of the
Getting Started Guide. See: http://www.ti.com/litv/pdf/sprue66b

If you need to restore or upgrade the file-system on the HDD, then refer
to appendix A.8 of the above user guide.

Jon 



___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Booting from HD using HD file system

2007-03-13 Thread brady_lo
Hello,

In the Getting Start Guide, there are three boot methods.
I try them and work well. 
Now, I will try the booting from Hard Drive (HD) using HD file system.
Can anyone tell me how to do this ?

Regards,
Brady___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


u-boot POST

2007-01-17 Thread brady_lo
Hi,

I am trying to add power on self test (POST) in u-boot.
After add a line in ./include/configs/davinci.h and re-build u-boot.  
#define CONFIG_POST (CFG_POST_UART)

The compilation is faild. 
The error message was shown as follows:
.
.
complex.c:0: warning: target CPU does not support interworking
make[1]: *** [.depend] Error 1
make[1]: Leaving directory `/home/cictn/workdir/uboot/u-boot-1.1.3/post/cpu'
make: *** [depend] Error 2


How to add or enalbe POST in u-boot ? have any example ?

Regards,
Brady
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Re: u-boot POST

2007-01-17 Thread brady_lo

Dear Calors

   When I comiple again, the error message shown as follows

post.c: In function `post_init_f':
post.c:54: error: structure has no member named `post_init_f_time'
post.c:55: error: structure has no member named `post_init_f_time'
post.c: In function `post_bootmode_init':
post.c:89: error: structure has no member named `post_log_word'
post.c: In function `post_log_mark_start':
post.c:114: error: structure has no member named `post_log_word'
post.c: In function `post_log_mark_succ':
post.c:120: error: structure has no member named `post_log_word'
post.c: In function `post_output_backlog':
post.c:130: error: structure has no member named `post_log_word'
post.c:132: error: structure has no member named `post_log_word'
make[1]: *** [post.o] Error 1
make[1]: Leaving directory `/home/cictn/workdir/uboot/u-boot-1.1.3/post'
make: *** [post] Error 2


- Original Message - 
From: Carlos Ojea [EMAIL PROTECTED]

To: brady_lo [EMAIL PROTECTED]
Cc: davinci-linux-open-source@linux.davincidsp.com
Sent: Wednesday, January 17, 2007 8:19 PM
Subject: Re: u-boot POST



complex.c:0: warning: target CPU does not support interworking
make[1]: *** [.depend] Error 1
make[1]: Leaving directory 
`/home/cictn/workdir/uboot/u-boot-1.1.3/post/cpu'

make: *** [depend] Error 2


I think you are not really showing your error, only one warning.
Post your complete output to see what is happening

Thanks,
Carlos




___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Re: re-flash the linux kernel on NOR flash

2007-01-15 Thread brady_lo

Hello Carlos
Thanks for your help

I found the How to flash u-image linux kernel on Davinci EVM document.
There are two methods in this document, one is your anser.

Thanks
- Original Message - 
From: Carlos Ojea [EMAIL PROTECTED]

To: brady_lo [EMAIL PROTECTED]
Cc: davinci-linux-open-source@linux.davincidsp.com
Sent: Monday, January 15, 2007 5:08 PM
Subject: Re: re-flash the linux kernel on NOR flash



 I erase all the data in NOR flash when I update the u-boot.
 The Linux kernel in the NOR flash is erased, too.
 How can I re-flash the Linux kernel into NOR flash ?



Sorry that was to write the kernel to NAND flash !
To write your kernel to NOR I think you could load it via tftp and
then use some u-boot commands (I think it was cp.b command) to write
the kernel into NOR

Regards,
Carlos



___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


flash u-boot on DVEVM problem

2007-01-14 Thread brady_lo
Hi all
I try to load u-boot to DVEVM NOR/NAND flash.
When I load the u-boot image (u-boot-xxx-nor.bin) on the CCS debugger,
it show out the error message as following:

Data verification failed at address 0x8000A1DC.
Please verify target memory and memory map.

How can I solve it ?  

Regards,
Brady___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Software tools install problem

2007-01-08 Thread brady_lo
Hello
I am new to Davinci DVEVM.
I try to install DVEVM software tools on my PC (Red Hat Enterprise Linux v3)
There is no InstallShield Wizard will show out and no error message after 
I execute the mvl_setuplinux_x_xx_xx_xx.bin
(I already set the DISPLALY environment varialbe to cnabcx)

How to solve this problem?

Regards,
Brady
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source