Search Criteria
Package Details: azure-sphere-sdk 22.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/azure-sphere-sdk.git (read-only, click to copy) |
---|---|
Package Base: | azure-sphere-sdk |
Description: | Azure Sphere SDK Preview for Linux |
Upstream URL: | https://aka.ms/AzureSphereSDK |
Licenses: | custom |
Submitter: | felipebalbi |
Maintainer: | None |
Last Packager: | felipebalbi |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-11 12:37 (UTC) |
Last Updated: | 2023-03-07 10:49 (UTC) |
Dependencies (8)
- cmake (cmake-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- flex (flex-gitAUR)
- libmpc (libmpc-gitAUR)
- net-tools (net-tools-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- code (vscodius-binAUR, visual-studio-code-binAUR, visual-studio-code-cli-binAUR) (optional) – for software development
- minicom (minicom-gitAUR) (optional) – for serial communication with the Sphere board
Latest Comments
1 2 3 Next › Last »
felipebalbi commented on 2022-03-14 16:36 (UTC)
Hi @kiko283,
That's perfect :-) I was going to write a minimal guide, but you got it :-)
Thanks
kiko283 commented on 2022-03-14 07:56 (UTC) (edited on 2022-03-14 08:36 (UTC) by kiko283)
@felipebalbi, sure man, once I learn how to create patches :D
Edit - Is this it:
felipebalbi commented on 2022-03-14 06:00 (UTC)
@kiko283, updated per your changes. Next time, please send a patch, so I can keep your authorship on the changes :-)
cheers
kiko283 commented on 2022-03-14 05:48 (UTC) (edited on 2022-03-14 07:54 (UTC) by kiko283)
@felipebalbi package is out of date. there is a new version of the SDK - 22.02. Also, I believe it is time that this package switches to v2 tools by default, it is preffered everywhere. I meddled a bit with the PKGBUILD and related source files, I have compiled a 22.02 with v2 tools that uses v2 by default and v1 is still available for people that may want to switch. I also modified azure-sphere-sdk.sysusers, the created group should be azsphere, not azuresphere, so I changed that too. Please have a look at my changes and if possible implement them in the update.
azure-sphere-sdk.sysusers:
PKGBUILD:
.SRCINFO:
If anyone wants to keep using v1 tools, only one command is necessary (as root):
Similarly, to switch back to v2:
felipebalbi commented on 2022-01-27 11:53 (UTC)
@kiko283 I haven't looked into that, honestly. From what I remember, that things ships its own python "sysroot". At a minimum to run the new tool, we'd need to use that python, rather than system python.
I wish they'd just integer sphere into the regular
az
cli :-)kiko283 commented on 2021-10-25 20:05 (UTC)
@felipebalbi can you provide some details on how to update to v2 ourselves if we'd like to? I can see Tools_v2_Installer dir, inside a tar.gz archive. I tried extracting the archive to Tools_v2 dir and creating symlink to that azsphere in /usr/bin/, but then azsphere show-version returns Unknown.
duapple commented on 2021-08-13 02:07 (UTC)
Thanks. @felipebalbi Microsoft is currently pushing the v2 version of the cli, and it is recommended that we use the v2 version. On windows, the old version can only run on CMD. Use powershell to run Azure Sphere CLI v2, which can support command completion and log to file. But for Linux, the old version can also achieve these functions. You can switch to the V2 version when there is a substantial update.
felipebalbi commented on 2021-07-31 14:39 (UTC)
Sure, I'll update it @duapple. I'm wondering if we should switch arch to
azsphere
v2. Any suggestions?duapple commented on 2021-07-31 01:27 (UTC)
Thank you very much for solving the dependency problem of Azure Sphere SDK installation in archlinux. This is very helpful to me. Now that the version 21.07 released by Microsoft has been updated, can it support synchronization?
tkolo commented on 2020-11-03 19:21 (UTC)
Thanks for the fixes, I found no more issues so far.
1 2 3 Next › Last »