User's Guide

© USI. All rights reserved.
Package and deploy the board configuration image for the Microchip ENC286J60
Ethernet chip, command :
azsphere image package-board-config --preset lan-enc28j60-isu0-int5 --output enc28j60-isu0-
int5.imagepackage
azsphere device sideload deploy --imagepackage enc28j60-isu0-int5.imagepackage
Note: This board configuration uses ISU0 (I2C/SPI/UART port 0) on the MT3620, which
is also used by other samples. For now, its not possible to adapt this Private Ethernet
sample to use another ISU port.
Run the Azure Sphere app
Clone the Azure Sphere samples repo and find the PrivateNetworkServices sample.
Start Visual Studio and go to File>Open>CMake to open
Samples\PrivateNetworkServices\CMakeLists.txt
Edit the AzureSphereTargetHardwareDefinitionDirectory and
AzureSphereTargetHardwareDefinition fields for USI MT3620 EVB(usi_mt3620_bt_evb) in the
CMakeSettings.json
Then select GDB Debugger (HLCore) from the menu bar or press F5.
Build and install sample
43
Reference : https://docs.microsoft.com/en-us/azure-sphere/network/connect-ethernet
https://github.com/Azure/azure-sphere-samples/tree/master/Samples/PrivateNetworkServices