ReleaseEngineering/Archive/Android Tegras: Difference between revisions

Add instructions on moving a tegra between foopies
(document new tegra -> foopy -> build master mapping)
(Add instructions on moving a tegra between foopies)
Line 179: Line 179:
  adb connect <ipaddr of tegra>
  adb connect <ipaddr of tegra>
  adb shell
  adb shell
== Move a tegra from one foopy to another ==
The steps are written for moving one tegra. If you're moving a bunch, then you may want to apply each major step to all tegras involved, and use the "reconfigure foopy" approach to save work.
# update foopies.sh in your working directory
# in buildbot, request a "graceful shutdown"
#* wait for tegra to show "idle"
# on the old foopy:
#* stop the tegra via <tt>/builds/stop_cp.sh</tt>
#* manually remove the tegra from the <tt>/builds/create_dirs.sh</tt> file
#** <strike>'''OR''' run <tt>./foopies.sh old_foopy_number</tt> from your working directory</strike> blocked by: {{bug|713690}}
# on the new foopy:
#* manually add the tegra to the <tt>/builds/create_dirs.sh</tt> file
#** skip if doing initial configuration of the new foopy
#* manually run <tt>cd /builds; ./create_dirs.sh</tt>
#** skip if doing initial configuration of the new foopy
#** <strike>'''OR''' run <tt>./foopies.sh new_foopy_number</tt> from your working directory</strike> blocked by: {{bug|713690}}
#* restart the tegras using <tt>cd /builds ; ./start_cp.sh</tt>
# commit the changes to <tt>foopies.sh</tt>


= Environment =
= Environment =
Confirmed users
1,351

edits