element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Azure Sphere Starter Kit
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Azure Sphere Starter Kit
  • More
  • Cancel
Azure Sphere Starter Kit
Forum Philosophical questions
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Azure Sphere Starter Kit to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 50 replies
  • Subscribers 48 subscribers
  • Views 3243 views
  • Users 0 members are here
Related

Philosophical questions

wizio
wizio over 6 years ago

Azure Sphere is it Linux?

Where to read the OS and SDK license?

  • Sign in to reply
  • Cancel

Top Replies

  • peterfenn
    peterfenn over 6 years ago +7
    Georgi Yes, this is public information... Go to https://3rdpartysource.microsoft.com/ then filter using Sphere 19.07 to access the source files for the latest OS 19.07 version -Peter
  • wizio
    wizio over 6 years ago +3
  • peterfenn
    peterfenn over 5 years ago in reply to wizio +3
    Georgi You are an inspiration with your innovative solutions - I look forward to whatever comes next! Peter
Parents
  • wizio
    wizio over 6 years ago

    image

     

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • peterfenn
    peterfenn over 6 years ago in reply to wizio

    Is DUMP_DIR() a custom function, or based on something that should be familiar? (Can a screen shot of that be shared too?)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • wizio
    wizio over 6 years ago in reply to peterfenn

    unlocked Linux function opendir(path) .... dirent data ....

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • peterfenn
    peterfenn over 6 years ago in reply to wizio

    Something like this? https://www.geeksforgeeks.org/c-program-list-files-sub-directories-directory/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • peterfenn
    peterfenn over 6 years ago in reply to wizio

    Something like this? https://www.geeksforgeeks.org/c-program-list-files-sub-directories-directory/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • wizio
    wizio over 6 years ago in reply to peterfenn

    Yes... but my readdir() is not ready yet

    Struct dirent is custom ... work but just print names... will put log after hour

     

    Btw: files can be read() if access ...

    write() say EROFS image

     

    /etc/shadow not exist image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • wizio
    wizio over 6 years ago in reply to peterfenn

    Explore Azure Sphere
    [OPEN DIR] /proc = 4
      04-(D) .
      04-(D) ..
      04-(D) fs
      04-(D) bus
      04-(D) cpu
      08-(F) fdt
      04-(D) irq
      08-(F) mtd
      0A-(L) net
      04-(D) sys
      04-(D) tty
      08-(F) kmsg
      08-(F) misc
      08-(F) stat
      08-(F) iomem
      08-(F) locks
      08-(F) crypto
      04-(D) driver
      0A-(L) mounts
      08-(F) uptime
      08-(F) vmstat
      08-(F) cgroups
      08-(F) cmdline
      08-(F) cpuinfo
      08-(F) devices
      08-(F) ioports
      08-(F) loadavg
      08-(F) meminfo
      08-(F) version
      08-(F) consoles
      08-(F) softirqs
      08-(F) zoneinfo
      08-(F) buddyinfo
      08-(F) diskstats
      08-(F) interrupts
      08-(F) kpagecount
      08-(F) kpageflags
      08-(F) partitions
      08-(F) timer_list
      0A-(L) device-tree
      08-(F) execdomains
      08-(F) filesystems
      08-(F) kpagecgroup
      08-(F) vmallocinfo
      08-(F) pagetypeinfo
      08-(F) sysrq-trigger
      0A-(L) self
      0A-(L) thread-self
      04-(D) 41

     

    example image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • wizio
    wizio over 6 years ago in reply to wizio

    The results from today: ALL (not only user SDK) functions (static) is unlocked image  - need headers...

     

    IoTclient and mqtt is full shared from Microsoft (git)

    wolf SLL/TLS - (git) - need only config header

     

    BTW: This "Linux" is the best Linux for small IoT sensors as Unix-Like OS ... unfortunately is closed source image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 6 years ago in reply to wizio

    So can Putty or Open VPN talk to this Linux? I was thinking on trying. But maybe you already know wizio .

    Thanks,

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wizio
    wizio over 6 years ago in reply to clem57

    I have not seen SSH ... have "console" but I dont know how to redirect to uart and maybe need root pass

    BUT the FS is read only (maybe) so you not need console

    User application maybe is "flashed" ... not written as file, or have any "magic" for write() file

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube