3 target
=/boot
# Target directory
5 while getopts "t:c:d:g:" opt
; do
19 # Call the extlinux builder
20 "@extlinuxConfBuilder@" "$@"
22 # Add the firmware files
23 fwdir
=@firmware@
/share
/raspberrypi
/boot
/
24 copyForced
$fwdir/bootcode.bin
$target/bootcode.bin
25 copyForced
$fwdir/fixup.dat
$target/fixup.dat
26 copyForced
$fwdir/fixup_cd.dat
$target/fixup_cd.dat
27 copyForced
$fwdir/fixup_db.dat
$target/fixup_db.dat
28 copyForced
$fwdir/fixup_x.dat
$target/fixup_x.dat
29 copyForced
$fwdir/start.elf
$target/start.elf
30 copyForced
$fwdir/start_cd.elf
$target/start_cd.elf
31 copyForced
$fwdir/start_db.elf
$target/start_db.elf
32 copyForced
$fwdir/start_x.elf
$target/start_x.elf
35 copyForced @uboot@
/u-boot.bin
$target/u-boot-rpi.bin
38 copyForced @configTxt@
$target/config.txt