Skip to content

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Jul 7, 2025

Copy the firmware's handling of FSTROBE, but using module parameters instead of config.txt entries.

Rebased #5580 onto 6.12.

Copy the firmware's handling of FSTROBE, but using module parameters
instead of config.txt entries.

Signed-off-by: Dave Stevenson <[email protected]>

// FLASH_MD_RS
imx477_write_reg(imx477, 0x0c1A, IMX477_REG_VALUE_08BIT,
((fstrobe_cont_trig ? 1 : 0) << 0) | (1 << 1));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!!fstrobe_cont_trig, and !!fstrobe_enable below?

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

Successfully merging this pull request may close these issues.

2 participants