Put the internet on your TV!

Step 6Upload new programs

Upload new programs
So, there are various programs for the YBox available here. You download these as precompiled binaries which you can then upload to the YBox. These include a Twitter Widget, an Alarm Clock widget, and others. You can also create your own widgets, but it is an involved process, and requires learning Spin (the Parallax Propellor's proprietary language) which is not in the scope of this Instructable.

This is how you upload programs from a Mac (Sadly (?) I do not know the specifics of this process on a PC, but you use curl from the command line there too). First, you open a terminal. This is located in /Applications/Utilities and is appropriately named Terminal. If you have never used terminal before, that's OK. Next, you need to change directory so that you can access the precompiled binary for the widget you want to use. I recommend you move that binary, which will be a .binary file, to your desktop. Then, in the terminal, you can type in:

cd Desktop

Then, to confirm that the command worked, type in:

ls

Which should list all of the items on your desktop. If so, congrats! If not, try again.

Then, type in:

curl http://thingnumber1/stage2.eeprom -T thingnumber2.binary

Where thingnumber1 is the IP address of your Ybox, and thingnumber2.binary is the filename of the widget you wish to upload. Some lights should blink, and some dots should flash on your screen, and then your terminal will say 'Done' and some other junk. This means that the Ybox now has your widget.

« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
13
Followers
3
Author:bradpowers(bpowers.org)