Conversation
acd8219 to
da17d25
Compare
frequency and peaks for a measured signal. Signed-off-by: Alexandra Trifan <Alexandra.Trifan@analog.com>
6ab7adc to
74fb9fc
Compare
74fb9fc to
bde3ad0
Compare
bde3ad0 to
406ba92
Compare
|
Can you please upload the rpi-ad9545-hmc7044 devicetree's sources (all 3 of them)? Also, maybe instead of using uploaded binaries you can use dtc to compile them on the fly. |
6a4c33a to
7c11f0e
Compare
Test output frequencies one by one. Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
7c11f0e to
693db37
Compare
Added scripts for testing inputs of hmc and ad9545. Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Added one script to call all the other which run on synchrona. Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Added the overlays for the test cases in the test folder. Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
…c/production-tests into reorganize_tests
Signed-off-by:Monica Constandachi<monica.constandachi@analog.com>
Signed-off-by: Monica Constandachi <monica.constandachi@analog.com>
Signed-off-by: Monica Constanddachi <monica.constandachi@analog.com>
Signed-off-by: Monica Constandachi <monica.constandachi@analog.com>
Aids in easier diffing & conflict resolution between revisions. Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
Setup: * Install Docker * Build & install Openocd with support for MAX32xxx ICs * Install Ubltools (requires GITHUB_TOKEN variable to be set) * Download zephyr toolchain * Build docker image with ROS 2 automated test (see adrd3161_tests) Runtime: * Use ublcli to bootstrap TMC9660 * Use zephyr gdb to modify firmware with serial number * Use openocd to write MAX32662 firmware * Run docker container with tests and report any errors Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
* Flush out initial UART garbage from signal bounce when connecting the probe * Exit bootstrap mode on a successful OTP write Signed-off-by: Ioan Dragomir <ioan.dragomir@analog.com>
- Update telemetry instalation and add cryptography version update to avoid dependency version errors - Change default Python version to being system appropriate - Update libiio installation steps Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
Signed-off-by: Cristina Suteu <cristina.suteu@analog.com>
- Modify pip installation test based on debian versions - Setup network using DHCP or Network Manager based on the Kuiper version used to match distro preferences Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
Signed-off-by:Monica Constandachi <monica.constandachi@analog.com>
- Add config files used in firmware application - Apply firmware and test RX TX LED blink - Apply testing firmware that allows slcan to work - Initialize CAN protocol, test CAN dump, CAN RX and TX - Test whether LED set on GPIO 24 has turned ON - Test the presence of measurements on the ADIS16470 Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
- Automatically add overlays in the /boot/config.txt file - Update open ocd setup steps by adding necessary dependency in the installation steps - Fix misspelling Signed-off-by: Evelyn Plesca <evelyn-iulia.plesca@analog.com>
Signed-off-by: Cristina Suteu <cristina.suteu@analog.com>
Signed-off-by: Monica Constandachi <monica.constandachi@analog.com>
e119eca to
86e257e
Compare
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
Signed-off-by: constmonica <Monica.Constandachi@analog.com>
Signed-off-by: Monica Constandachi <Monica.Constandachi@analog.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
With the way tests are currently organized in folders, the code in setup_env.sh, config.sh, lib/production.sh, etc was mostly duplicated in every production test folder, with very few additions and modifications. All the production scripts were moved to a single folder main_tests, which contains all the common files and device specific folders only for scripts that are particular for a certain setup.
The setup_env script is run with a BOARD parameter, based on which the pi is configured specifically for the chosen board.
The changes were tested with 2 different setups (synchrona and adrv9361) and the overall functionality and user experience is the same.
Waiting for suggestions for naming or any further structure related changes.