Chromecast with Google TV S-2.0 release.

Change-Id: I7088ec2f31fc96c236755aec9740201670facfa1
3 files changed
tree: df9a63c21c8c409608486ebc88425079b7d4c87a
  1. chromecast_with_google_tv_4k/
  2. chromecast_with_google_tv_hd/
  3. google_home/
  4. google_nest_hub_7_2nd_gen/
  5. google_nest_mini/
  6. google_nest_mini_v2/
  7. nest-wifi-pro/
  8. nest_audio/
  9. nest_wifi_pro/
  10. README.md
README.md

Instructions to access the open source code used in Google Nest products

Open source code for various Google Nest Wifis, Nest spreakers and displays versions after released after Oct, 2022 can be found below. For previous versions please refer to the Google Support page.

Nest Wifi products

Nest Wifi Pro

The open source manifests for Nest Wifi Pro releases can be found under nest_wifi_pro folder. For example, to download the code specified in 308974.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_wifi_pro/308974.xml
$ repo sync

Google Nest streaming products

Chromecast with Google TV 4K

The open source manifests for the kernel and bootlooder of Chromecast with Google TV 4K releases can be found under chromecast_with_google_tv_4k folder. For example, to download the code specified in 342494.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m chromecast_with_google_tv_4k/342494.xml
$ repo sync

For the device userspace opensource, please download AOSP code.

Chromecast with Google TV HD

The open source manifests for the kernel and bootlooder of Chromecast with Google TV HD releases can be found under chromecast_with_google_tv_hd folder. For example, to download the code specified in 342514.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m chromecast_with_google_tv_hd/342514.xml
$ repo sync

For the device userspace opensource, please download AOSP code.

Google Nest speakers and smart displays

Google Nest Hub 7", 2nd gen

The open source manifests for Nest Wifi Pro releases can be found under google_nest_hub_7_2nd_gen folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_hub_7_2nd_gen/324896.xml
$ repo sync

Nest Audio

The open source manifests for Nest Audio releases can be found under nest_audio folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m nest_audio/324896.xml
$ repo sync

Google Nest Mini v2

The open source manifests for Google Nest Mini v2 releases can be found under google_nest_mini_v2 folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini_v2/324896.xml
$ repo sync

Google Nest Mini

The open source manifests for Nest Nest Mini releases can be found under google_nest_mini folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_nest_mini/324896.xml
$ repo sync

Google Home

The open source manifests for Google Home releases can be found under google_home folder. For example, to download the code specified in 324896.xml, please run the following commands.

$ repo init -u https://nest-open-source.googlesource.com/manifests -b main -m google_home/324896.xml
$ repo sync

Obtain repo

Repo is a tool built on top of Git. Repo helps manage many Git repositories. You can download and learn more about it at https://gerrit.googlesource.com/git-repo/+/refs/heads/master/README.md