wuxibigman 发表于 2020-10-30 15:08

推荐此法玩X96max+

卡卡卡是 发表于 2020-10-31 07:56

lz厉害,是从ce安装了arm方法不错。这样能够默认进入arm么

卡卡卡是 发表于 2020-10-31 08:30

或者有的选择吗,开机进入哪个系统

卡卡卡是 发表于 2020-10-31 08:44

安装到emmc每次都要进入ce且要chroot的吗

dongbaotian 发表于 2020-10-31 14:06

bb- "busybox"
bm-" mount" .
bu=" umount"
bin=/bin
export USER-root
export PATH-/abin: /bin:/usr/bin:/usr/local/bin: /usr/ sbin:/usr/local/sbin:/usr/games: SPATH
export TERM- linux
export HOME-/root
export DISPLAY=:0
if;then
img=1 inux. ing
elif;then
ing-$1
elif;then.
echo "0 or 1 argument needed! ”
exit 1
fi
if;then
mnt-$2
else
mnt=linux
fi
echo "Mounting $img to $mnt ....
$bm $ing $mnt
echo "Mounting some directories ...
$bm -o bind /dev $mnt/dev
$br -t devpts devpts $mnt/dev/pts
$bm -t proc proc $mnt/proc
$bm -t sysfs sysfs $mnt/sys
for dir in
'etc' ; do
adir="$mnt/asdir"
echo "Mouting $dir to $adir ..."
if [ ! -d Sadir ]: then mkdir $adir ; fi
$bm -0 bind /$dir Sadir
done
for dir1 in "1s /var/media"
chsd-”$mnt /home/$dir1"
if [! -d $chsd ]; then mkdir $chsd; fi
$bm -o bind /var/media/sdir1 $chsd
done
$bb chroot $mnt /bin/bash

wuxibigman 发表于 2020-10-31 19:07

卡卡卡是 发表于 2020-10-31 08:44
安装到emmc每次都要进入ce且要chroot的吗

我没有EMMC,所以不清楚

dongbaotian 发表于 2020-11-1 07:58

wuxibigman 发表于 2020-10-31 19:07
我没有EMMC,所以不清楚

每次启动就进入CE,然后再从putty连接,进入ARMBIAN ?

卡卡卡是 发表于 2020-11-1 12:31

老大,能否分享一个 无桌面的 armbian 啊????桌面版的是无法写入armbian的

wuxibigman 发表于 2020-11-1 16:08

卡卡卡是 发表于 2020-11-1 12:31
老大,能否分享一个 无桌面的 armbian 啊????桌面版的是无法写入armbian的 ...

只要那个镜像文件,和是否桌面无关

wuxibigman 发表于 2020-11-1 16:10

dongbaotian 发表于 2020-11-1 07:58
每次启动就进入CE,然后再从putty连接,进入ARMBIAN ?

也可以开机自动chroot,加载armbian,看自己需求
页: 1 2 3 [4] 5 6
查看完整版本: 没有最强只有更强,让安卓盒子同时加载coreelec和armbian系统