在树莓派上构建 Linux From Scratch
PiLFS Linux from Scratch on the Raspberry Pi

原始链接: https://intestinate.com/pilfs/

2021年5月19日:现在构建 aarch64 版本非常简单,只需在构建脚本中指定 RPI_MODEL=64 即可。 2020年12月3日:树莓派 4 镜像现已支持树莓派 400。如果您有该设备,请告知我! 2020年4月23日:树莓派 4 镜像添加了 EEPROM 更新程序。输入 rpi-eeprom-update -a -d 即可根据 /etc/default/rpi-eeprom-update 中指定的 FIRMWARE_RELEASE_STATUS(critical、stable 或 beta)更新至最新固件。

```Hacker News新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交登录PiLFS 在树莓派上构建 Linux (intestinate.com)3 分,由 kristianpaul 发布于 52 分钟前 | 隐藏 | 过往 | 收藏 | 讨论 帮助 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:```
相关文章

原文

May 19 2021

Building for aarch64 is now as easy as specifying RPI_MODEL=64 in the build scripts.

December 3 2020

The RPi 4 image should now be working with the Raspberry Pi 400. If you do have one, please let me know!

April 23 2020

Added EEPROM updater to Raspberry Pi 4 image. Type rpi-eeprom-update -a -d to update to the latest FIRMWARE_RELEASE_STATUS as specified in /etc/default/rpi-eeprom-update (critical, stable or beta).

联系我们 contact @ memedata.com