sa8155p QNX部分命令汇总

一、进入QFIL刷机模式

adb shell连接 qnx

adb shell

$ su root
# busybox telnet 193.18.1.200

Connected to 193.18.1.200

Entering character mode
Escape character is '^]'.

QNX Neutrino (localhost) (ttyp0)

账户输入 root

login: root


进入刷机

# cd bin/
# ./enter_qfil_mode.sh

系统会自动重启进入刷机模式。 

二、关闭android SELINUX

adb shell连接 qnx
adb root
adb shell
#busybox telnet 193.18.1.200

账户输入 root
tank useradmin的账户密码:
root noboxycA  

在QNX终端:
#mount -uw /
# cp vm/images/linux-la.config /usr/nfs_share/common/
# exit

退出qnx命令行与adb shell
adb remount
adb pull /data/vendor/nfs/mount/common d:\pull

删掉旧的 linux-la.config
adb shell
#rm /data/vendor/nfs/mount/common/linux-la.config
#exit


adb push D:\pull\linux-la.config /data/vendor/nfs/mount/common/

再进入QNX终端
#mount -uw /
#cd  vm/images/
mount -o remount,rw /
rm linux-la.config
cp /usr/nfs_share/common/linux-la.config  ./

你可能感兴趣的:(智能座舱,adb)