[分享] 树莓派CLI连bbs用映像档与制作法-gentoo

楼主: czm (czm)   2021-04-17 09:40:51
前些时候 分享了新版 在x86_64上用的小型多重开机片 iso与loopfile
然后也想在树莓派上做一个
几番试验发现linuxrc内的写法与x86_64不同
if [ ]; then 改成
if [ ] ;
then 就可以了
linuxrc存于initrd8_5_10_11内
再来正好看前几篇提到复古风 lynx, 看图的, media player...
还有想说我的树莓派3B+ RAM少 但是上PTT比pc省电
所以google了文字模式console的中文显示与输入
必需安装fbterm, fcitx, fcitx-fbterm 与要用的输入法 (参考blog大树爸爸)
因为要用到locale 猜想不能再靠busybox 一夫当关了
用gentoo + 正常的glibc与一些少量相依packages 做出来有500MiB
压成squashfs有100MiB
下载url, 同一行
https://drive.google.com/file/d/1HUsxtchABwmt-WFELYudsrvevZvaY_Cp/view?
usp=drivesdk
安装方式Installation:
1. copy kernel8_5_10_11 and initrd8_5_10_11 to Boot_Partition( /dev/mmcblk0p1 )
2. copy cmdline.txt to Boot_Partition( /dev/mmcblk0p1 )
and change
ovl_dev0=
ovl_mnt0=
ovl_loopfile0=
to fit the real position where the file fbterm_a64_9.sqfs stored.
3. change or add these 2 lines to your Boot_Partition/config.txt
kernel=kernel8_5_10_11
initramfs initrd8_5_10_11
使用Usage:
1. boot and login as root or demo
user/passwd: root/root demo/rpi64
2. run /opt/bin/fbterm.sh
3. LeftCTRL-SPACE to toggle fcitx on/off.
4. LeftCTRL-LeftShift to swith input methods (chewing/xiamy) when fcitx is on.
用Gentoo制作过程How I Build using gentoo:
1. prepare a new ext4 partition mounted at /somewhere
2. ROOT=/somewhere emerge -a some_packages
3. some_packages are choosed from the list below ( package name with a leading
number is required)
000_baselayout
00_sys-process_procps
01_openrc
02_udev-init-scripts
03_e2fsprogs
04_openssh
05_coreutils
06_sys-apps_kbd
07_sys-apps_net-tools
08_bash
09_acct-user_messagebus
10_fbterm
11_fcitx
12_fcitx-fbterm (get it from sourceforge and install manually)
fcitx-chewing
wpa_supplicant ( if using wifi )
bluez ( if using bluethooth keyboard )
busybox
vim
bc
sys-apps_portage
gentoolkit
@system (superset of system packages)
应该可以用到X86_64版本上
ps:rpi3-bluetooth rpi3-ondemaind come from Sakaki's genpi64.img .
作者: pichubaby (Pichu)   2021-04-17 12:14:00
作者: holishing   2021-04-18 00:07:00
Cool
楼主: czm (czm)   2021-04-18 03:55:00
google linux CLI,有fbida,fbgrab,mplayer,w3m,htop,tmux可装
作者: holishing   2021-04-18 13:04:00
mplayer 的话个人更推 mpv

Links booklink

Contact Us: admin [ a t ] ucptt.com