Skip to content

Suport for Ubuntu Server 24.04 LTS#280

Merged
hiltonlima merged 25 commits intofall2024from
ubuntu_24_04
Jun 18, 2024
Merged

Suport for Ubuntu Server 24.04 LTS#280
hiltonlima merged 25 commits intofall2024from
ubuntu_24_04

Conversation

@hiltonlima
Copy link
Copy Markdown
Contributor

@hiltonlima hiltonlima commented Jun 12, 2024

  • Fix CLI poetry install warning
  • Fixing prerequisites for the Matter and TH installation
  • Improvements on the installation scripts
  • Adding wifi connection helper script

Backend PR: project-chip/certification-tool-backend#99

@samryanuofl
Copy link
Copy Markdown

@hiltonlima Following up on my comment from the previous PR (#273 (comment)), I tested on a Pi 4 on an earlier version of the test harness and had the same issue, so I think it's unrelated to these changes. Thanks!

@hiltonlima
Copy link
Copy Markdown
Contributor Author

@hiltonlima Following up on my comment from the previous PR (#273 (comment)), I tested on a Pi 4 on an earlier version of the test harness and had the same issue, so I think it's unrelated to these changes. Thanks!

Thanks for the feedback. Fill free to file an issue here https://github.com/project-chip/certification-tool/issues

Comment thread scripts/ubuntu/auto-update.sh Outdated
Comment thread scripts/update-setup-cli-dependencies.sh
@hiltonlima hiltonlima deleted the branch fall2024 June 17, 2024 17:45
@hiltonlima hiltonlima closed this Jun 17, 2024
@hiltonlima hiltonlima reopened this Jun 18, 2024
@hiltonlima hiltonlima changed the base branch from v2.11-beta2+fall2024 to main June 18, 2024 10:45
@hiltonlima hiltonlima changed the base branch from main to fall2024 June 18, 2024 10:46
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
@hiltonlima hiltonlima merged commit fc27b1d into fall2024 Jun 18, 2024
@hiltonlima hiltonlima deleted the ubuntu_24_04 branch June 18, 2024 10:50
hiltonlima added a commit that referenced this pull request Jun 20, 2024
* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Jun 26, 2024
* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Aug 16, 2024
* Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* TH Doctor Update - July 2024 (#305)

* Fixed image tag for both frontend and backend

* Updated sample semi-automated command (#190)

* Update Matter_TH_User_Guide.adoc

* Add files via upload

* Updated backend SHA (#193)

* Updated backend SHA in docker-compose file

* Change the user guide to emphasize the new distribution method. (#197)

* user guide adjustements for the new distribution approach.

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Add data model mapping to docker command (#199)

* Update user guide with data model volume mapping

* Fix mapping

* Updated backend submodule

* Updated docker-compose

* Update mapping in docker run command (#201)

* Fix installation error: Remove libssl-dev version (#203)

* Remove lib version

* adding comments

* Using satisfy

* Using satisfy

* uncomment the last line

* remove unsed

* Adding linux-modules-extra-raspi package

* Updated backend

* Updated backend submodule

* Updated docker compose file

* Revert backend sha in docker compose gile

* Udated back sha in docker-compose file

* Update backend

* Fix: Backend tag into docker compose file (#236)

* update docker compose
fix update.sh to allow use tag withou branch linked

* update backend commit

* update backend commit

* Update depedencies script

* Update script improviment

* Remove version (obsolete)

* Update backend

* update docker compose

* Update user guide

* Build docker iamges using cache

* Update user guide (#251)

* Fix libglib2.0-dev version

* Verify docker.download.com is reachable before attempting to install the Docker Package Repo in 1-install-dependencies.sh (#270)

* Update 1-install-dependendcies.sh docker curl

Updated
`curl -fsSL https://download.docker.com/linux/ubuntu/gpg`
To
`curl -4fsSL https://download.docker.com/linux/ubuntu/gpg`

This forces curl to use IPv4 addresses only, excluding IPv6.

This has randomly caused the curl call to fail, failing the 
TH installation.

Solution taken from this Stackoverflow thread
https://stackoverflow.com/questions/48056566/could-not-resolve-host-download-docker-com-while-installing-docker-ce

* Update 1-install-dependendcies.sh

* Update 1-install-dependendcies.sh - testing

* testing

* testing

* testing

* Restores install-pi-dependencies.sh and auto-install.sh
Adds explanation to retry logic

* Missed including this file....

* Fix docker installation (#277)

(cherry picked from commit 2209d25)

* Update backend Commit SHA

* Update docker image tag

* update release links

* Update TH user guide

* Update backend SHA

* Update user guide

* Update user guide

* Update backend tag

* Fix / update TH version info

* Adds db version info to th version info

* Adds proxy version info to TH version info

* Fixes commit message breaking the borders when multiline or too long

* Adds storage info to system information

* Splits os and network info into their own cmd arguments

* Adds usage at the end of any info

* Fix backend and frontend container names

* Adds extra error message info

* Updates TH components labels

* Refactors version info, adds container running check

* Removes docker containers script as it's redundant now

* Renames os script to th-system

* Renames network script to th-network

* Updates usage text and labels

* Minor error message update

* Adds new option to show docker logs

* Renames th-net-dut script to th-dut

* Updated label to docker compose version

* Removes unused comment

* Updates config.py file location (evaluates 2 locations)

* Gets fall2024 files

* Restores .gitmodules

* Restores .gitmodules

* Sets test_collections/matter/config.py as only file location

---------

Co-authored-by: Hilton Lima <hilton_lima@apple.com>
Co-authored-by: Suraj Seenivasan <suraj@graniteriverlabs.in>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Update Backend SHA

* Update backend SHA

* Version readability improvments

* Update backend sha

* Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message

* Update backend sha

* Update User Guide with info about Certification Mode (#329)

* Update User Guide With New Ubuntu Version (#318)

* Update the User Guide with the new Ubuntu version

* Update the User Guide PDF file

* Update backend sha

* Update Backend SHA

* Update frontend

* Update frontend SHA

* update docker compose

* Update backend SHA

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com>
Co-authored-by: Suraj Seenivasan <suraj@graniteriverlabs.in>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
Co-authored-by: Raul Marquez <rmarquez@csa-iot.org>
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Aug 26, 2024
* v2.11-beta2+fall2024:
  Update backend SHA
  update docker compose
  Update frontend SHA
  Update frontend
  Update Backend SHA
  Update backend sha
  Update User Guide With New Ubuntu Version (#318)
  Update User Guide with info about Certification Mode (#329)
  Update backend sha
  Ubuntu 22.04 is not more supported (#321)
  Update backend sha
  Version readability improvments
  Update backend SHA
  Update Backend SHA
  TH Doctor Update - July 2024 (#305)
  Suport for Ubuntu Server 24.04 LTS (#280)
hiltonlima added a commit that referenced this pull request Aug 27, 2024
* Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* TH Doctor Update - July 2024 (#305)

* Fixed image tag for both frontend and backend

* Updated sample semi-automated command (#190)

* Update Matter_TH_User_Guide.adoc

* Add files via upload

* Updated backend SHA (#193)

* Updated backend SHA in docker-compose file

* Change the user guide to emphasize the new distribution method. (#197)

* user guide adjustements for the new distribution approach.

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Add data model mapping to docker command (#199)

* Update user guide with data model volume mapping

* Fix mapping

* Updated backend submodule

* Updated docker-compose

* Update mapping in docker run command (#201)

* Fix installation error: Remove libssl-dev version (#203)

* Remove lib version

* adding comments

* Using satisfy

* Using satisfy

* uncomment the last line

* remove unsed

* Adding linux-modules-extra-raspi package

* Updated backend

* Updated backend submodule

* Updated docker compose file

* Revert backend sha in docker compose gile

* Udated back sha in docker-compose file

* Update backend

* Fix: Backend tag into docker compose file (#236)

* update docker compose
fix update.sh to allow use tag withou branch linked

* update backend commit

* update backend commit

* Update depedencies script

* Update script improviment

* Remove version (obsolete)

* Update backend

* update docker compose

* Update user guide

* Build docker iamges using cache

* Update user guide (#251)

* Fix libglib2.0-dev version

* Verify docker.download.com is reachable before attempting to install the Docker Package Repo in 1-install-dependencies.sh (#270)

* Update 1-install-dependendcies.sh docker curl

Updated
`curl -fsSL https://download.docker.com/linux/ubuntu/gpg`
To
`curl -4fsSL https://download.docker.com/linux/ubuntu/gpg`

This forces curl to use IPv4 addresses only, excluding IPv6.

This has randomly caused the curl call to fail, failing the 
TH installation.

Solution taken from this Stackoverflow thread
https://stackoverflow.com/questions/48056566/could-not-resolve-host-download-docker-com-while-installing-docker-ce

* Update 1-install-dependendcies.sh

* Update 1-install-dependendcies.sh - testing

* testing

* testing

* testing

* Restores install-pi-dependencies.sh and auto-install.sh
Adds explanation to retry logic

* Missed including this file....

* Fix docker installation (#277)

(cherry picked from commit 2209d25)

* Update backend Commit SHA

* Update docker image tag

* update release links

* Update TH user guide

* Update backend SHA

* Update user guide

* Update user guide

* Update backend tag

* Fix / update TH version info

* Adds db version info to th version info

* Adds proxy version info to TH version info

* Fixes commit message breaking the borders when multiline or too long

* Adds storage info to system information

* Splits os and network info into their own cmd arguments

* Adds usage at the end of any info

* Fix backend and frontend container names

* Adds extra error message info

* Updates TH components labels

* Refactors version info, adds container running check

* Removes docker containers script as it's redundant now

* Renames os script to th-system

* Renames network script to th-network

* Updates usage text and labels

* Minor error message update

* Adds new option to show docker logs

* Renames th-net-dut script to th-dut

* Updated label to docker compose version

* Removes unused comment

* Updates config.py file location (evaluates 2 locations)

* Gets fall2024 files

* Restores .gitmodules

* Restores .gitmodules

* Sets test_collections/matter/config.py as only file location

---------

Co-authored-by: Hilton Lima <hilton_lima@apple.com>
Co-authored-by: Suraj Seenivasan <suraj@graniteriverlabs.in>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Update Backend SHA

* Update backend SHA

* Version readability improvments

* Update backend sha

* Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message

* Update backend sha

* Update User Guide with info about Certification Mode (#329)

* Update User Guide With New Ubuntu Version (#318)

* Update the User Guide with the new Ubuntu version

* Update the User Guide PDF file

* Update backend sha

* Update Backend SHA

* Update frontend

* Update frontend SHA

* update docker compose

* Update backend SHA

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com>
Co-authored-by: Suraj Seenivasan <suraj@graniteriverlabs.in>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
Co-authored-by: Raul Marquez <rmarquez@csa-iot.org>
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Aug 27, 2024
* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Aug 27, 2024
Squashed commits:
[0fae49e] Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message
[26c2720] Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Aug 28, 2024
Squashed commits:
[0fae49e] Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message
[26c2720] Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh



---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Sep 9, 2024
* Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message

* [Feature] Adding a Cleanup Script (#340)

* Update User Guide For Fall2024 (#336)

* Update the user guide

Add version to the front page, add warning regarding the ubuntu version and update a OTBR command

* Apply change suggestion

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Syncing the pdf file with the last commit

* Remove unnecessary break line

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Changing to correct TH version

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Updating pdf

* Fixing the Thread RCP Firmware link and adding a section with link to the binaries application for the NRF52840DK device

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Updating revision history table

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Adding a cleanup script to the project

* Improving cleanup script and adding related changes to the User Guide

* Simplifying commands of the cleanup script

* Updating front page version and pdf file

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Update pkg list for ubuntu2404 (#350)

* Update Backend SHA

* Update frontend

* Update frontend SHA

* update docker compose

* Update backend SHA

* update pkg list

* Update Backend SHA

* Update frontend

* update docker compose

* update pkg list

---------

Co-authored-by: Hilton Lima <hilton_lima@apple.com>

* Installation Script: Check if current user is 'ubuntu' (#346)

* initial version

* Improve error visualization
Fix if logic

* User guide: Ensure user name must be 'ubuntu' (#366)

* Add rasp 5 support
Remove TH image mentions

* Added warning to username

* update pdf

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Fix history line indentantion

* Fix bullet list structure

* Fix bullet list structure

* update pdf file

---------

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Isolate package dependency list (#383)

* create file

* update backend

* update backend

* update backend

* update backend

* update backend

* added -y option

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend to main branch

* Move script from backend

* User guide updates (#398)

* replace project config images

* Added note to Thread Device Mode (auto)

* change items order

* Remove TEDS section

* qr-code and manual-code parameters

* Fix xml indentation

* pdf updated

* User guide: Add test parameters section for SDK python tests (#405)

* Move pixit section
Add test parameters examples
Change indentation of some sub items

* add manual command

* add history

* rename link for verification document

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>

* Move section
change ToC level

* pr review

* Section update Update TH sample apps

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Move pixit section

* Reorder SDK python test parameters sub items

* Update pdf

* Add step to print SO information (docker container)

* Update TH version

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* update pdf

---------

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* update backend SHA

* Update frontend SHA

* Update docker compose

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
hiltonlima added a commit that referenced this pull request Sep 25, 2024
* fall2024:
  Update UG
  Updated backend. Fix data_model mapped volume.
  Updated backend. Fix data_model mapped volume.
  Update docker-compose
  Updated backend
  Update docker compose
  Update frontend SHA
  update backend SHA
  User guide: Add test parameters section for SDK python tests (#405)
  User guide updates (#398)
  Move script from backend
  Isolate package dependency list (#383)
  User guide: Ensure user name must be 'ubuntu' (#366)
  Installation Script: Check if current user is 'ubuntu' (#346)
  Update pkg list for ubuntu2404 (#350)
  [Feature] Adding a Cleanup Script (#340)
  Ubuntu 22.04 is not more supported (#321)
  Suport for Ubuntu Server 24.04 LTS (#280)

# Conflicts:
#	backend
#	docker-compose.yml
#	docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc
#	docs/Matter_TH_User_Guide/Matter_TH_User_Guide.pdf
hiltonlima added a commit that referenced this pull request Sep 26, 2024
* Suport for Ubuntu Server 24.04 LTS (#280)

* update packages version

* auto-install script refactoring

* Add wifi connect helper script

* Adding commom ble packages

* Update scripts/pi-setup/install-pi-dependencies.sh

* Improving docker instalation script

* Improving scripts log

* Improving scripts log

* Improving scripts log

* remove unused code

* improve utils script

* improve utils script

* fix order

* PR review

* PR review

* Update backend SHA

* Fix CLI dependencies installation

* Fix CLI dependencies installation

* update backend sha

* update backend sha

* update backend sha

* Do not use apt in bash

* update backend sha

* Update backend sha

* Update scripts/ubuntu/auto-update.sh

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Ubuntu 22.04 is not more supported (#321)

* check ubuntu version

* update backend sha

* fix validation

* Update error message

* [Feature] Adding a Cleanup Script (#340)

* Update User Guide For Fall2024 (#336)

* Update the user guide

Add version to the front page, add warning regarding the ubuntu version and update a OTBR command

* Apply change suggestion

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Syncing the pdf file with the last commit

* Remove unnecessary break line

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Changing to correct TH version

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Updating pdf

* Fixing the Thread RCP Firmware link and adding a section with link to the binaries application for the NRF52840DK device

Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Updating revision history table

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Adding a cleanup script to the project

* Improving cleanup script and adding related changes to the User Guide

* Simplifying commands of the cleanup script

* Updating front page version and pdf file

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>

* Update pkg list for ubuntu2404 (#350)

* Update Backend SHA

* Update frontend

* Update frontend SHA

* update docker compose

* Update backend SHA

* update pkg list

* Update Backend SHA

* Update frontend

* update docker compose

* update pkg list

---------

Co-authored-by: Hilton Lima <hilton_lima@apple.com>

* Installation Script: Check if current user is 'ubuntu' (#346)

* initial version

* Improve error visualization
Fix if logic

* User guide: Ensure user name must be 'ubuntu' (#366)

* Add rasp 5 support
Remove TH image mentions

* Added warning to username

* update pdf

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Fix history line indentantion

* Fix bullet list structure

* Fix bullet list structure

* update pdf file

---------

Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>

* Isolate package dependency list (#383)

* create file

* update backend

* update backend

* update backend

* update backend

* update backend

* added -y option

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend sha

* update backend to main branch

* Move script from backend

* User guide updates (#398)

* replace project config images

* Added note to Thread Device Mode (auto)

* change items order

* Remove TEDS section

* qr-code and manual-code parameters

* Fix xml indentation

* pdf updated

* User guide: Add test parameters section for SDK python tests (#405)

* Move pixit section
Add test parameters examples
Change indentation of some sub items

* add manual command

* add history

* rename link for verification document

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>

* Move section
change ToC level

* pr review

* Section update Update TH sample apps

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>

* Move pixit section

* Reorder SDK python test parameters sub items

* Update pdf

* Add step to print SO information (docker container)

* Update TH version

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* Update docs/Matter_TH_User_Guide/Matter_TH_User_Guide.adoc

Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* update pdf

---------

Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>

* update backend SHA

* Update frontend SHA

* Update docker compose

* Updated backend

* Update docker-compose

* Updated backend. Fix data_model mapped volume.

* Updated backend. Fix data_model mapped volume.

* Update UG

---------

Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
Co-authored-by: Raul Marquez <130402456+raul-marquez-csa@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: fabiowmm <116586985+fabiowmm@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants