[U-Boot-Users] How to run "itest" command
    Vaibhav Hiremath 
    hvaibhav at gmail.com
       
    Wed Oct 10 15:13:58 CEST 2007
    
    
  
Hi
How "itest"command return the result on to serial console, I am
issueing following command on U-Boot prompt -
=> itest.b 3 == 5
It returns without any output.
I am using U-Boot-1.2.0 and my command defination looks like -
#define CONFIG_COMMANDS         ((CONFIG_CMD_DFL & ~CFG_CMD_NET) | \
                        CFG_CMD_MEMORY          | \
                        CFG_CMD_ENV             | \
                        CFG_CMD_FLASH           | \
                        CFG_CMD_MISC            | \
                        CFG_CMD_BSP             | \
                        CFG_CMD_ELF             | \
                        CFG_CMD_ASKENV          | \
                        CFG_CMD_REGINFO         | \
                        CFG_CMD_SDRAM           | \
                        CFG_CMD_CACHE           | \
                        CFG_CMD_NAND            | \
                        CFG_CMD_ITEST           | \
                        CFG_CMD_JFFS2           )
Can anybody tell me the exact procedure to get the result on U-boot
prompt from "itest" command?
Thanks in advance.
Thanks,
Vaibhav
    
    
More information about the U-Boot
mailing list