this post was submitted on 20 Jan 2024
9 points (100.0% liked)
postmarketOS
982 readers
13 users here now
postmarketOS - a real Linux distribution for phones and other mobile devices ๐ง ๐ฑ ๐ฉโ๐ป
Rules:
- Be nice, follow CoC
- Don't ask for device ports, consider DIY
- Report bugs in the issue tracker (not here! ๐)
See also:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interestingly, I'm already planning to meet with one of the PmOS developers this weekend at FOSDEM to work on this. But I would probably say I'd recommend this bounty goes to either the PMOS or libcamera projects rather than myself if/when we get this completed.
Great. Maybe you can give a little heads-up after the weekend.
Quick updates here.
We managed to get the IMX519 driver probing successfully with the CCS driver (an alternative driver that should be able to run this module), but discovered that the camera is connected over C-PHY instead of D-PHY, which explains our earlier difficulties and inability to capture so far.
The good news is that, knowing that helps a long way to the next steps. The bad news is that as I understand it, C-PHY is not yet supported in the camss driver. So the next development steps are to first determine getting C-PHY support added, and then we can come back to testing and validating the IMX519. With a blocker on the C-PHY, for now I wouldn't expect this to be achievable in the next two months.
Thank you - are you looking at adding that support to camss yourself?
Kudos on the progress!