TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Buildroot

81 点作者 jakogut7 个月前

5 条评论

lrvick7 个月前
For those that want to see full source bootstrapped, deterministic, and container native alternative to buildroot check out <a href="https:&#x2F;&#x2F;codeberg.org&#x2F;stagex" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;stagex</a><p>Can make a bootable OS with just a containerfile, for example:<p><a href="https:&#x2F;&#x2F;git.distrust.co&#x2F;public&#x2F;airgap&#x2F;src&#x2F;branch&#x2F;main&#x2F;Containerfile" rel="nofollow">https:&#x2F;&#x2F;git.distrust.co&#x2F;public&#x2F;airgap&#x2F;src&#x2F;branch&#x2F;main&#x2F;Contai...</a><p><a href="https:&#x2F;&#x2F;git.distrust.co&#x2F;public&#x2F;enclaveos&#x2F;src&#x2F;branch&#x2F;master&#x2F;Containerfile" rel="nofollow">https:&#x2F;&#x2F;git.distrust.co&#x2F;public&#x2F;enclaveos&#x2F;src&#x2F;branch&#x2F;master&#x2F;C...</a>
评论 #41770417 未加载
IshKebab7 个月前
Coincidentally I tried this recently. I dunno if I liked it. It uses the kernel&#x27;s `make menuconfig` system which seems like it occupies a bad place between &quot;easy usable GUI&quot; and &quot;robust config file you can check in to git&quot;.<p>Once you&#x27;ve configured it it then does a <i>lot</i> of downloading and compilation of random stuff and it&#x27;s all strung together with janky shell scripts which means it&#x27;s almost guaranteed to break.<p>I got some weird errors that returned zero google results and the source of the error was a long awful shell pipeline involving `sed`, `tr` etc.<p>Doesn&#x27;t scream quality.<p>I gave up and switched to manually compiling Linux and OpenSBI (which is really all I needed so buildroot was overkill anyway). Went much smoother and I actually vaguely understood what was happening.<p>I haven&#x27;t tried Yocto, maybe that is better engineered.
评论 #41756310 未加载
评论 #41757918 未加载
kajkojednojajko7 个月前
Me: I couldn&#x27;t write anything longer than 20 lines in make - there&#x27;s just one type (string), no debugger, no data structures, no standard library, and not even modules.<p>Buildroot developers: let&#x27;s write a build system in make!
评论 #41756274 未加载
评论 #41755994 未加载
metadat7 个月前
How are kernel or application updates applied to buildroot-installed systems?
评论 #41753645 未加载
评论 #41756128 未加载
评论 #41753657 未加载
评论 #41753610 未加载
评论 #41753614 未加载
评论 #41754083 未加载
throwaway93647 个月前
We’ve built something that goes well with buildroot for installing and updating apps during development or in production.<p>Does not require cloud or internet access.<p><a href="https:&#x2F;&#x2F;www.voyonic-systems.de&#x2F;products&#x2F;voyonic-fieldkit" rel="nofollow">https:&#x2F;&#x2F;www.voyonic-systems.de&#x2F;products&#x2F;voyonic-fieldkit</a>
评论 #41756567 未加载