bb-config icon indicating copy to clipboard operation
bb-config copied to clipboard

Overlay Generator (I2C/SPI)...

Open RobertCNelson opened this issue 2 years ago • 0 comments

Most i2c/spi are really simple..

&i2c2 {
	status = "okay";

	clock-frequency = <100000>;

	#address-cells = <1>;
	#size-cells = <0>;

	bme680@76 {
		status = "okay";
		compatible = "bosch,bme680";
		reg = <0x76>;
	};
};

Could we grep zcat /proc/config.gz

and allow a selection option for different i2c/spi devices and ask what port, then just build/compile the overlay?

Regards,

RobertCNelson avatar Mar 18 '22 14:03 RobertCNelson