-
# user utils can not compile...
#
> thinkpad:/works/TEMP/mcp2210-dts-feature-mcp2210-dts$ make all
> make -C /lib/modules/3.18.10-031810-generic/build M=/works/TEMP/mcp2210-dts-feature-mcp2210-dts m…
-
Hi!
First, thanks for this driver which (if I get it to work) will solve my need of using spidev and MCP2210.
This is the process I follow:
```
$ make all
```
Correct.
```
$ sudo make modules_ins…
-
Got the following issue when working with Python 3.7 on Windows 10.
Traceback (most recent call last):
File "C:/Users/avijit.das/PycharmProjects/SampleTest/sample1.py", line 6, in
dev = MCP2…
-
I have been seeing issues when you try start BFGMINER on ubuntu 12.04 with more than 26 nano fury miners. often it can simply not progress after issueing the bfgminer command here is a screen capture.…
-
CC [M] /home/enkidu/mcp2210-linux/mcp2210-lib.o
In file included from /usr/src/linux-headers-3.12-1-common/include/linux/linkage.h:4:0,
from /usr/src/linux-headers-3.12-1-common/inc…
-
Hello, I want to transfer dummy data when called _mcp2210_irq_do_intr_counter()
When data remain in MCP2210, he occur interrupt, master transfer dummy data and master get data which remain in MCP22…
-
Hi,
I am getting issues with this driver, seems to be an issue with creek EEPROM decode, parsing the bitstream fails no matter how my config looks.
I used stock config to expose the issue he…
-
Hi ,
mcp2210 was trying to do simple register read (triggered by spi_nor_read_id) and resulted in kcrash as shown below. MCP2210 was trying to process command - 0x42 (SPI_DATA_TRANSFER) and hit …
satva updated
5 years ago
-
Hi,
I am using your MCP2210 driver with my Kernel 4.4.10 on an i.MX6 design.
I have two MCP2210 in my design, both chips drive SPI devices.
I monitored the SPI communication and found out, that after…
-
Pip successfully installed this package following your documentation, but I was only able to successfully run it by replacing the following two lines:
https://github.com/jeremyherbert/mcp2210-pytho…