Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N notebook
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mark Stevens
  • notebook
  • Wiki
  • raspberry pi rack logging

raspberry pi rack logging · Changes

Page history
mstevens created page: qbert implementation authored Jan 12, 2017 by Mark Stevens's avatar Mark Stevens
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 0 deletions
+9 -0
  • raspberry-pi-rack-logging.md raspberry-pi-rack-logging.md +9 -0
  • No files found.
raspberry-pi-rack-logging.md
View page @ 3aa69a47
......@@ -15,3 +15,12 @@ PI->Preferences :
Now you can connect over ssh
` ssh pi@rackpi-01.local`
and over VNC (use TightVNC) with `rackpi.local`
scp update.img to all racks:
-----------
`for i in $(seq 1 5); do scp /Volumes/platforms/rk312x/rockdev/bzt16wifi02-rkimage-1.0.0-1036-user.img pi@rackpi-A0${i}.local:~/bzt16wifi02-rkimage-1.0.0-1036-user.img; done`
ClusterSSH into all racks:
-----
`csshx pi@rackpi-A01.local pi@rackpi-A02.local pi@rackpi-A03.local pi@rackpi-A04.local pi@rackpi-A05.local`
\ No newline at end of file
Clone repository
  • branch code plan
  • build and test configuration
  • build artifact versioning
  • build server instrumented testing
  • build server move
  • bzt16wifi02 releases
  • bzt18uxa02 releases
  • configuration settings and permissions
  • create a repo from cli in gitlab
  • engineering status
  • feature deployment
  • gitlab installation instructions
  • Home
  • ota update and deployment
  • qbert implementation
View All Pages