Lines Matching +full:touch +full:- +full:enter
1 # SPDX-License-Identifier: GPL-2.0+
13 $ touch rd
16 $ dtbTool -o dt.img arch/arm/dts
19 $ mkbootimg --kernel=u-boot-dtb.bin --output=u-boot.img --dt=dt.img \
20 --pagesize 2048 --base 0x80000000 --ramdisk=rd --cmdline=""
22 8) Enter fastboot (reboot board with vol- button pressed)
25 $ fastboot boot u-boot.img
27 $ fastboot flash boot u-boot.img
32 - UART
33 - GPIO (SoC)
34 - SD
35 - eMMC
36 - Reset
37 - USB in EHCI mode (usb starts does switch device->host, usb stop does the opposite)
38 - PMIC GPIOS (but not in generic subsystem)
39 - PMIC "special" buttons (power, vol-)
42 - SDHCI is slow (~2.5MiB/s for SD and eMMC)
47 Full device tree is not required to boot u-boot. Enough would be:
48 /dts-v1/;
52 compatible = "qcom,dragonboard", "qcom,apq8016-sbc";
53 qcom,msm-id = <0xce 0x0 0xf8 0x0 0xf9 0x0 0xfa 0x0 0xf7 0x0>;
54 qcom,board-id = <0x10018 0x0>;
55 #address-cells = <0x2>;
56 #size-cells = <0x2>;