1 Star 0 Fork 0

Edison Leung/scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
whichBanana.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
hcdth011 提交于 2015-04-13 22:23 . Create whichBanana.sh
#!/bin/bash
#author: Will Xiao
#this simple script is used to choose the correct script.bin for your bananapi or bananapro.
#usage: sudo bash whichBanana.sh [pi|pro] [0|35|5|7] [sdb|sdc|sdd]
VERSION=$1
SCREEN=$2
MOUNTPT=$3
SCRIPT_BIN_DIR=/allwinner/bpi-settings/fex
mkdir -p /mnt/p1
mkdir -p /mnt/p2
mount /dev/${MOUNTPT}1 /mnt/p1
mount /dev/${MOUNTPT}2 /mnt/p2
rm -f /mnt/p1/script.bin
cp -f /mnt/p2/${SCRIPT_BIN_DIR}/banana_${VERSION}_${SCREEN}lcd.bin /mnt/p1/script.bin
umount /mnt/p1
umount /mnt/p2
rm -rf /mnt/p1
rm -rf /mnt/p2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/edison_leung/scripts.git
git@gitee.com:edison_leung/scripts.git
edison_leung
scripts
scripts
master

搜索帮助