/tools

used by caesar

Primary LanguageC

tools

  1. smatch: make

##install the .so sudo apt-get install libsqlite3-dev

##check cd ~/kernel/src/ ~/smatch/smatch_scripts/kchecker xxx (drivers/thermal/rockchip_thermal.c) ARCH=arm

  1. git sudo apt-get install libcurl4-gnutls-dev

make prefix=/usr/local all sudo make prefix=/usr/local install

reboot

  1. rootfs
  1. How to unpack the initram.cpio?

cat initramfs.cpio |cpio -i

  1. How to re-generate the initram.cpio

find .|cpio -o -H newc > initramfs.cpio

  1. java-switch.sh ./java_switch.sh jdk6 ./java_switch.sh jdk7 ...

  2. repo curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /work/tools/repo/repo chmod a+x repo PATH=/work/tools/repo/repo:$PATH

  3. synergy ##view the setting set the client/server name, the same with the hostname

  4. build-kernel: build kernel rockchip platform

  5. opencv: add opencv scripts for debian9 on http://blog.sina.com.cn/s/blog_a6559d920102yy4o.html