On 1/17/2019 4:34 AM, 'Mark Lazarewicz' via BeagleBoard wrote:
> I'm a retired low level SW engineer mostly for RTOS and barebones. If you are 
> low level capable/board bring up SW  in the interview alarm bells would be 
> screaming. From your last question I'm confused BBB minimal example why? You 
> said they expect you to get work done on BB white.This deadline story smells 
> like you were setup I hope this is a $100 hour contract not some 2 month 
> permanent job.Don't fight the HW guy but if he isn't willing to help you get 
> correct DDR timing values for HW if the bonehead didn't use exact HW as 
> reference  you may be working 80 hrs a week free if its not a contract job.
> In the year since I last used this on omap 17x Its been deprecated.
> http://www.ti.com/tool/STARTERWARE-SITARA
> 
> good luckI have no idea what you plan on doing with this.You say you have 
> extensive linux experience in what apps? If so I'd plan an exit plan 

+1 on using starter-ware as a reference for low-level configuration,
but with any luck you won't have to dig that deep into the guts of things.

The U-Boot code is already doing low-level hardware configuration, you
just need to tweak things a bit.  There are already functions
available to setup the various UARTs and I2C.  I think you should be
able to modify the SPL code (which is trying to read the EEPROM and
properly setup the SDRAM, among other things) to provide some
externally visible output.

NOTE: Since your board is based on the Octavio part, at least you
don't have to worry about the DRAM bus timings or trace routes being
messed up.  I think if you can get your code running (double-check all
boot mode pins) and hard-code the EEPROM auto-detect, you should be
able to get running.  #FingersCrossed

-- 
Charles Steinkuehler
[email protected]

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e713d993-e083-8f85-de4f-cc85e0ae7d2c%40steinkuehler.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to