uboot commad test

  test - minimal test like /bin/sh

  so we can use test command to some judge

  for example,

    test –n $uenvcmd    test var uenvcmd length !eq  zero

   detail learning you  can reference url: https://www.cnblogs.com/tankblog/p/6160808.html 

 

 Note: we can use test command to make dual system design  

    you can reference url : https://www.cnblogs.com/lianghong881018/p/9580236.html

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-04-12
  • 2021-12-19
  • 2022-12-23
  • 2022-02-25
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2021-10-08
  • 2022-02-02
  • 2022-12-23
  • 2021-11-02
  • 2021-09-24
相关资源
相似解决方案