[U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)

2009-02-05 Thread Pawel Pastuszak
Hello, I am getting the following error if i add couple extra printf into u-boot. Any idea why? ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) ppc_4xx-ld: final link failed: Bad value make: *** [u-boot] Error 1 Thanks, Pawel

[U-Boot] 405EP U-boot/Linux Question (CFG_OCM_DATA_ADDR)

2009-01-28 Thread Pawel Pastuszak
Hi guys, I was wondering if some one could give me an hand with OCM for PPC405EP So my goal is to Access *CFG_BOOTCOUNT_ADDR *value in Linux based on http://www.denx.de/wiki/view/DULG/UBootBootCountLimit In u-boot it works fine but ... but how to i talk to this memory range in linux. I tried

[U-Boot] Backup Booting

2009-01-27 Thread Pawel Pastuszak
Hi Guys, I was wondering if there is any think like backup booting and secondary image for example lets say i am booting an image and it fails CRC check etc... i want to to validate that the backup image is good and then overwrite the current image with the backup image and be able to boot of

Re: [U-Boot] Backup Booting

2009-01-27 Thread Pawel Pastuszak
Where do i find the manual? On Tue, Jan 27, 2009 at 10:41 AM, Wolfgang Denk w...@denx.de wrote: Dear Pawel Pastuszak, In message 8ff29df80901270734h2791b9f3qf72b99830860c...@mail.gmail.com you wrote: I was wondering if there is any think like backup booting and secondary image

Re: [U-Boot] Backup Booting

2009-01-27 Thread Pawel Pastuszak
Yes i found it. http://www.denx.de/wiki/view/DULG/UBootBootCountLimit Thanks for your kind words. ;-) Regards, Pawel On Tue, Jan 27, 2009 at 11:57 AM, Wolfgang Denk w...@denx.de wrote: Dear Pawel Pastuszak, In message 8ff29df80901270743t7962d14aia1cf7b613899d...@mail.gmail.com you wrote

Re: [U-Boot] Backup Booting

2009-01-27 Thread Pawel Pastuszak
:28 PM, Wolfgang Denk w...@denx.de wrote: Dear Pawel Pastuszak, In message 8ff29df80901271011m3b7adc76u627162f9c5b3a...@mail.gmail.com you wrote: Yes i found it. http://www.denx.de/wiki/view/DULG/UBootBootCountLimit Thisi s only part two. The first part (using an alternative image

Re: [U-Boot] no kernel console output !

2008-12-27 Thread Pawel Pastuszak
I see that you have a space between ttyS0 and the baud rate of the bootargs it should be a coma console=ttyS0,115200 Pawel On Sat, Dec 27, 2008 at 1:29 AM, tjzkzs tjz...@163.com wrote: I use at91sam9260ek board, forgot to mention this. last time I said: hi all, when i use u-boot 1.1.5

Re: [U-Boot] DHCP/BOOP command behavior

2008-12-18 Thread Pawel Pastuszak
Make sure to set your autostart environment variable to no example: setenv autostart no saveenv On Thu, Dec 18, 2008 at 7:09 PM, Brian S. Park brian.p...@corelis.comwrote: Hi all, I'm migrating from u-boot 1.0.0 to 1.3.4 and noticed that the behavior of bootp/dhcp command has changed. In