Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-18 Thread David Aldrich
Try setting the max. blocksize explicit, e.g. I'm using -B 1460 here. It depends on the used tftp-server. Hi Alexander Thanks for your reply. Please will you confirm the exact syntax? I tried: # tftp -B 1460 0x8200 tci6614-evm.dtb tftpboot - boot image via network using TFTP

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-18 Thread David Aldrich
Try setting the max. blocksize explicit, e.g. I'm using -B 1460 here. It depends on the used tftp-server. I have tried setting u-boot env variable tftpblocksize to 1460 and option --blocksize 1460 on the server, but there's no improvement. Also tried 512 but same result. David

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-18 Thread Alexander Holler
Am 18.01.2013 11:16, schrieb David Aldrich: Try setting the max. blocksize explicit, e.g. I'm using -B 1460 here. It depends on the used tftp-server. Hi Alexander Thanks for your reply. Please will you confirm the exact syntax? I tried: # tftp -B 1460 0x8200 tci6614-evm.dtb

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-18 Thread Steve Strobel
On Thu, Jan 17, 2013 at 8:29 AM, David Aldrich david.aldr...@emea.nec.comwrote: I would like to give some more information about my problem. u-boot's tftp transfers do eventually complete and the evm boots. I can then execute tftp get commands from Linux on the evm and these execute quickly.

[U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-17 Thread David Aldrich
Hi I am using an Advantech TMX320TCI6614 EVM to develop code for an ARM core on a TI C66x device. The ARM core runs: U-Boot 2011.06-2-gc4611c1-dirty (May 30 2012 - 15:38:01) I have booted this target card for several months from a tftp server running under Ubuntu 10.04, with no problems.

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-17 Thread David Aldrich
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of David Aldrich Sent: 17 January 2013 11:19 To: u-boot@lists.denx.de Subject: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server Hi I am using an Advantech TMX320TCI6614 EVM

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-17 Thread Jim Lin
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of David Aldrich Sent: 17 January 2013 11:19 To: u-boot@lists.denx.de Subject: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server Hi I am using an Advantech TMX320TCI6614 EVM

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-17 Thread Andrew Dyer
On Thu, Jan 17, 2013 at 5:19 AM, David Aldrich david.aldr...@emea.nec.comwrote: Hi I am using an Advantech TMX320TCI6614 EVM to develop code for an ARM core on a TI C66x device. The ARM core runs: U-Boot 2011.06-2-gc4611c1-dirty (May 30 2012 - 15:38:01) I have booted this target card

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-17 Thread Alexander Holler
Am 17.01.2013 12:19, schrieb David Aldrich: Hi I am using an Advantech TMX320TCI6614 EVM to develop code for an ARM core on a TI C66x device. The ARM core runs: U-Boot 2011.06-2-gc4611c1-dirty (May 30 2012 - 15:38:01) I have booted this target card for several months from a tftp server