Setup:
Wired LAN Connection via dedicated router
Both laptop and RPi configured with static IPs
Windows Firewall is disabled
Codesys V3.5 SP7 Patch 1
Codesys for RPi Ver 2.2.0.2
What I have done/checked:
PING works both ways
TOOLS/UPDATE RaspberryPi finds RPi and UPDATE works (V3.5.7.10)
Tried setup without Router but problem persists
Updated to the latest Raspbian (2015-09-24-raspbian-jessie)
Please could somebody please suggest a solution
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tested with:
2015-09-24-raspbian-jessie.img
After deploying (by 'Update RaspberryPI' command) the runtime on the raspberry pi based on this raspbian-jessie
works without problems.
Don't forget to enable SPI,I2C by sudo raspi-config if you try to connect and use SPI and I2C devices.
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When doing a Network Scan the RPi is not found
Setup:
Wired LAN Connection via dedicated router
Both laptop and RPi configured with static IPs
Windows Firewall is disabled
Codesys V3.5 SP7 Patch 1
Codesys for RPi Ver 2.2.0.2
What I have done/checked:
PING works both ways
TOOLS/UPDATE RaspberryPi finds RPi and UPDATE works (V3.5.7.10)
Tried setup without Router but problem persists
Updated to the latest Raspbian (2015-09-24-raspbian-jessie)
Please could somebody please suggest a solution
Thanks
Hi,
hm.. I need to try 2015-09-24-raspbian-jessie.
even here I would try this:
connect by ssh to the Pi(putty)
then
sudo apt-get updatesudo apt-get dist-upgradesudo rpi-update
If this does not solve it please send me the Output of /tmp/codesyscontrol.log
(cat /tmp/codesyscontrol.log)
BR
Edwin
Hi
I've tested with:
2015-09-24-raspbian-jessie.img
After deploying (by 'Update RaspberryPI' command) the runtime on the raspberry pi based on this raspbian-jessie
works without problems.
Don't forget to enable SPI,I2C by sudo raspi-config if you try to connect and use SPI and I2C devices.
BR
Edwin
Thanks Edwin,
that seems to have fixed the problem.