Lines Matching refs:DIR
39 > DIR=odroid-c2
42 $DIR
43 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \
44 --bl301 $DIR/fip/gxb/bl301.bin \
45 --bl31 $DIR/fip/gxb/bl31.bin \
47 $DIR/fip.bin
48 > $DIR/fip/fip_create --dump $DIR/fip.bin
49 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin
50 > $DIR/fip/gxb/aml_encrypt_gxb --bootsig \
51 --input $DIR/boot_new.bin \
52 --output $DIR/u-boot.img
53 > dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
58 > BL1=$DIR/sd_fuse/bl1.bin.hardkernel
61 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97