N1

N1 通过 Docker 安装 Openwrt 为旁路由 (isayme.org)

N1安装Armbian和基于Docker的OpenWRT (erballoon.vip)

记自编译openwrt镜像用在N1盒子-小钢炮中的docker - 坚持的心态 - 博客园 (cnblogs.com)

制作n1的docker版openwrt镜像 - 网络资源 - 宅...orz (zorz.cc)

https://www.erballoon.vip/

https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/documents/README.cn.md

颓废的美 N1 搜索结果 (ijays.com)

1.1 晶晨线刷工具_Amlogic_USB_Burning_Tool

v3.1.0据说有问题,我用的v2.2.4测试没有问题。需要的自己测试。建议使用v2.2.4

v2.2.4

https://pan.997998.xyz/s/x9T4

https://livetime.lanzoui.com/i6YPnpprs5a

密码:99bi

v3.1.0

https://pan.997998.xyz/s/y7Uz

https://livetime.lanzoui.com/iJG6gpprtcd

密码:eyfv

 

Feature request upgrade to bookworm(armbian11 升级到 armbian12)

Feature request upgrade to bookworm · Issue #1477 · ophub/amlogic-s9xxx-armbian (github.com)

How to upgrade Debian 11 to Debian 12 bookworm using CLI - nixCraft (cyberciti.biz)

 

# 01. Backup the current system(Boot Armbian system from USB)
armbian-ddbr
select: b

# 02. Update existing packages and reboot the Debian 11 system
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get --purge  autoremove -y
sudo apt-get autoclean -y
sync
reboot

# 03. Replace Debian 12 source list
cp /etc/apt/sources.list /etc/apt/sources.list.bak
sed -i s'|bullseye|bookworm|'g /etc/apt/sources.list

# 04. Upgrade Debian 11 to Debian 12 Bookworm
sudo apt update
sudo apt upgrade -y --without-new-pkgs
sudo apt full-upgrade -y
sync
reboot

更新内核

armbian-update -k 6.1.33

 

N1 armbian 桌面环境无法启动

Phicomm-n1刷入后lightdm无法正常启动 · Issue #802 · ophub/amlogic-s9xxx-armbian (github.com)

提示:Failed to start light display manager

cat << '_EOF_' > /etc/X11/xorg.conf.d/02-dietpi-aml-s905.conf
Section "OutputClass"
    Identifier "Amlogic"
    MatchDriver "meson"
    Driver "modesetting"
    Option "PrimaryGPU" "true"
EndSection
Section "Screen"
    Identifier "Default Screen"
    Device "Meson"
    Monitor "foo"
    DefaultDepth 24
    SubSection "Display"
        Depth 24
        Modes "1920x1080" "1440x900" "1280x720" "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "720x400"
    EndSubSection
EndSection
_EOF_

debug模式检查,提示 /var/lib/lightdm/data 错误!

lightdm --test-mode --debug
apt install accountsservice
mkdir /var/lib/lightdm/data
chmod 775 /var/lib/lightdm/data

 

启用xdrp功能

debian11、10安装桌面环境及XRDP - 颓废的美 (ijays.com)

按以上安装

额外安装

sudo apt install xorgxrdp

或者 armbian-config 启用

下一个坑

Ubuntu20.04 xrdp多人远程桌面访问_ubuntu多用户远程桌面_Tombon的博客-CSDN博客

求教 xrdp 闪退,是什么原因呢? - V2EX

完美方案——解决XRDP连接黑屏,以及桌面优化! - 知乎 (zhihu.com)

 

Tips 1:U盘Armbian备份emmc中的内容

环境:

1、刷入emmc中Armbian或coreelec等系统崩了,但还有重要数据。可以用下面的方式挂载原emmc中的资料

2、想换系统时,但是已经U盘启动了。可以用下面的方式挂载原emmc中的资料

mkdir /mnt/emmc2
mount /dev/mmcblk2p2 /mnt/emmc2

 

版权声明:
作者:Jays
链接:https://ijays.com/2023/06/phicomm-n1-yyds.html
来源:颓废的美
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>