RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-28 Thread 'Mark Lazarewicz' via BeagleBoard
:07 AM To: BeagleBoard Subject: Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?   No I don't release my code to the public. Starterware has SD examples but they don't work well. You could make improvements to it to make it work better. On Tuesday, F

RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-28 Thread Graham Stott
, 2019 9:07 AM To: BeagleBoard Subject: Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card? No I don't release my code to the public. Starterware has SD examples but they don't work well. You could make improvements to it to make it work better.

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-28 Thread psk . kd . whitfield
use? I would be interested > in the SD driver. > > > > Graham > > > > *From:* beagl...@googlegroups.com [mailto: > beagl...@googlegroups.com ] *On Behalf Of * > psk.kd.w...@gmail.com > *Sent:* Tuesday, February 26, 2019 1:49 AM > *To:* BeagleBoard > >

RE: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-26 Thread Graham Stott
: [beagleboard] BBB: bare metal programming in C - what is need on the SD card? Bare-metal is always going to out-perform linux and even an RTOS if done right. For beaglebone aka AM335x, start with Starterware. Over the past 3.5 years of working with beaglebone, I've developed a bare

Re: [beagleboard] BBB: bare metal programming in C - what is

2019-02-26 Thread 'Mark Lazarewicz' via BeagleBoard
Step1Get the toggling working at desired speed using jtag this includes fully understanding what registers the gel file is programming by reading the TRM extensively.Make sure caches are enabled and code is optimized for speed.Without this the rest of the steps are pointless Sent from Yahoo Ma

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2019-02-26 Thread psk . kd . whitfield
Bare-metal is always going to out-perform linux and even an RTOS if done right. For beaglebone aka AM335x, start with Starterware. Over the past 3.5 years of working with beaglebone, I've developed a bare metal bootloader that enumerates eMMC over USB allowing you to drag and drop your MLO and

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2016-06-07 Thread John Syne
One thing to be aware of is the CortexA8 doesn’t perform very well if you don’t have Data and Instructions Cache enabled and you also have to have the MMU configured and enabled. For example, toggling a GPIO in Starterware with no Cache or MMU enabled, I get about 120KHz but if I enable both Cac

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2016-06-07 Thread William Hermans
> > > > > *thanks to the people who want to be helpful, but I really have to tell > you that it is not easy to start (bare-metal programming)with BBB.Here are > some of the troubles I ran into:* There is a reason for this. The beaglebone is not meant to be used as a bare metal system. The process

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2016-06-06 Thread 'dd' via BeagleBoard
hi reinhardt. i know what u r going thru. i got a minimal standalone bare metal system up. see www.baremetal.tech or github.com/ddlawrence u made good progress, i hope u haven't lost interest. i did it without ti tools whatsoever, so we have a fresh start. get involved, i need help! we ca

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2014-10-23 Thread reinharddaemon
Hello, thanks to the people who want to be helpful, but I really have to tell you that it is not easy to start (bare-metal programming) with BBB. Here are some of the troubles I ran into: *1.) Simple bare-metal from SD-card:* I installed the patch for starterware, when it was available for down

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2014-10-21 Thread Jason Kridner
On Mon, Oct 20, 2014 at 9:23 AM, wrote: > Hello, > > after nearly 2 weeks of struggling my first LED blinking works under the > following constitution: > -) Beaglebone black, Element14, rev.C > -) no OS --> holding "boot" button, when powering > -) Code Composure Studio v6 > -) Starterware (witho

[beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2014-10-21 Thread Travis Estep
Starterware includes a bootloader that pulls a program from the SD card and loads it and runs it. As far as toggling the GPIO pins very fast, you're not going to get good results. This is an applications processor, not made for real time programming. That's why TI included 2 PRU units on the chi

[beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2014-10-20 Thread reinharddaemon
Hello, after nearly 2 weeks of struggling my first LED blinking works under the following constitution: -) Beaglebone black, Element14, rev.C -) no OS --> holding "boot" button, when powering -) Code Composure Studio v6 -) Starterware (without BBB patch: http://software-dl.ti.com/dsps/dsps_public