-
Notifications
You must be signed in to change notification settings - Fork 1.6k
projects/adrv9009: Updated README files #1730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cristianmihaipopa
wants to merge
1
commit into
main
Choose a base branch
from
adrv9009_readme
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# ADRV9009 HDL Project | ||
|
||
- Evaluation board product page: [EVAL-ADRV9008-9009](https://www.analog.com/eval-adrv9008-9009) | ||
- System documentation: | ||
- [User Guide](https://analogdevicesinc.github.io/documentation/eval/user-guide/transceiver/adrv9009/index.html) | ||
- [IIO Oscilloscope](https://analogdevicesinc.github.io/documentation/software/iio-oscilloscope/adrv9009/index.html) | ||
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adrv9009/index.html | ||
|
||
## Supported parts | ||
|
||
| Part name | Description | | ||
|---------------------------------------------|------------------------------------------------------------------| | ||
| [ADRV9009](https://www.analog.com/adrv9009) | Integrated Dual RF Tx, Rx, and Observation Rx | | ||
| [AD7291](https://www.analog.com/ad7291) | 8 channels, I2C, 12-bit SAR ADC with built-in temperature sensor | | ||
|
||
## Building the project | ||
|
||
Please enter the folder for the FPGA carrier you want to use and read the README.md. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ADRV9009/A10SOC HDL Project | ||
|
||
## Building the project | ||
|
||
This project is not parameterizable, it has a fixed configuration. | ||
|
||
``` | ||
cd projects/adrv9001/a10soc | ||
make | ||
``` | ||
|
||
Corresponding device tree: [socfpga_arria10_socdk_adrv9009_jesd204_fsm.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_adrv9009_jesd204_fsm.dts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# ADRV9009/S10SOC HDL Project | ||
|
||
## Building the project | ||
|
||
This project is not parameterizable, it has a fixed configuration. | ||
|
||
``` | ||
cd projects/adrv9001/s10soc | ||
make | ||
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ADRV9009/ZC706 HDL Project | ||
|
||
## Building the project | ||
|
||
``` | ||
cd projects/adrv9001/zc706 | ||
make | ||
``` | ||
|
||
All of the RX/TX link modes can be found in the [ADRV9009 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ADRV9009.pdf). We offer support for only a few of them. | ||
|
||
If other configurations are desired, then the parameters from the HDL project (found in *zc706/system_project.tcl*) need to be changed, as well as the Linux/no-OS project configurations. | ||
|
||
The overwritable parameters from the environment: | ||
|
||
- [RX/TX]_JESD_M: RX: **4** & TX: **4**; [RX/TX] number of converters per link | ||
- [RX/TX]_JESD_L: RX: **2** & TX: **4**; [RX/TX] number of lanes per link | ||
- [RX/TX]_JESD_S: RX: **1** & TX: **1**; [RX/TX] number of samples per converter per frame | ||
- RX_OS_JESD_M: **2**; number of converters per link | ||
- RX_OS_JESD_L: **2**; number of lanes per link | ||
- RX_OS_JESD_S: **1**; number of samples per frame | ||
|
||
Corresponding device tree: [zynq-zc706-adv7511-adrv9009-jesd204-fsm.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9009-jesd204-fsm.dts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ADRV9009/ZCU102 HDL Project | ||
|
||
## Building the project | ||
|
||
``` | ||
cd projects/adrv9001/zcu102 | ||
make | ||
``` | ||
|
||
All of the RX/TX link modes can be found in the [ADRV9009 data sheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ADRV9009.pdf). We offer support for only a few of them. | ||
|
||
If other configurations are desired, then the parameters from the HDL project (found in *zcu102/system_project.tcl*) need to be changed, as well as the Linux/no-OS project configurations. | ||
|
||
The overwritable parameters from the environment: | ||
|
||
- [RX/TX]_JESD_M: RX: **4** & TX: **4**; [RX/TX] number of converters per link | ||
- [RX/TX]_JESD_L: RX: **2** & TX: **4**; [RX/TX] number of lanes per link | ||
- [RX/TX]_JESD_S: RX: **1** & TX: **1**; [RX/TX] number of samples per converter per frame | ||
- RX_OS_JESD_M: **2**; number of converters per link | ||
- RX_OS_JESD_L: **2**; number of lanes per link | ||
- RX_OS_JESD_S: **1**; number of samples per frame | ||
|
||
Corresponding device tree: [zynqmp-zcu102-rev10-adrv9009-jesd204-fsm.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9009-jesd204-fsm.dts) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave just the first link, for the user guide