[U-Boot] Invitation to connect on LinkedIn

2009-07-16 Thread Piyush Shah
LinkedIn I'd like to add you to my professional network on LinkedIn. - Piyush Learn more: https://www.linkedin.com/e/isd/651882543/XZ5JfEAP/ -- (c) 2009, LinkedIn Corporation ___ U-Boot mailing list U-Boot@lists.denx.de http

[U-Boot] Use of Netconsole

2009-02-17 Thread Piyush Shah
Hi all, I had read somewhere that if, while using netconsole, we dont set ncip, the messages are broadcast. In that case, if I send commands to my target (where u-boot is running) from my Linux host, since ncip is not set, will it accept them? If not, what am I supposed to do? My requirement is th

[U-Boot] Use of Netconsole

2009-02-06 Thread Piyush Shah
Hi all, I had read somewhere that if, while using netconsole, we dont set ncip, the messages are broadcast. In that case, if I send commands to my processor from my Linux host, since ncip is not set, will the processor accept them? If not, what am I supposed to do? My requirement is that, when I p

Re: [U-Boot] Establishing connection via Ethernet

2009-01-29 Thread Piyush Shah
Hi Ben On Thu, Jan 29, 2009 at 2:03 PM, Ben Warren wrote: > Hi Piyush, > > Piyush Shah wrote: >> >> Hi all, >> Is it feasible to send u-boot commands via Ethernet instead of UART? >> I know that there is no such support right now. But can it be added? >>

[U-Boot] Establishing connection via Ethernet

2009-01-29 Thread Piyush Shah
Hi all, Is it feasible to send u-boot commands via Ethernet instead of UART? I know that there is no such support right now. But can it be added? Moreover how am I supposed to transmit UDP or TCP packets from u-boot? -- -PIYUSH ___ U-Boot mailing list U-

Re: [U-Boot] My Linux kernel hangs at the Uncompressing Linux ... phase

2008-12-25 Thread Piyush Shah
Hi Diptopal, I had got a similar problem. So, what I did was, I enabled the low level debugging option in the kernel config. Then when I tried with this new kernel, after the Uncompressin Linux line I got a message saying that the kernel was not compatible with the ARM processor I was using, th

[U-Boot] Writing own Standalone programs

2008-12-08 Thread Piyush Shah
Hi, I have to write some standalone applications to be run from U-boot. My questions are: 1) Can we include only those header files which are a part of the U-boot code? What needs to be done to use files from the /usr/include/ folder? 2) Does the code for the standalone application be always prese