时间:2015-09-28 14:39:02 作者:zhijie 来源:系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20150928/58746.html 手机查看 评论 反馈
生成的内核和模块路径:
arch/arm/boot/uImage
output/lib/
制作 Debian rootfs:
# debootstrap --verbose --arch=armhf --foreign jessie debian https://ftp.cn.debian.org/debian
# cd debian
# cp /usr/bin/qemu-arm-static usr/bin/
# LC_ALL=C LANGUAGE=C LANG=C chroot 。 /debootstrap/debootstrap --second-stage
# LC_ALL=C LANGUAGE=C LANG=C chroot 。 dpkg --configure -a
chroot 并部署 rootfs:
passwd
echo “a20” 》 etc/hostname
echo “127.0.0.1 a20” 》》 etc/hostname
echo T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100 》》 etc/inittab
echo deb https://ftp.cn.debian.org/debian/ jessie main contrib non-free 》 etc/apt/sources.list
echo deb https://security.debian.org/ jessie/updates main contrib non-free 》》 etc/apt/sources.list
apt-get update
apt-get dist-upgrade
apt-get install openssh-server
apt-get install locales
echo “en_US.UTF-8 UTF-8” 》 etc/locale.gen
echo “zh_CN.UTF-8 UTF-8” 》》 etc/locale.gen
locale-gen
需要修改 rootfs 下的两个文件 /etc/network/interfaces 和 /etc/ssh/sshd_config,开启静态 ip 地址和支持 root 登录。
所有的制作完成了,下面拷贝文件到 SD 卡相应分区:
拷贝到 sdb1 下的文件:
uImage script.bin boot.scr
然后将 Debian 的 rootfs 文件拷贝到 sdb2,内核模块拷贝到 /lib 下。
插入 SD 卡到盒子,通电后等待片刻即可用 ssh 登录盒子了,一个完整原生的 Debian 系统跑起来了。
目前先研究到这里,使用 /dev/fb0 应该可以继续启动 Xorg,跑跑 LXDE 应该没什么问题。
以上就是在机顶盒中刷入Debian系统的方法了,虽然在机顶盒中的Debian系统还不能运行大型的软件,但是让机顶盒功能变丰富还是很容易得。
发表评论
共0条
评论就这些咯,让大家也知道你的独特见解
立即评论以上留言仅代表用户个人观点,不代表系统之家立场