Hi Alan,
I've modified my defconfig file so that it looks almost exactly the same as
the one you mentioned. I'm attaching it to this email so that you can have
a look at it.
Regarding the I2C address, I've used i2ctool and confirmed that the OLED
display is discoverable and reachable at 0x3c. Thi
On Wed, Nov 9, 2022 at 4:14 AM Sebastien Lorquet
wrote:
> Hello,
>
> I also suggest avoiding this, magical things happening without user
> notification are bound to generate day long debugging headaches. At
> least make it very clear somewhere (build output) about what linker
> script is used.
Hi Robert,
I suggest you to verify if all needed options for SSD1306 are met, you
can compare with other boards, i.e.:
arm/rp2040/raspberrypi-pico-w/configs/ssd1306/defconfig
Also you can enable the i2ctool (CONFIG_SYSTEM_I2CTOOL) to scan your
I2C bus to confirm the I2C OLED address.
BR,
Alan
Hello,
I also suggest avoiding this, magical things happening without user
notification are bound to generate day long debugging headaches. At
least make it very clear somewhere (build output) about what linker
script is used.
For example in the final link step, which is rather terse in most
Hello,
Please don't dont that. Linker scripts are per board (I have my own
bootloader) but also per chip, since the chip flash is not mapped the
same on all arm microcontrollers.
But you can provide templates and docs as references of the mandatory
sections that have to be included, and in w