Forum Discussion
jbrave
15 years agoChannel Surfer
I use a mac, and in addition to my ~/.bash_profile which has the ROKU_DEV_TARGET, I have two copies named after the ip address (I assign a fixed address from my router based on the mac addr), one each with a different target. When I want to upload I just type:
>source ~/.67
>make install
for roku A
>source ~/.69
make install
for roku B
Nice and simple. The reason one doesn't want to use the web interface becomes clear when you do hundreds of builds and tests per day, you would get carpel tunnel in a week.
- Joel
>source ~/.67
>make install
for roku A
>source ~/.69
make install
for roku B
Nice and simple. The reason one doesn't want to use the web interface becomes clear when you do hundreds of builds and tests per day, you would get carpel tunnel in a week.
- Joel