Re: ADSP BF538_Board Bring Up Query



Nutty wrote:
Could u please share ur loader module?? So that i can get some idea
abt the boot loader. I don't have any knowledge on boot loader.

No, sorry, our custom loader was done as work-for-hire, and I can't
share it. But the stanard ADI loaders can be found in your VisualDSP
install directory:

.../VisualDSP_4.5/Blacfkin/Flash Programmer Drivers/...

In BF538, there r different booting methods. How to select the
perticular method. Like which one is best? On wht basis should i come
up with perticular method?
Please guide me.....

It really depends on the context in which the Blackfin is used.

If it is running more or less standalone, you'll want to boot it from
a flash chip, either 8-bit parallel or serial SPI, depending on code
size and cost constraints. For example, our design prototype uses the
8-bit parallel flash built into the -BF538F, but to save a couple of
pennies, the production unit uses a -BF533 booted from SPI flash.

If it is always operating directly attached to another processor that
has flash memory of its own (even another Blackfin), it may be worthwhile
to store the Blackfin code in the host processor's flash and do a host
boot of the Blackfin.

If you need the absolutely quickest start-up, you may want to put the
code in 16-bit wide external flash attached directly to the Blackfin
memory bus and operate in the "no-boot" mode.

-- Dave Tweed
.



Relevant Pages

  • Re: MSP430 in-circuit firmware upgrade question
    ... The firmware consists of a boot loader and ... boot loader will be able to receive new application firmware ... > over UART and program it into the flash to replace the older application. ... Just a flag to steer to mthe appropriate routine from the interrupt. ...
    (comp.arch.embedded)
  • Re: Bootloader Placement
    ... The bootloader would treat both of the others as ... It's an interesting thought but the bulk of the boot loader is an MMC card ... together as the flash loading part is so much smaller. ... Prefetch Abort exceptions and don't intend to include a handler so I could ...
    (comp.arch.embedded)
  • Re: SHARC vs ARM dev board, audio
    ... Isn't the ADI BlackFIN targeting that area? ... BlackFin is a strange machine of the "everything else" class. ... Slow external bus. ... There is also BlackFin part with the internal flash (actually two separate ...
    (comp.arch.embedded)
  • Re: MSP430 in-circuit firmware upgrade question
    ... The firmware consists of a boot loader and ... boot loader will be able to receive new application firmware ... >over UART and program it into the flash to replace the older application. ...
    (comp.arch.embedded)
  • MSP430 in-circuit firmware upgrade question
    ... I am trying to implement the in-circuit firmware upgrade feature on a ... boot loader will be able to receive new application firmware ... over UART and program it into the flash to replace the older application. ...
    (comp.arch.embedded)