Skip to content

Commit 6d46a82

Browse files
committed
pluto: Add README
Signed-off-by: Stanca Pop <[email protected]>
1 parent 14de56f commit 6d46a82

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

Diff for: projects/pluto/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# PLUTO HDL Project
2+
3+
- Evaluation board product page: [ADALM-PLUTO](https://www.analog.com/adalm-pluto)
4+
- System documentation: https://wiki.analog.com/university/tools/pluto/users/quick_start
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/pluto/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|--------------------------------------------------------------|
11+
| [AD9363](https://www.analog.com/ad9363) | Radio frequency (RF) 2 × 2 transceiver with integrated 12-bit DACs and ADCs | |
12+
13+
## Building the project
14+
15+
```
16+
cd projects/pluto
17+
make
18+
```
19+
20+
Corresponding device trees:
21+
22+
- [zynq-pluto-sdr-revb.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-pluto-sdr-revb.dts)
23+
- [zynq-pluto-sdr-revc.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-pluto-sdr-revc.dts)

Diff for: projects/pluto/Readme.md

-10
This file was deleted.

0 commit comments

Comments
 (0)