We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sudo -s apt-get update apt-get upgrade apt-get install git-core
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
find /sys -name cid more <RESULT_OF_LAST_COMMAND>
or
cat /sys/block/<DEVICE_NAME>/device/cid
./evoplus_cid <DEVICE> <CID>
<DEVICE_NAME>
<DEVICE>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
install git-core
clone & compile
show cid
or
write cid
var examples
<DEVICE_NAME>
= mmcblk0<DEVICE>
= /dev/mmcblk0The text was updated successfully, but these errors were encountered: