Hi,
I'm trying to find a file within u-boot and need to be able to use some sort of wildcards with the 'load' command. I've read that the Hush shell supports wildcards (such as * or ?) but haven't been able to successfully get them to work.
Do anybody know if this is something I can enable at compile time, or if the Hush parser even supports wildcards? Reading cli_hush.c, it doesn't seem like I can, but I don't really know that much about it.
Thanks,
Tom