I hereby claim:
- I am mirzak on github.
- I am mirzak (https://keybase.io/mirzak) on keybase.
- I have a public key whose fingerprint is 4CB9 AC9E 6551 C691 0BCF 40DC BE39 4F4C 6B0B 0856
To claim this, I am signing this object:
#!/bin/bash | |
MENDER_SERVER_URL="https://hosted.mender.io" | |
MENDER_TENANT_TOKEN="" | |
MENDER_DEVICE_TYPE="" | |
# This variable is mutable | |
MENDER_ARTIFACT_NAME="release-v1" | |
function show_help() { |
#!/bin/bash | |
# A simple script | |
set -e | |
MENDER_SERVER_URL="https://docker.mender.io" | |
# NOTE! You need to provide your authentication set here that you are using in the Demo enviroment. | |
MENDER_SERVER_USER="" |
#!/bin/bash | |
# This script copies data synchronously from one block device to a second one. | |
# | |
# It will perform the same operation using multiple block sizes, which makes | |
# it easy to find the optimal one for the current device and configuration. | |
# | |
# WARNING! | |
# | |
# This will blindly write data to a partition and if not used with care, it |
# Recorded out of "readelf -A" of binary files, comparing Raspbian and Debian | |
# Raspbian file attributes | |
Attribute Section: aeabi | |
File Attributes | |
Tag_CPU_name: "6" | |
Tag_CPU_arch: v6 | |
Tag_ARM_ISA_use: Yes | |
Tag_THUMB_ISA_use: Thumb-1 |
#!/bin/sh | |
# Utility script that converts "PNG" and "PDF" files in to a single TIFF file | |
# with CCITT Group 4 (T.6) compression | |
# | |
# The input files are first converted to monochrome PBM files before they | |
# are converted to TIFF | |
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
From dc329c9a115299bd507f3a495572e9a6704b5358 Mon Sep 17 00:00:00 2001 | |
From: Mirza Krak <[email protected]> | |
Date: Thu, 4 Oct 2018 14:32:37 +0000 | |
Subject: [PATCH 1/1] a2dp_source_player_adapter: fix API reference to | |
GetDataOnSessionKey | |
Argument 4 should be of type *DeviceHandle and not *uint32_t | |
Signed-off-by: Mirza Krak <[email protected]> |
I hereby claim:
To claim this, I am signing this object:
[ 0.960563] dwc2 ff540000.usb: mapped PA ff540000 to VA f0940000 | |
[ 0.960699] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator | |
[ 0.960942] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator | |
[ 0.961165] dwc2 ff540000.usb: registering common handler for irq45 | |
[ 0.961737] dwc2 ff540000.usb: Forcing mode to host | |
[ 1.031428] dwc2 ff540000.usb: Core Release: 3.10a (snpsid=4f54310a) | |
[ 1.031445] dwc2 ff540000.usb: Forcing mode to host | |
[ 1.101433] dwc2 ff540000.usb: DWC OTG HCD INIT | |
[ 1.101447] dwc2 ff540000.usb: hcfg=00000200 | |
[ 1.101466] dwc2 ff540000.usb: dwc2_core_init(ee2a2018) |
The logo_linux_clut224.ppm was generated in the following way | |
- open your desired splash screen image (bmp, jpeg, whateva) in GIMP | |
- File->Export As... | |
- Change the name to <image name>.ppm and save | |
- Choose "RAW" in the pop-up window that is showed | |
- Now we run the following comands | |
# This is to reduce color count to 224 | |
ppmquant 224 <image name>.ppm > <image name>_224.ppm |
N/A |