Difference between revisions of "Nest Hacking"

From Exploitee.rs
Jump to navigationJump to search
(Created page with "== Info == * /dev/event1 is the knob; /dev/event2 is the button == Run BeagleBone/Debian programs == ln -s . /lib/arm-linux-gnueabihf ln -s ld-2.11.1.so /lib/ld-linux-armhf...")
 
Line 1: Line 1:
== Info ==
== Info ==
* /dev/event1 is the knob; /dev/event2 is the button
* /dev/event1 is the knob; /dev/event2 is the button
== Nest software ==
/nestlabs/sbin/nlclient -config /nestlabs/etc/client.config -config /nestlabs/etc/Display/Display-2/client.config


== Run BeagleBone/Debian programs ==
== Run BeagleBone/Debian programs ==
  ln -s . /lib/arm-linux-gnueabihf
  ln -s . /lib/arm-linux-gnueabihf
  ln -s ld-2.11.1.so /lib/ld-linux-armhf.so.3
  ln -s ld-2.11.1.so /lib/ld-linux-armhf.so.3

Revision as of 07:28, 27 June 2014

Info

  • /dev/event1 is the knob; /dev/event2 is the button

Nest software

/nestlabs/sbin/nlclient -config /nestlabs/etc/client.config -config /nestlabs/etc/Display/Display-2/client.config

Run BeagleBone/Debian programs

ln -s . /lib/arm-linux-gnueabihf
ln -s ld-2.11.1.so /lib/ld-linux-armhf.so.3