Skip to content

Commit

Permalink
patch: Fix broken links in CDS Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulgupta2048 authored May 14, 2024
1 parent b09a185 commit 27719f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing-device-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ For private device types, balena will make the necessary changes when supplied w

## Step 4: Setting up Hardware in the Loop Testing Pipeline

In order to have the balenaOS image deployed to balenaCloud, it must first pass the [balenaOS automated test suite](./tests).
In order to have the balenaOS image deployed to balenaCloud, it must first pass the [balenaOS automated test suite](https://github.com/balena-os/meta-balena/tree/master/tests).
This involves the following steps:

1. Order [parts to build](https://github.com/balena-io-hardware/autokit-assembly-doc/blob/master/source/bom/bom.csv) the autokit test harness, [set it up](https://github.com/balena-io-hardware/autokit-assembly-doc/blob/master/README.md), and connect it to the board for which the the device support is being done for. With the autokit setup, you would be able to run the automated test suite and test your balenaOS image on the board.
Expand Down Expand Up @@ -282,7 +282,7 @@ See the repositories below for specific examples on how board support is provide
- [Freescale/NXP](http://www.nxp.com/): [balena-fsl-arm](https://github.com/balena-os/balena-fsl-arm)
- [ODROID](http://www.hardkernel.com/main/main.php): [balena-odroid](https://github.com/balena-os/balena-odroid)
- [Parallella](https://www.parallella.org/): [balena-parallella](https://github.com/balena-os/balena-parallella)
- [Technologic Systems](https://www.embeddedarm.com/): [balena-ts](https://github.com/balena-os/balena-ts)
- [Technologic Systems](https://www.embeddedts.com/): [balena-ts](https://github.com/balena-os/balena-ts)
- [Toradex](https://www.toradex.com/): [balena-toradex](https://github.com/balena-os/balena-toradex)
- [VIA](http://www.viatech.com/en/): [balena-via-arm](https://github.com/balena-os/balena-via-arm)
- [Zynq](http://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html): [balena-zc702](https://github.com/balena-os/balena-zc702)
Expand Down

0 comments on commit 27719f0

Please sign in to comment.