Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into rs-g2l100
Browse files Browse the repository at this point in the history
  • Loading branch information
xingGTC authored Oct 7, 2023
2 parents 2b36671 + 464499c commit 56dcdec
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 41 deletions.
31 changes: 18 additions & 13 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ on:
pull_request_target:
branches: [ main, master, develop ]

# Cancel in-progress jobs or runs for the current workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
process-pull-request:
runs-on: self-hosted
steps:
- name: Cancel previous runs
uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Cancel previous runs
# uses: n1hility/cancel-previous-runs@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

# HACK! 96Boards is currently using an old Jekyll theme that caches
# built images inside the source directory which gets reset when the
Expand All @@ -23,7 +28,7 @@ jobs:
run: MS="$GITHUB_WORKSPACE/website/merged_sources"; if [ -d "$MS" ]; then mv "$MS" "$GITHUB_WORKSPACE"; fi

- name: Fetch website repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
path: website
Expand All @@ -33,7 +38,7 @@ jobs:
run: MS="$GITHUB_WORKSPACE/merged_sources"; if [ -d "$MS" ]; then mv "$MS" "$GITHUB_WORKSPACE/website"; fi

- name: Fetch docs repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: 96boards/documentation
Expand Down Expand Up @@ -68,10 +73,10 @@ jobs:
- name: Check routing rules
run: /srv/github-action-scripts/test-routing-rules.sh

- name: Run Pa11y scan
uses: benc-uk/workflow-dispatch@v1
with:
workflow: CheckSite
repo: linaro-its/pa11y-ci-container
token: ${{ secrets.BUILD_REPO_TOKEN }}
inputs: '{ "uri": "${{ env.SITE_URL }}" }'
# - name: Run Pa11y scan
# uses: benc-uk/workflow-dispatch@v1
# with:
# workflow: CheckSite
# repo: linaro-its/pa11y-ci-container
# token: ${{ secrets.BUILD_REPO_TOKEN }}
# inputs: '{ "uri": "${{ env.SITE_URL }}" }'
46 changes: 29 additions & 17 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ on:
branches: [ main, master, develop ]
workflow_dispatch:

# Cancel in-progress jobs or runs for the current workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
process-push:
runs-on: self-hosted
steps:
- name: Cancel previous runs
uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Cancel previous runs
# uses: n1hility/cancel-previous-runs@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

# HACK! 96Boards is currently using an old Jekyll theme that caches
# built images inside the source directory which gets reset when the
Expand All @@ -24,7 +29,7 @@ jobs:
run: MS="$GITHUB_WORKSPACE/website/merged_sources"; if [ -d "$MS" ]; then mv "$MS" "$GITHUB_WORKSPACE"; fi

- name: Fetch website repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: website

Expand All @@ -33,7 +38,7 @@ jobs:
run: MS="$GITHUB_WORKSPACE/merged_sources"; if [ -d "$MS" ]; then mv "$MS" "$GITHUB_WORKSPACE/website"; fi

- name: Fetch docs repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 96boards/documentation
path: documentation
Expand All @@ -44,7 +49,7 @@ jobs:
- run: env

- name: Directory push/pop
uses: linaro-its/directory-push-and-pop@v2.4
uses: linaro-its/directory-push-and-pop@v3.0
with:
cacheDirectory: /srv/site-builds
namedDirectory: ${{ env.SITE_URL }}
Expand All @@ -57,14 +62,21 @@ jobs:

- run: cat $GITHUB_EVENT_PATH

# - name: Check links
# run: >-
# /srv/github-action-scripts/check-links.sh
# ${{ github.workspace }}/website/${{ env.SITE_URL }}
# --skip-dns-check ${{ github.workspace }}/website/_data/fqdn_exceptions.txt
# --create-github-issue https://api.github.com/repos/96boards/website/issues
# --assign-github-issue '["ric96", "Yang-96Boards"]'
# --github-access-token ${{ secrets.GITHUB_TOKEN }}

- name: Check links
run: >-
/srv/github-action-scripts/check-links.sh
${{ github.workspace }}/website/${{ env.SITE_URL }}
--skip-dns-check ${{ github.workspace }}/website/_data/fqdn_exceptions.txt
--create-github-issue https://api.github.com/repos/96boards/website/issues
--assign-github-issue '["ric96", "Yang-96Boards"]'
--github-access-token ${{ secrets.GITHUB_TOKEN }}
--no-external-errors
- name: Check routing rules
run: /srv/github-action-scripts/test-routing-rules.sh
Expand All @@ -87,10 +99,10 @@ jobs:
- name: Invalidate CloudFront cache
run: /srv/github-action-scripts/invalidate-cloudfront.sh

- name: Run Pa11y scan
uses: benc-uk/workflow-dispatch@v1
with:
workflow: CheckSite
repo: linaro-its/pa11y-ci-container
token: ${{ secrets.BUILD_REPO_TOKEN }}
inputs: '{ "uri": "${{ env.SITE_URL }}" }'
# - name: Run Pa11y scan
# uses: benc-uk/workflow-dispatch@v1
# with:
# workflow: CheckSite
# repo: linaro-its/pa11y-ci-container
# token: ${{ secrets.BUILD_REPO_TOKEN }}
# inputs: '{ "uri": "${{ env.SITE_URL }}" }'
11 changes: 5 additions & 6 deletions _product/ce/qualcomm-robotics-rb1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,15 @@ attributes:
LE build from Linaro
LU build from Thundercomm
---
The Qualcomm® Robotics RB1 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.
The Qualcomm® Robotics RB1 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.

The Qualcomm Robotics RB1 platform is powered by Qualcomm® QRB2210 Robotics SoC, and it integrates high-level features, AI solutions, and powerful performance in a unified, cost-effective solution giving OEMs, ODMs, and developers the flexibility to design and create a generation of high-performance everyday robotics and IoT products. The Qualcomm Robotics RB1 combines heterogeneous compute and AI focused performance, communications technologies, and new levels of cost-effectiveness and accessibility for the industry. The platform is optimized for smaller devices and lower power consumption.
The Qualcomm Robotics RB1 platform is powered by Qualcomm® QRB2210 Robotics SoC, and it integrates high-level features, AI solutions, and powerful performance in a unified, cost-effective solution giving OEMs, ODMs, and developers the flexibility to design and create a generation of high-performance everyday robotics and IoT products. The Qualcomm Robotics RB1 combines heterogeneous compute and AI focused performance, communications technologies, and new levels of cost-effectiveness and accessibility for the industry. The platform is optimized for smaller devices and lower power consumption.

Built on the Qualcomm Robotics RB1 and Qualcomm Robotics RB2 platforms, the kits are ideal for OEMs, ODMs, and IoT developers. In a cost-effective package, they combine the computing, camera features, artificial intelligence and connectivity you need to take mass-market robotics and IoT products to consumers.
Built on the Qualcomm Robotics RB1 and Qualcomm Robotics RB2 platforms, the kits are ideal for OEMs, ODMs, and IoT developers. In a cost-effective package, they combine the computing, camera features, artificial intelligence and connectivity you need to take mass-market robotics and IoT products to consumers.

There are three options to purchase the Qualcomm® Robotics RB1 Development Kit. The Core Kit includes just the mainboard and the QRB2210 SoM, whereas the Vision Kit includes the Vision Mezzanine and Camera Modules, and the Full Kit includes a display panel in addition.

The Qualcomm® Robotics RB2 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.
There are three options to purchase the Qualcomm® Robotics RB1 Development Kit. The Core Kit includes just the mainboard and the QRB2210 SoM, whereas the Vision Kit includes the Vision Mezzanine and Camera Modules, and the Full Kit includes a display panel in addition.

The Qualcomm® Robotics RB2 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.
***

## Additional Information
Expand Down
9 changes: 4 additions & 5 deletions _product/ce/qualcomm-robotics-rb2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,13 @@ attributes:
LE build from Linaro
LU build from Thundercomm
---
The Qualcomm® Robotics RB2 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.
The Qualcomm® Robotics RB2 Development kit contains a robotics-focused development board and compliant with the 96Boards open hardware specification which supports a broad range of mezzanine-board expansions for rapid prototyping.

At the heart of the kit is the Qualcomm® QRB4210 processor, customized for robotics applications. The QRB4210 SoC offers maximum mid-tier benefits delivering greater performance. With the Qualcomm® Kryo™ 260 CPU architecture for increased speeds and robust on-device performance, in addition to the 3rd generation Qualcomm® AI Engine, this platform delivers powerful performance, dynamic camera capabilities and Wi-Fi 6-ready connectivity, ideal for industrial and commercial IoT applications such as industrial handhelds in logistics and warehousing, security panels and cameras. For increased intuitive on-device intelligence, devices based on this new solution will help enable productive and efficient work environments.
At the heart of the kit is the Qualcomm® QRB4210 processor, customized for robotics applications. The QRB4210 SoC offers maximum mid-tier benefits delivering greater performance. With the Qualcomm® Kryo™ 260 CPU architecture for increased speeds and robust on-device performance, in addition to the 3rd generation Qualcomm® AI Engine, this platform delivers powerful performance, dynamic camera capabilities and Wi-Fi 6-ready connectivity, ideal for industrial and commercial IoT applications such as industrial handhelds in logistics and warehousing, security panels and cameras. For increased intuitive on-device intelligence, devices based on this new solution will help enable productive and efficient work environments.

Built on the Qualcomm Robotics RB1 and Qualcomm Robotics RB2 platforms, the kits are ideal for OEMs, ODMs, and IoT developers. In a cost-effective package, they combine the computing, camera features, artificial intelligence and connectivity you need to take mass-market robotics and IoT products to consumers.

There are three options to purchase the Qualcomm® Robotics RB2 Development Kit. The Core Kit includes just the mainboard and the QRB4210 SoM, whereas the Vision Kit includes the Vision Mezzanine and Camera Modules, and the Full Kit includes a display panel in addition.
Built on the Qualcomm Robotics RB1 and Qualcomm Robotics RB2 platforms, the kits are ideal for OEMs, ODMs, and IoT developers. In a cost-effective package, they combine the computing, camera features, artificial intelligence and connectivity you need to take mass-market robotics and IoT products to consumers.

There are three options to purchase the Qualcomm® Robotics RB2 Development Kit. The Core Kit includes just the mainboard and the QRB4210 SoM, whereas the Vision Kit includes the Vision Mezzanine and Camera Modules, and the Full Kit includes a display panel in addition.
***

## Additional Information
Expand Down

0 comments on commit 56dcdec

Please sign in to comment.