TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A native Go userland for your Raspberry Pi 3 or 4 appliances

147 pointsby RcrdBrtover 3 years ago

6 comments

synergy20over 3 years ago
an interesting project.<p>the size of the image concerns me:<p>kernel+boot 100MB, with C it could be 4MB.<p>kernel+boot+basicpackages 500MB, with C it could be 16MB.<p>Golang is designed to be static all-in-one packages for each application(e.g. microservices), when you run a lot of them in any given system, it becomes really large together.<p>I don&#x27;t mind to use one or two go binaries in my embedded board, when I need a few of them, I am concerned about the storage size(possibly memory size as well).
评论 #30048521 未加载
评论 #30048550 未加载
评论 #30050183 未加载
评论 #30048870 未加载
评论 #30050025 未加载
评论 #30050075 未加载
评论 #30050092 未加载
lovebesover 3 years ago
Is this kinda like the Nerves approach but for Golang? (<a href="https:&#x2F;&#x2F;github.com&#x2F;nerves-project&#x2F;nerves" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nerves-project&#x2F;nerves</a>)
评论 #30048613 未加载
kelvieover 3 years ago
It took a bit of digging, but it seems that encrypted wifi is not supported:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gokrazy&#x2F;gokrazy&#x2F;issues&#x2F;13" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gokrazy&#x2F;gokrazy&#x2F;issues&#x2F;13</a><p>And if you read the issue, it&#x27;s a bit understandable to not want to reimplement wpa_supplicant.
评论 #30051646 未加载
zokierover 3 years ago
If you want to go deeper, there is also bare-metal Go runtime for rpi (among others): <a href="https:&#x2F;&#x2F;github.com&#x2F;f-secure-foundry&#x2F;tamago" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;f-secure-foundry&#x2F;tamago</a>
评论 #30063542 未加载
waymonover 3 years ago
now only to somehow buy a Raspberry Pi 3 or 4
znpyover 3 years ago
Is it just me or this feels like, effectively, a whole gnu&#x2F;linux distribution?
评论 #30047978 未加载
评论 #30047487 未加载