Lines Matching refs:your
1 # Loading autotestPrivate extension on your device
5 the extension on your device.
13 checkout. To load a test image on your device follow [these steps] from the
20 autotest extension on your device](#Loading-autotest-extension-on-your-device)
24 1. Run in your workstation:
39 1. Reboot your device for rootfs changes to take effect. Run:
45 ## Loading autotest extension on your device
47 1. Enter a Chrome OS chroot. Inside of your Chrome OS checkout directory run:
51 1. From inside your Chrome OS chroot run:
55 This will install the autotestPrivate extension manifest to your device.
57 1. Open a command prompt in your device and edit your command line flags.
64 1. In your device's command prompt run
70 1. Ssh to your device with `ssh -L 9333:localhost:9333 root@$IP_ADDR`
72 This will forward your device's devtools port to a local port on your
75 1. On your workstation, point your browser to `localhost:9333`.