canmove, Confirmed users
225
edits
Line 28: | Line 28: | ||
Gaia d4655e7..9da1b9c | Gaia d4655e7..9da1b9c | ||
===Setting up for Bisecting=== | |||
Your first step should be to make a new build of the latest code for your device: | |||
<pre> | |||
$ ./config.sh hamachi | |||
$ ./build.sh -j | |||
$ ./flash.sh | |||
</pre> | |||
Confirm that it builds, flashes, and the device reboots successfully. | |||
===Is it in Gecko or Gaia?=== | ===Is it in Gecko or Gaia?=== | ||
Line 40: | Line 52: | ||
To do that you start off by creating a build of the master branch for your device: | To do that you start off by creating a build of the master branch for your device: | ||
Next, you need to use git to check out the correct versions of Gecko and Gaia: | Next, you need to use git to check out the correct versions of Gecko and Gaia: |