Lines Matching full:dir
44 > DIR=odroid-c2
47 $DIR
48 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \
49 --bl301 $DIR/fip/gxb/bl301.bin \
50 --bl31 $DIR/fip/gxb/bl31.bin \
52 $DIR/fip.bin
53 > $DIR/fip/fip_create --dump $DIR/fip.bin
54 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin
55 > $DIR/fip/gxb/aml_encrypt_gxb --bootsig \
56 --input $DIR/boot_new.bin \
57 --output $DIR/u-boot.img
58 > dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
63 > BL1=$DIR/sd_fuse/bl1.bin.hardkernel
66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97