[cmd] clarification on syntax of 'chpart' command

2021-05-05 Thread Adarsh Babu Kalepalli
Hi, u-boot version: U-Boot 2021.07-rc1 Board: Beaglebone Black I was trying to verify and use 'chpart' command on Beaglebone black with an SDHC card ( with multiple partitions ) and am unable to get its exact syntax.Is this command applicable to any particular category of storage devices (viz. NO

cmd:GPIO:TI: 'gpio' command Failure Error on Beaglebone Black

2021-05-05 Thread Adarsh Babu Kalepalli
Hi, Error output "*Command 'gpio' failed: Error -19*" is occurring with "*gpio status -a*" command on Beaglebone Black. The "gpio" command is proper till "U-Boot 2021.04-rc2". Error message is noticed from subsequent releases on-wards. Problem is noticed on u-boot versions from *U-Boot 2021.04-r

Re: cmd:GPIO:TI: 'gpio' command Failure Error on Beaglebone Black

2021-05-06 Thread Adarsh Babu Kalepalli
"*am335x_evm_defconfig*" Regards, Adarsh On Thu, May 6, 2021 at 11:33 AM Lokesh Vutla wrote: > Hi Adarsh, > > On 06/05/21 11:28 am, Adarsh Babu Kalepalli wrote: > > Hi, > > > > Error output "*Command 'gpio' failed: Error -19*" is occu

Re: [PATCH] pytest:Shutdown power-supply to board after the pytest execution

2021-05-29 Thread Adarsh Babu Kalepalli
, Adarsh On Fri, 28 May 2021 at 03:12, Stephen Warren wrote: > On 5/27/21 2:33 AM, opensource@gmail.com wrote: > > From: Adarsh Babu Kalepalli > > > > After executing the test-cases from pytest ,the board > > is still powered.Shutting down the board power supply at

Re: [PATCH] cmd:Update HELP text of ’askenv’

2021-06-01 Thread Adarsh Babu Kalepalli
ommands and improve them (if need be). In this process, do you recommend following any specific approach ?? Regards, Adarsh On Tue, 1 Jun 2021 at 22:12, Heinrich Schuchardt wrote: > On 6/1/21 9:09 AM, opensource@gmail.com wrote: > > From: Adarsh Babu Kalepalli > > &

doc/usage:Warning from PATMAN tool prevents uploading a cmd-usage help file for askenv

2021-06-11 Thread Adarsh Babu Kalepalli
ld do this: Send a total of 1 patch with no cover letter. 0001-testing.patch Cc: GitAuthor: Adarsh Babu Kalepalli To: u-boot@lists.denx.de Version: None Prefix: None Email would not be sent - How do I update maintainers about this new file ?

[cmd] "env import" command behaviour observation

2020-02-26 Thread Adarsh Babu Kalepalli
Hi , Exporting environment variables to a memory location and trying to import them back. On certain occasions,the import command is displaying errors. Board: rpi1ModelB/sandbox The console log (rpi1modelb) is : -

[cmd]:"env edit" vs "env set",do we need both options for "env" command ??

2020-02-26 Thread Adarsh Babu Kalepalli
Hi, Are'nt "env edit" vs "env set" redundant ??. "env edit" allows modification of the environment variable value in the next line,whereas "env set" requires the mention of the environment variable value in the same line. If the values for environment variables are not provided ,in either case th

[cmd] Notation for "mandatory" and "optional" parameters in "help shell_cmd" output

2020-03-01 Thread Adarsh Babu Kalepalli
Hi, When we type "help shell_command" at u-boot console. The syntax for the command usage is displayed. In most of the cases I noticed parameters enclosed in '[]' or/and '<>' or just the sub-command string is provided. >From the help of most of the commands, and on using them I observed that par

[U-Boot] [BUG] cmd : Local Hush Variable Could not be deleted

2019-10-14 Thread Adarsh Babu Kalepalli
Hi, + u-boot version:2019.10 + H/W Board : Beaglebone Black With 'localvar=' at the shell prompt , I tried to delete a existing Hush-shell local variable. - => localvar=hello => showvar HUSH_VERSION=0.01 target=pxe devnum=1 localvar=hello => l

[U-Boot] [BUG] cmd : 'env exists envvar' does not display the existence of environment variable

2019-10-14 Thread Adarsh Babu Kalepalli
Hi, u-boot Version: 2019.10 H/W Board : Beaglebone Black 'env exists env_varName' does not display the existance status of 'env_varName' environment variable. - => help env env - environment handling commands Usage: env ask name [message] [size] - ask for

Re: [U-Boot] [BUG] cmd : Local Hush Variable Could not be deleted

2019-10-14 Thread Adarsh Babu Kalepalli
empty value to a hush shell local variable ?? Regards, Adarsh On Mon, Oct 14, 2019 at 3:58 PM Wolfgang Denk wrote: > Dear Adarsh Babu Kalepalli, > > In message < > cajgxa7c150ova0bhprowuizg+dvlrrerbqaoj96qxkwhhhz...@mail.gmail.com> you > wrote: > > > > How do I delet

[U-Boot] cmd: clarification on 'env ask' command execution

2019-10-14 Thread Adarsh Babu Kalepalli
Hi, 'help env' gives usage for 'ask' option as : "env ask name [message] [size] - ask for environment variable" How are the optional parameters [message] and [size] related to env variable 'name' ?? When I execute 'env' with option 'ask' and do not enter any value for the environment variable,

Re: [U-Boot] [BUG] cmd : 'env exists envvar' does not display the existence of environment variable

2019-10-15 Thread Adarsh Babu Kalepalli
3&tag=263e577d-8a0d-4805-aed0-c94705b9fd3a> <#m_6203331441722922600_m_-6344178679015369129_m_4688685467448139936_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Mon, Oct 14, 2019 at 4:06 PM Wolfgang Denk wrote: > Dear Adarsh Babu Kalepalli, > > you should not flag your postings wi

[U-Boot] Unable to delete the hush shell local variables

2019-09-26 Thread Adarsh Babu Kalepalli
Hi, + u-boot version:2019.10-rc4 + H/W Board : Beaglebone Black + Issue : Unable to delete the hush shell local variables with 'local_variable_name=' at the shell prompt (similar to 'setenv env_variable_name'),I tried to delete a Hush shell local variable after creating it. This approach did no

[U-Boot] 'size/ext4size/fatsize' shell commands do not dispay the filesize

2019-09-26 Thread Adarsh Babu Kalepalli
Hello, Commands "size / ext4size / fatsize" do not display the file size. + u-boot version:2019.10-rc4 + H/W Board : Beaglebone Black + Command Causing Issue: size/ext4size/fatsize + Command Output: Size of the mentioned file is not displayed on serial console. Console Output from Beaglebone

[U-Boot] arm am335x: SATA Drive connectivity over USB interface

2019-09-30 Thread Adarsh Babu Kalepalli
Hi, u-boot Version: 2019.10-rc4 u-boot config : am335x-evm-defconfig h/w Board: Beaglebone Black Using a SATA-USB converter, 180GB SATA disk is interfaced with Beaglebone Black. Unable to initialze and access the device with "usb start" and other usb command options. Serial Console output of 'us