Re: [beagleboard] Edimax WiFi Turns Off Automatically

2016-07-20 Thread Tsan-Ming Chou
I used Edimax USB Wi-Fi adapter on Raspberry Pi. I would suggest you to refer to this article. This scheme is good except you need another device to behave as a controller. Tsan-Ming 2016-07-20

Re: [beagleboard] Unable to ping host machine

2014-04-17 Thread Tsan-Ming Chou
You are welcome. 2014-04-17 14:37 GMT+08:00 Jacob Vasu : > Hi Tsan-Ming Chou...that worked! Thanks a lot! And thanks for your time > too, William Hermans! > > > On Thursday, April 17, 2014 11:42:59 AM UTC+5:30, Tsan-Ming Chou wrote: > >> Please refer to "How to en

Re: [beagleboard] Unable to ping host machine

2014-04-16 Thread Tsan-Ming Chou
Please refer to "How to enable ICMP echo requests (Ping) in Windows XP" ( http://wiki.phys.ethz.ch/readme/how_to_enable_icmp_echo_requests_ping_in_windows_xp_service_pack_2 ). 2014-04-17 13:26 GMT+08:00 William Hermans : > That gateway address should be wrong. That would be the network. > 192.1

Re: [beagleboard] HELP. dead beagleboneblack

2014-03-25 Thread Tsan-Ming Chou
If Power LED still lights up, that means no short happens. JTAG header has two reset signals: nSRST (system reset) and nTRST (JTAG reset). I believe one of these two pins must be connected incorrectly. You might try to dis-soldered the header first and see whether the BBB can work then. 2014-03-2

Re: [beagleboard] Bare metal programming

2014-03-12 Thread Tsan-Ming Chou
you make a lot of sacrificies by not going with an > OS." > > I hope it doesn't work "slower" by not implementing an OS. I'm even trying > to make everything go faster :p > > > Op woensdag 12 maart 2014 10:40:04 UTC+1 schreef Tsan-Ming Chou: >> >

Re: [beagleboard] Bare metal programming

2014-03-12 Thread Tsan-Ming Chou
an Iseghem : > > > Op woensdag 12 maart 2014 10:19:05 UTC+1 schreef Tsan-Ming Chou: >> >> As far as I know, it is. You should put your application on microSD card >> first without the hassel of adding an additional NAND chip. The bootloader >> came with Starterware is a

Re: [beagleboard] Bare metal programming

2014-03-12 Thread Tsan-Ming Chou
09:48:26 UTC+1 schreef Tsan-Ming Chou: >> >> For bare-metal programming on TI's AM335x, you need STARTERWARE-AM335X ( >> http://www.ti.com/tool/starterware-sitara). You need a boot loader no >> matter which ROM-type memory you are going to use (NOR/NAND Flash, M

Re: [beagleboard] Bare metal programming

2014-03-12 Thread Tsan-Ming Chou
de is NOT support ?right ? > > > 2014-03-12 16:48 GMT+08:00 Tsan-Ming Chou : > > For bare-metal programming on TI's AM335x, you need STARTERWARE-AM335X ( >> http://www.ti.com/tool/starterware-sitara). You need a boot loader no >> matter which ROM-type memory you

Re: [beagleboard] Bare metal programming

2014-03-12 Thread Tsan-Ming Chou
For bare-metal programming on TI's AM335x, you need STARTERWARE-AM335X ( http://www.ti.com/tool/starterware-sitara). You need a boot loader no matter which ROM-type memory you are going to use (NOR/NAND Flash, MMC/SD, etc.). Please read the documentations came with Starterware. Tsan-Ming 2014-0

Re: [beagleboard] Re: is there a decent online tutorial on the basics of (ARM) toolchains?

2013-09-25 Thread Tsan-Ming Chou
You could find many valuable documents from http://free-electrons.com/docs/. Hope it helps. 2013/9/25 rh_ > On Wed, 25 Sep 2013 07:15:38 -0400 (EDT) > "Robert P. J. Day" > wrote: > > > > > i'm interested in finding a tutorial that discusses the fundamentals > > of cross-compile toolchains. n