Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend instructions to git repository #7

Open
avp90 opened this issue Nov 1, 2018 · 0 comments
Open

extend instructions to git repository #7

avp90 opened this issue Nov 1, 2018 · 0 comments

Comments

@avp90
Copy link

avp90 commented Nov 1, 2018

install git-core

sudo -s
apt-get update
apt-get upgrade
apt-get install git-core

clone & compile

cd /usr/local/src/
git clone https://github.com/raburton/evoplus_cid.git
cd /usr/local/src/evoplus_cid/jni
gcc evoplus_cid.c -o evoplus_cid

show cid

  • insert sd card
  • first result should end with "mmc0:0001/cid"
find /sys -name cid
more <RESULT_OF_LAST_COMMAND>

or

cat /sys/block/<DEVICE_NAME>/device/cid

write cid

./evoplus_cid <DEVICE> <CID>

var examples

  • <DEVICE_NAME> = mmcblk0
  • <DEVICE> = /dev/mmcblk0
@tbrek tbrek mentioned this issue May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant