
一、临时单次进 Shell推荐重启失效不破坏原有配置上电 → 出现Hit any key to stop autoboot立刻回车进 U-Boot ()1、沿用你原有 bootargs末尾追加init/bin/shshellsetenv bootargs mem48m earlyconpl011,0x11040000 consolettyAMA0,115200 clk_ignore_unused initcall_debug rw root/dev/mtdblock3 rootfstypejffs2 mtdpartssfc:256K(boot),256K(env),4M(kernel),4608K(rootfs),4032K(app),3008K(udisk),64K(active),64K(update) init/bin/sh2、启动内核shellboot开机直接进/#不会挂载 /etc/init.d、不会自动启动应用程序断电重启自动恢复正常启动。此时可以进行一些紧急操作操作完毕后可重新恢复第一步重启开发板plaintextreboot第二步在倒计时出现时按任意键进入 u-boot看到Hit any key to stop autoboot马上按回车第三步输入这条修复命令直接复制粘贴plaintextsetenv bootargs mem48m earlyconpl011,0x11040000 consolettyAMA0,115200 clk_ignore_unused initcall_debug rw root/dev/mtdblock3 rootfstypejffs2 mtdpartssfc:256K(boot),256K(env),4M(kernel),4608K(rootfs),4032K(app),3008K(udisk),64K(active),64K(update)第四步保存plaintextsaveenv第五步启动plaintextboot二、虚拟机Ubuntu挂起后网络图标看不见网络打不开