-
-
Notifications
You must be signed in to change notification settings - Fork 6
Install Notes
You need email at hotmail.com or ... or account at Microsoft
Example: wizio(@)hotmail.com
goto Azure Portal -> Azure Active Directory -> Users -> New user
Enter:
- Name: Your Name ( does not matter )
- User name: azure(@)wiziohotmail.onMicrosoft.com
( azure@ as your preferences, wiziohotmail as your email )
Create User
Select this user -> Directory role -> ADD -> Global administrator
( If you have installed SDK skip this )
If you install SDK 19.10 the uploader will stop work (manualy - work)
TAP-Windows Adapter V9
- Windows 8 / 10 from OpenVPN
- Windows 7
- GitHub
- Install TAP driver Run as Administrator
- Go to installed folder and Run as Administrator file addtap.bat ( edit paths if need )
- Open Control Panel\Network and Internet\Network Connections Change Adapter settings
- Select TAP-Windows Adapter V9 and rename to Asure Sphere
- TCP/IPv4 Properties - use static IP: 192.168.35.1 Mask: 255.255.255.0
- Test: ping 192.168.35.1
Download AzureSphereDeviceCommunicationService
- Azure Sphere Device Communication Service ( is folder from Microsoft SDK )
- And unpack anywhere ( C:\Program Files (x86)\Microsoft Azure Sphere SDK )
- Open folder and Run as Administrator INSTALL.BAT ( edit paths if need )
Sometime Windows Defender(?) remove Service !?!
Test: azsphere dev show-attached
- Copy contents of 19.10 SDK folder:
C:\Program Files (x86)\Microsoft Azure Sphere SDK\Tools
to platformio folder that has azsphere:
C:\Users\XXXXX.platformio\packages\tool-azure\azsphere
- Change common.py in .platformio folder: C:\Users\XXXXX.platformio\platforms\azure\builder\frameworks
Look for def dev_image_pack(target, source, env): then modify two lines as follows:
cmd.append("image") Change this to:
cmd.append("image-package")
and
cmd.append("package-application") Change this to:
cmd.append("pack-application")