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 19

The kernel requires a root file system because when it finishes initializing itself it will look for userland and the user applications. With an embedded system is there is no partitioning and the kernel will need to be made aware of the location of that root file system. This is done by plugging it into the linker map, turn the root file system, use the binary tools to convert it into a .o file, which can be added into the linker map of the final kernel. Define a .ram disk section and drop "rootfs", the image, convert it into a binary file into the linker map. Add symbols around ramdisk, for example ramdisk_begin and ramdisk_end, to allow the kernel to find ramdisk at boot time.

PTM Published on: 2006-01-20