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

[epics] setup epics on radxa zero 3e with dietpi installed #134

Open
konosubakonoakua opened this issue Jan 20, 2025 · 1 comment
Open

Comments

@konosubakonoakua
Copy link
Owner

konosubakonoakua commented Jan 20, 2025

epoll issue (dietpi)

After I installed softioc, encounterd:

libevent Warn: epoll_wait: Function not implemented
2025-01-20T14:12:52.354942535 CRIT pvxs.loop Exit loop worker: -1 for 0xffffa8000c70

must add EVENT_NOEPOLL=1 before your command
or just insert the code below

import os
os.environ['EVENT_NOEPOLL'] = '1'

I have raised an issue in pvxs: epics-base/pvxs#96

Repository owner locked and limited conversation to collaborators Jan 20, 2025
@konosubakonoakua
Copy link
Owner Author

konosubakonoakua commented Jan 20, 2025

i2c issue

i2c3 on Pin 3/5 is not enabled by default.
BTW 0x22 is occupied by PD delivery chip

We need to use additional device tree overlays here(radxa-overlays action artifacts)
Or just use the file I have uploaded: linux-rk356x.zip

Then

cp ~/shared/rk3568-i2c3-m0.dtbo /boot/dtb-5.10.160-legacy-rk35xx/rockchip/

Then modify /boot/dietpiEnv.txt

overlay_path=rockchip
overlay_prefix=rk3568
overlays=i2c3-m0
user_overlays=

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant