Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Slide 21 Slide 22 Slide 23 Slide 24 Slide 25 Slide 26 Slide 27 Slide 28 Slide 29 Slide 30 Slide 31 Slide 32 Slide 33 Slide 34 Slide 35 Slide 36 Product List
DSP Blackfin STAMP BSP Slide 20

It's time for deployment. The kernel data needs to be transferred to the target. This can be done with JTAG tools or in-circuit emulators. A more convenient way would be to have a good working boot loader on the target. The example uses TFTP (trivial file transfer protocol), a UDP protocol which will extract the image from our host system by Ethernet. The host system you are using, Windows or Linux, will need a TFTP server running. The image should be placed in the tftpboot directory. Having done that, the boot loader can issue a command which would take that image and put it into memory, the one million hex location in the example here. The boot loader is smart enough to realize that this is an elf image, and inside that elf image will be the layout of the final target system. A bootelf command tells it to inspect the image, place everything, and execute it.

PTM Published on: 2006-01-20