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

Enable Zynq Temperature Monitoring #27

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion design/os/petalinux-custom/.petalinux/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ VALIDATE_HW_CHKSUM=1
HARDWARE_PATH=/u/ucm28261/develop/projects/cfi-daq/cfi-daq/loki-2020-fixed/loki/design/os/petalinux-custom/design_4cg_2gb.xsa
HARDWARE_CHECKSUM=cf64b8b449d951ef57cfe3434c60f4da
YOCTO_SDK=b034efc026f5f7d24a4732927cb62e43
RFSCONFIG_CHKSUM=2201a5fc85dc4141ed9833e74649aef2
RFSCONFIG_CHKSUM=374227037211ec8181243c42e8f7d9f1
Original file line number Diff line number Diff line change
Expand Up @@ -4067,7 +4067,7 @@ CONFIG_hellopm=y
#
# packagegroup-petalinux-lmsensors
#
# CONFIG_packagegroup-petalinux-lmsensors is not set
CONFIG_packagegroup-petalinux-lmsensors=y
# CONFIG_packagegroup-petalinux-lmsensors-dbg is not set
# CONFIG_packagegroup-petalinux-lmsensors-dev is not set

Expand Down Expand Up @@ -4226,11 +4226,13 @@ CONFIG_spidev-test=y
# user packages
#
CONFIG_libgpiod-python=y
CONFIG_libiio=y
CONFIG_odin-control=y
CONFIG_odin-devices=y
CONFIG_odin-sequencer=y
CONFIG_python3-pip=y
CONFIG_python3-psutil=y
# CONFIG_python3-pynq is not set
CONFIG_python3-pyzmq=y
CONFIG_python3-smbus=y
CONFIG_python3-spidev=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ CONFIG_python3-pyzmq

CONFIG_python3-psutil

CONFIG_python3-pynq

CONFIG_libiio_git-python3

#CONFIG_libgpiod-python
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SRCREV = "92d6a35f3d8d721cda7d6fe664b435311dd368b4"
PV = "0.23+git${SRCPV}"