
11 Mar
2024
11 Mar
'24
3:52 p.m.
On 3/11/24 15:39, Tom Rini wrote:
On Mon, Mar 11, 2024 at 02:40:59PM +0530, Love Kumar wrote:
Hi,
On 11/03/24 2:11 pm, Angelo Dureghello wrote:
Hi,
jfyi,
reset support added in qemu merged as commit d3c79c3974.
Regards, angelo
The other issue was with echo commands: => echo $modeboot $modeboot
=> echo $? $?
Does HUSH shell is enabled by default for this?
It is not, so at least the saveenv test needs to depend on HUSH_PARSER too.
Based on logs on this platform echo $? doesn't return any value. There is any config for it which is not enabled for this platform. Do you know which Kconfig symbol it is?
Depending on HUSH is likely big hammer but I was not able to find that exact Kconfig symbol just for $?
thanks, Michal