Search found 4 matches
- Wed Jan 14, 2015 9:04 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 817
- Views: 399561
Re: CAN controller
Has anyone interface this Can Bus module? Using wiringPi libraries? Bye Alberto Yes I did. After spending some days trying to work with the mcp2515 library (without any success) I decided to write the python software by myself, using only the spidev library. My software is for the CAN SPI CLICK boa...
- Wed Jan 07, 2015 2:45 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: CAN controller
- Replies: 817
- Views: 399561
Re: CAN controller
I am using Can Bus with a CAN SPI CLICK board. http://www.mikroe.com/click/can-spi-5v/ After various unsuccessful try to install the mcp2515 library, I decided to write the software from the scratch. So I wrote the initialization routine and the readMessage and writeMessage software, everything in P...
- Wed Jan 07, 2015 9:11 am
- Forum: Troubleshooting
- Topic: Mysql error
- Replies: 16
- Views: 4186
Re: Mysql error
Solved my problem.
It was because the /tmp directory was not owned by root
sudo chown root:root /tmp
sudo chmod 1777 /tmp
Regards Marco
It was because the /tmp directory was not owned by root
sudo chown root:root /tmp
sudo chmod 1777 /tmp
Regards Marco
- Wed Jan 07, 2015 8:15 am
- Forum: Troubleshooting
- Topic: Mysql error
- Replies: 16
- Views: 4186
Re: Mysql error
Hallo to everybody, I am new to the forum and I introduce myself. My name is Marco and I live in Italy. I have the same problem with aborted mysql start. Before that I noticed that in the AIKI problem may be is not in the MYSQL memory configuration. The memory problems probably are starting before t...