[beagleboard] running Programs off SDcard, in Debian

2014-06-04 Thread dancatalan415
hello, i have a beaglebone black with debian installed on the eMMC and i would like to write and run programs off the sdcard. but when i try to change a bash file to executable: chmod +x /media/45AA-4F26/myprogram(45AA-4F26 is the name of my sdcard) the file does show as an executable:

Re: [beagleboard] running Programs off SDcard, in Debian

2014-06-04 Thread William Hermans
You can start by telling us the exact error message you get on the command line when trying to run this app. Then, which language and toolchain you're trying to use. On Tue, Jun 3, 2014 at 10:48 PM, wrote: > > hello, > > i have a beaglebone black with debian installed on the eMMC and i would >

Re: [beagleboard] running Programs off SDcard, in Debian

2014-06-04 Thread William Hermans
Bash ? dpkg-reconfigure dash -> select no to use bash. On Wed, Jun 4, 2014 at 8:18 AM, William Hermans wrote: > You can start by telling us the exact error message you get on the command > line when trying to run this app. Then, which language and toolchain you're > trying to use. > > > On Tue

Re: [beagleboard] running Programs off SDcard, in Debian

2014-06-04 Thread Robert Nelson
On Wed, Jun 4, 2014 at 12:48 AM, wrote: > > hello, > > i have a beaglebone black with debian installed on the eMMC and i would like > to write and run programs off the sdcard. > but when i try to change a bash file to executable: > > chmod +x /media/45AA-4F26/myprogram(45AA-4F26 is the name