Lines Matching +full:serial +full:- +full:dir
1 U-Boot for ODROID-C2
4 ODROID-C2 is a single board computer manufactured by Hardkernel
7 - Amlogic S905 ARM Cortex-A53 quad-core SoC @ 2GHz
8 - ARM Mali 450 GPU
9 - 2GB DDR3 SDRAM
10 - Gigabit Ethernet
11 - HDMI 2.0 4K/60Hz display
12 - 40-pin GPIO header
13 - 4 x USB 2.0 Host, 1 x USB OTG
14 - eMMC, microSD
15 - Infrared receiver
19 Currently the u-boot port supports the following devices:
20 - serial
21 - eMMC, microSD
22 - Ethernet
23 - I2C
24 - Regulators
25 - Reset controller
26 - Clock controller
27 - ADC
29 u-boot compilation
33 > export CROSS_COMPILE=aarch64-none-elf-
34 > make odroid-c2_defconfig
44 > DIR=odroid-c2
45 > git clone --depth 1 \
46 https://github.com/hardkernel/u-boot.git -b odroidc2-v2015.01 \
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 \
51 --bl33 u-boot.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