Skip to content

Instantly share code, notes, and snippets.

View derkling's full-sized avatar

Patrick Bellasi derkling

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Devide attributes can be found with:
# udevadm info -a -n /dev/ttyUSBX
# Udev rules can be realoaded with:
# sudo udevadm control --reload
SUBSYSTEM=="tty", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ATTRS{devpath}=="14.1" SYMLINK+="ttyJUNO"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{devpath}=="5.3.1" SYMLINK+="ttyHK960"
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / init_env
Last active July 11, 2019 12:19
A set of repo related functions to speedup AOSP related development
# Export repo path
export PATH=/mnt/data/src/aosp:$PATH
export REPO_MIRROR=isilon.cambridge.arm.com:/ifs/arm/scratch/aosp_mirror
export REPO_MOUNT=/mnt/data/src/aosp_mirror
# Mount AOSP Cambridge mirror (if required)
function repo_mount {
mount | grep "$REPO_MOUNT" &>/dev/null
[[ $? -eq 1 ]] || return
@derkling
derkling / 201808_uclamp_v4_lkml_junor2.ipynb
Created September 6, 2018 16:53
201808_uclamp_v4_lkml_junor2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / PELT_Analysis.ipynb
Created June 15, 2018 16:49
pelt/PELT_Analysis.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@derkling
derkling / UtilEst Validation.ipynb
Created February 7, 2018 10:21
LKML Estimate_Utilization (With UtilEst)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.