Skip to content
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

up_squared: samples/boards/up_squared/gpio_counter/ is failing #35970

Closed
yerabolu opened this issue Jun 4, 2021 · 1 comment
Closed

up_squared: samples/boards/up_squared/gpio_counter/ is failing #35970

yerabolu opened this issue Jun 4, 2021 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@yerabolu
Copy link
Contributor

yerabolu commented Jun 4, 2021

Describe the bug
samples/boards/up_squared/gpio_counter/ is failing to set HAT pin 35 to OUT (-22).

To Reproduce
Steps to reproduce the behavior:

  1. twister -W -p up_squared --device-testing --device-serial /dev/ttyUSB0 -T samples/boards/up_squared/gpio_counter/ --west-flash="~/up_squared.sh"
  2. see error

Expected behavior
Test should get executed and Pass as below:

Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)

Logs and console output

*** Booting Zephyr OS build v2.6.0-rc3-33-ga02704bacf46  ***
ERROR: cannot set HAT pin 35 to OUT (-22)

Environment (please complete the following information):

  • OS: Fedor 29
  • Toolchain. 12.4
  • Commit SHA: a02704b
@yerabolu yerabolu added bug The issue is a bug, or the PR is fixing a bug platform: up_squared labels Jun 4, 2021
@galak galak added the priority: low Low impact/importance bug label Jun 5, 2021
@jenmwms jenmwms removed their assignment Jul 6, 2021
@rljordan rljordan assigned chen-png and unassigned jenmwms Aug 4, 2021
@chen-png
Copy link
Collaborator

closed this, as the main problem is that the necessary gpio configuration of this test have not been done, I tested with the latest version, it was passed.

*** Booting Zephyr OS build zephyr-v2.6.0-2360-gc94e53c9f5b6 ***
counter: 0x0
counter: 0x1
counter: 0x2
counter: 0x3
counter: 0x4
counter: 0x5
counter: 0x6
counter: 0x7
counter: 0x8
counter: 0x9
counter: 0xa
counter: 0xc
counter: 0xd
counter: 0xe
counter: 0xf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants