Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Web Server IPs messed up

Anonymous
Not applicable
964 Views

I haven't done anything special to the original WebServer sketch and in serial when the sketch is run  I get the following, any ideas anyone please.

server is at 255.255.255.255
subnet mask 255.255.255.255
gateway IP 255.255.255.255
dns server IP 255.255.255.255
server is at 255.255.255.255

 

0 Kudos
8 Replies
Jayesh_K
Beginner
964 Views

Hi AdamMiltonBarker,

   I am assuming that this is Galileo board. Please correct if I am wrong here.

In Galileo's case please check if the firmware version is smaller than 0x1000000, you need to update firmware.

File to check for firmware version:  /sys/firmware/board_data/flash_version

Please refer to the Galileo Getting Started Guide for instructions on how to update it (Step 4: Update Firmware).

Hope it helps.

 

 

0 Kudos
Anonymous
Not applicable
964 Views
Hi yes sorry it is the galileo. I did the firmware update after the problem happened and also again since I got the Grove iot kit so I don't think it is that but will check the version and try again and get back to you thanks for replying.
0 Kudos
Anonymous
Not applicable
964 Views

No this wasnt the issue, I did need to update to 1.0.2 but the problem is still the same when running the WebServer sketch on the Arduino IDE ( Windows8) I get:

server is at 255.255.255.255


Then nothing else.

0 Kudos
Jayesh_K
Beginner
964 Views

Hi AdamMiltonBarker,

   Could you please follow steps mentioned in https://communities.intel.com/message/236907#236907 and post your result here?

0 Kudos
Anonymous
Not applicable
964 Views

Hi thanks again for the reply no, no change, I have no issues with connecting to the internet though, the modified WebClient sketch I made works fine and connects successfully it is only the WebServer that I am having issues with. Same response in serial again:

server is at 255.255.255.255

0 Kudos
Anonymous
Not applicable
964 Views

Have moved over to node.js using Notedpad and WinSCP, server works fine, making progress now.

0 Kudos
Matthias_H_Intel
Employee
964 Views

if on Node.JS you might also consider using the Intel XDK for IoT https://software.intel.com/en-us/html5/xdk-iot rather using Notepad

0 Kudos
Anonymous
Not applicable
964 Views
Hi thanks but I also had issues with the XDK https://software.intel.com/en-us/forums/topic/541939 as well. For now I am sticking with notepad it works lol.
0 Kudos
Reply