I hereby claim:
- I am t3mp-0xcc on github.
- I am t3mp_0xcc (https://keybase.io/t3mp_0xcc) on keybase.
- I have a public key ASAmQDLuwskIZKbWFf8qpdizqvOAnEty0JaW0v8raksB_go
To claim this, I am signing this object:
U-Boot 1.1.3 (Jan 6 2010 - 07:10:30) | |
Board: Fonera | |
DRAM: 32 MB | |
relocate_code Pointer at: 81fac000 | |
spi_wait_nsec: 3e |
U-Boot 1.1.3 (Nov 13 2015 - 09:49:46) | |
Board: Ralink APSoC DRAM: 128 MB | |
relocate_code Pointer at: 87fb8000 | |
enable ephy clock...done. rf reg 29 = 5 | |
SSC disabled. | |
!!! nand page size = 2048, addr len=4 | |
..============================================ | |
Ralink UBoot Version: 4.3.0.0 | |
InDoor UBoot Version: 1.0.1 |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Buildroot 2014.11 Configuration | |
# | |
BR2_HAVE_DOT_CONFIG=y | |
# | |
# Target options | |
# | |
BR2_ARCH_IS_64=y |
I hereby claim:
To claim this, I am signing this object:
#include <BleKeyboard.h> | |
BleKeyboard bleKeyboard; | |
const int TRIGGER = 2; | |
const int ECHO = 4; | |
bool mute_on = false; | |
bool mute_off = true; | |
void setup() |
============================================================ | |
HDL-XR series Initial boot loader | |
Copyright (C) 2008-2011 I-O DATA DEVICE, INC. | |
============================================================ | |
** LOADER ** | |
** MARVELL BOARD: HDLNEXT LE | |
U-Boot 1.1.4 (Jan 31 2011 - 11:42:08) MV : 3.4.6 (I-O DATA 0.27) |
#!/bin/sh | |
# useful example | |
# $ at 8:50 -f ./zoom_auto.sh "https://applications.zoom.us/lti/..." 90 | |
set -e | |
if [ $# -ne 2 ]; then | |
echo "Usage : ./zoom_auto.sh <zoom link> <class time(min)>" | |
echo "Example : ./zoom_start.sh "https://applications.zoom.us/lti/..." 90" |
Format: Log Type - Time(microsec) - Message - Optional Info | |
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic | |
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.2.C2-00016 | |
S - IMAGE_VARIANT_STRING=DAASANAZA | |
S - OEM_IMAGE_VERSION_STRING=zz-pc | |
S - Boot Config, 0x000000e1 | |
B - 1566 - PBL, Start | |
B - 4542 - bootable_media_detect_entry, Start | |
B - 59262 - bootable_media_detect_success, Start | |
B - 59267 - elf_loader_entry, Start |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm 3.10.59 Kernel Configuration | |
# | |
CONFIG_ARM=y | |
CONFIG_MIGHT_HAVE_PCI=y | |
CONFIG_SYS_SUPPORTS_APM_EMULATION=y | |
CONFIG_HAVE_PROC_CPU=y | |
CONFIG_STACKTRACE_SUPPORT=y | |
CONFIG_HAVE_LATENCYTOP_SUPPORT=y |
MX53-SMD U-Boot > printenv | |
bootdelay=0 | |
baudrate=115200 | |
loadaddr=0x70800000 | |
netdev=eth0 | |
ethprime=FEC0 | |
ethaddr=00:04:9f:00:ea:d3 | |
bootfile=uImage | |
loadaddr=0x70800000 | |
rd_loadaddr=0x70D00000 |