Access the webserver running on the Zedboard using a browser pointing at the Zedboard's IP address (
192.168.2.87). All being well something akin to the following webpage should be displayed.
Registers within the Programmable Logic can now be accessed directly using the Read & Write forms at the bottom of the webpage. To write a register set the write address, write data and press the
Write button. Likewise to read a register set the read address and press the
Read button. As before the LED register is located at 0x41200000 and the slide switch register at 0x41200008. The status of the executed request is shown next the the
Status text. Note the Javascript functions do not contain any timeout functionality so if the CGI scripts do not respond with anything then no error status will be reported.