[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2012-07-24 Thread John Rigby
The MAX_ARGS change from 16 to 32 was committed 19Sep2011 so marking this fix released. ** Changed in: u-boot-linaro (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-25 Thread Launchpad Bug Tracker
** Branch linked: lp:u-boot-linaro -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820116 Title: usb start in uEnv.txt fails with test - minimal test like /bin/sh To manage notifications about this

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-15 Thread Ricardo Salveti
** Changed in: u-boot-linaro (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820116 Title: usb start in uEnv.txt fails with test - minimal test like

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-04 Thread John Rigby
mahmoh, ok weird problems in u-boot, the uenvcmd variable does not get expanded properly. Working on that. Another issue, your uenvcmd is missing a bootp after usb start. ** Changed in: u-boot-linaro (Ubuntu) Assignee: (unassigned) = John Rigby (jcrigby) ** Changed in: u-boot-linaro

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-04 Thread John Rigby
U-Boot is getting an error parsing the uenvcmd env setting. The current limit of number of tokens in a command line is 16, normally you can get around this by quoting things to put them in a single token but for some reason the import env doesn't grok that correctly so as an alternate work around

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-04 Thread mahmoh
Unsure if you meant that you were going to add it to the documentation but that may be a good idea too? I'll try the above out, Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820116 Title:

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-04 Thread John Rigby
Not sure what you want documented here? The bogus handling of long env commands? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820116 Title: usb start in uEnv.txt fails with test - minimal test

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-03 Thread John Rigby
with this uEnv.txt: autoload=no uenvcmd=usb start; bootp; pxe get; pxe boot I get this: Texas Instruments X-Loader 1.5.1 (Jul 26 2011 - 00:40:14) Reading boot sector Loading u-boot.bin from mmc U-Boot 2011.06 (Jul 27 2011 - 00:58:33) CPU : OMAP4430 Board: OMAP4 Panda I2C: ready DRAM: 1 GiB

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-03 Thread John Rigby
mahmoh, can you pastebin your uEnv.txt file? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820116 Title: usb start in uEnv.txt fails with test - minimal test like /bin/sh To manage notifications

[Bug 820116] Re: usb start in uEnv.txt fails with test - minimal test like /bin/sh

2011-08-03 Thread mahmoh
#pxecfg_ram=0x8200 #ethaddr=00:02:03:04:05:06 #usbethaddr=00:02:03:04:05:06 autoload=no bootargs=ro root=/dev/sda2 console=ttyO2,115200 debug earlyprintk elevator=deadline uenvcmd=usb start; pxe get; pxe boot; mmcinfo; fatload mmc 0:1 0x8000 uimage; fatload mmc 0:1 0x8160 uinitrd;