-
Notifications
You must be signed in to change notification settings - Fork 1.7k
RPI2 multiple openmax pipelines block temperature sensor and more #567
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
Comments
I don't think it is the openmax pipelines, but probably connections to gencmd. First what is the application you are running that uses openmax? Does it need gencmd? Does it call bcm_host_init() (which starts the gencmd service).? |
I use gst omx that call bcm_host_init I use 3 omx elements(per process) it still init it just once base on openmax code in rpi userspace libraries but then I have 3 processes |
Can you test this firmware? |
It is working now. |
Yes, this change should be in next rpi-update firmware update (and later in apt-get) as long as no regressions are spotted. |
kernel: BCM270X_DT: Switch Compute Module to MMC kernel: pwm overlays: Params must have in-overlay targets kernel: BCM270X_DT: Build and document the wittypi overlay firmware: di_adv: Avoid setting undefined flags in first deinterlaced frame firmware: di_adv: acquire user and main when we are releasing every frame See: #546 firmware: arm_loader: Initialise the mini-UART when appropriate See: #553 firmware: vchi_services: Increase number of connections to services from 3 to 8 See: #567 firmware: audio_decode: Don't report format changes when passthough is enabled See: xbianonpi/xbian#807
kernel: BCM270X_DT: Switch Compute Module to MMC kernel: pwm overlays: Params must have in-overlay targets kernel: BCM270X_DT: Build and document the wittypi overlay firmware: di_adv: Avoid setting undefined flags in first deinterlaced frame firmware: di_adv: acquire user and main when we are releasing every frame See: raspberrypi/firmware#546 firmware: arm_loader: Initialise the mini-UART when appropriate See: raspberrypi/firmware#553 firmware: vchi_services: Increase number of connections to services from 3 to 8 See: raspberrypi/firmware#567 firmware: audio_decode: Don't report format changes when passthough is enabled See: xbianonpi/xbian#807
This is in current rpi-update firmware. Okay to close? |
It is ok now |
kernel: BCM270X_DT: Switch Compute Module to MMC kernel: pwm overlays: Params must have in-overlay targets kernel: BCM270X_DT: Build and document the wittypi overlay firmware: di_adv: Avoid setting undefined flags in first deinterlaced frame firmware: di_adv: acquire user and main when we are releasing every frame See: raspberrypi#546 firmware: arm_loader: Initialise the mini-UART when appropriate See: raspberrypi#553 firmware: vchi_services: Increase number of connections to services from 3 to 8 See: raspberrypi#567 firmware: audio_decode: Don't report format changes when passthough is enabled See: xbianonpi/xbian#807
kernel: BCM270X_DT: Switch Compute Module to MMC kernel: pwm overlays: Params must have in-overlay targets kernel: BCM270X_DT: Build and document the wittypi overlay firmware: di_adv: Avoid setting undefined flags in first deinterlaced frame firmware: di_adv: acquire user and main when we are releasing every frame See: raspberrypi#546 firmware: arm_loader: Initialise the mini-UART when appropriate See: raspberrypi#553 firmware: vchi_services: Increase number of connections to services from 3 to 8 See: raspberrypi#567 firmware: audio_decode: Don't report format changes when passthough is enabled See: xbianonpi/xbian#807
If I open multiple openmax pipelines I can't get temperature and whole
vcgencmd measure_temp
vcgencmd measure_volts
don't work.
I know that there is some limitation to 4 connection
But can we increase this value?
The text was updated successfully, but these errors were encountered: