[U-Boot] Error during NAND access

2010-10-19 Thread alex889
Hi, I have strange phenomena. I have DM365 baaed board. In some boards (Not all of them), I get this strange case: Accessing the NAND (Erase/write), like with saveenv command, followed by Ethernet access (TFTP/PING) stuck the SW. Accessing the NAND without prior access to ETHERNET works fine. I tr

[U-Boot] Problem with burning Kernel

2010-09-16 Thread alex889
Hi, I have a strange problem that causes a lot of difficulties to our production . My aim is to burn the Kernel. On some boards in the production there's this problem: If I write to the command line: nand erase 0x40 0x20 and then tftp and then write the Kernel to the NAND it works fine.

[U-Boot] Problems with NetConsole II

2009-10-08 Thread alex889
Hi, I'm trying to run NetConsole, listen for incoming messages for 1 sec, and continue according to the message type. On the other side (PC) i'm sending a broadcast message on port every 250 ms. What i see is a very unstable behaviour Sometimes i get nothing, sometime only part of the message

Re: [U-Boot] Problem with NetConsole

2009-10-05 Thread alex889
Thanks Wolfgang ! that helped, the last question i have is: I want the NetConsole to listen for incoming messages for 2 sec, I've tried using NetSetTimeout, but it seems to not work Alex wd wrote: > > Dear alex889, > > please do not top post / full quote. PLease make su

Re: [U-Boot] Problem with NetConsole

2009-10-04 Thread alex889
OK So let me rephrase myself My aim is to open the NetConsole for input (stdin=nc)only if the user pressed on a specific button. How should the code that opens the NetConsole look like, after i discovered the button was pressed? Thanks, Alex wd wrote: > > Dear alex889, > >

[U-Boot] Problem with NetConsole

2009-10-04 Thread alex889
Hi, I'm trying to add the NetConsole to my project. I've set all the related environment variables when i start UBoot and then type "run nc" i see that i receive the data i'm sending from remote PC, but if i call "run nc" from within the UBoot, using run_command("run nc", 1);, i don't receive th

[U-Boot] Add Netconsole on DM365 board

2009-09-23 Thread alex889
Hi, does anyone of you use netconsole on TI's DM365? If I add #define CONFIG_NETCONSOLE 1 to the config file, I'm not able to compile u-boot any more, I get a lot of multiple definition of functions. do you have any hint? Thanks, Alex -- View this message in context: http://www.nabble.

Re: [U-Boot] How to burn new U-Boot over network

2009-09-07 Thread alex889
Thanks for your answer. I tried this before i posted the question, and it didn't work. Do you know the exact address of the U-Boot on the NAND? Is there an additional header before the U-Boot? Alex Daniel Gorsulowski wrote: > > alex889 wrote: >> Hi, >> I'm worki

[U-Boot] How to burn new U-Boot over network

2009-09-07 Thread alex889
Hi, I'm working on the DM365evm, and i was wondering if there is a way to burn new U-Boot version over network, instead of Code Composer and a JTAG? Thanks, Alex -- View this message in context: http://www.nabble.com/-U-Boot--How-to-burn-new-U-Boot-over-network-tp25327003p25327003.html Sent fro

[U-Boot] problem with read only nanad

2009-08-27 Thread alex889
Hi, I'm working on a system having 2 NAND chips, the first one has the U-Boot and a basic firmware, and is read only, and the second has a new firmware. when the second chip is empty, the system should boot from the first chip. but it gives me many errors, probably related to the fact that it's re

[U-Boot] Updating u-boot through tftp

2009-08-05 Thread alex889
Hi, I'm running u-boot on TI's davinci DM365, I'm trying to update the u-boot from the u-boot, using these commands: tftp 0x8070 u-boot-1.3.4_ipnc_dm36x_xxx.bin nand erase 0x2C000 0x2 nand write 0x8070 0x2C000 0x2 but when i try to run the erase command, i'm getting this er

Re: [U-Boot] UDP listener

2009-07-14 Thread alex889
Thank you for the info, i just want to make sure: for recv ineed to use nc_input_packet and for send i need to use nc_send_packet? how can i recv for a timeout of 1 sec? does it return immediatly? Alex alex889 wrote: > > Hi, > I'm newbie in this subject, > Is it possible to

[U-Boot] UDP listener

2009-07-13 Thread alex889
Hi, I'm newbie in this subject, Is it possible to add a very simple UDP listener, which should recv message and send response? I have two NAND chips on my board, and i want to let the user the ability to choose where to boot from. Thanks, Alex -- View this message in context: http://www.nabble