Bring-up Cheatsheet U-Boot Boot using .scr To enable this feature you need the following U-Boot config: CONFIG_CMD_RUN=y
Linux Test Tool Cheatsheet Compile Main test Tool (Using Yocto) Append these lines into: conf/local.conf BB_NUMBER_THREADS = "5"
Android-Embedded-Porting-Note Compile Kernel/U-Boot inside Android source tree #After run this script clean kernel tree using: #make clean #make mrproper export ARCH=arm64
Linux Tips Cheatsheet Create User and add to main group $ sudo useradd -d <folder> <username> $ sudo usermod -a -G <main-group> <username> $ sudo passwd <username> $ su <username>
Android Tips Cheatsheet Sync Android framework after build at runtime Just build something then: $ adb root && adb remount && adb sync Cast display on Host using adb
Chromium Cheatsheet date 060610092020 (mmddhhyy) #!/bin/sh echo "OPEN 1920x1080" udhcpc -i eth1 date 190510092020
Docker Cheatsheet @alienmind01 Dockerfile FROM ubuntu:16.04 RUN apt-get update && \ apt-get -y install sudo build-essential
VSCode Custom Debug Shortcuts In order to setup custom keybindings shortcuts in vscode you need to edit keybindings.json: Open vscode and press: ctrl + shift + p