OOBE 调试
🗒️

OOBE 调试

Created by
ZhaohaoZhaohao
Tags
Chromium
Published
Published 2024-08-09 00:00
Last edited time
Last updated 2024-08-09 08:10
  1. 编译
    1. Copy shell
      USE="-chrome_debug_tests -build_tests -autotest -chrome_debug -cros-debug -runhooks -cfi -thinlto beta" emerge-vibe-bot chromeos-chrome
  1. 部署到真机
    1. Copy shell
      cros deploy 192.168.50.40 chromeos-chrome
  1. ssh 连接真机
    1. Copy shell
      ssh [email protected]
      • 如果遇到问题
        • Copy shell
          ssh-keygen -R "192.168.50.40"
  1. 重置
    1. Copy shell
      echo 'clobber' > /mnt/stateful_partition/.update_available && reboot
 

Comments