Possible to use this library on i.mx8m mini board?
See original GitHub issueI’m trying to use the qwiic version of the adafruit ssd1306 oled with a i.mx8m mini board
https://boundarydevices.com/product/nitrogen8m-mini/
I’m using yocto/dunfell. This part seems to show up fine
root@nitrogen8mm:~# i2cdetect 2
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-2.
I will probe address range 0x03-0x77.
Continue? [Y/n] y
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- UU 3d -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
But, when I try to run the examples I can’t get past the import board line
Python 3.8.2 (default, Feb 25 2020, 10:39:28)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import board
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/board.py", line 169, in <module>
raise NotImplementedError("Board not supported {}".format(board_id))
NotImplementedError: Board not supported None
>>>
Should I continue to pursue this or is this just going to be a difficult path? Where should I start?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Get Started with the i.MX 8M Mini EVKB | NXP Semiconductors
This page will help guide you through the process of learning about your i.MX 8M Mini EVKB board.
Read more >i.MX 8M Mini or i.MX 8M Nano SODIMM SOM - iWave Systems
iWave's i.MX 8M Mini or i.MX 8M Nano MultiCore SoC based low cost power Optimized SODIMM SOM with 2GB LPDDR4,eMMMC,Dual Ethernet and WiFi/BT....
Read more >Board - Kontron Electronics
BL i.MX8M Mini OSM-S. Baseboard with Open Standard Module™ (OSM) and high-performance-processor Quad Core 1.6 GHz. 4x Arm® Cortex-A53 @1.6 GHz ...
Read more >Pico-ITX board runs Linux on an i.MX8M Mini
MX8M Mini Board and linked to a product page headlined iW-RainboW-G34D. ... MX8 processors without using an NPU (see farther below).
Read more >General Purpose Input/Output (GPIO) | ConnectCore 8M Mini
The ConnectCore 8M Mini device tree include file and the carrier board device tree files use the i.MX8M Mini GPIOs. For example, on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@makermelissa this is perfect! works great!
If you want to add the board to Blinka and just access the I2C port directly, you can use this library in conjunction with Blinka: https://github.com/adafruit/Adafruit_Python_Extended_Bus