Skip to content

Instantly share code, notes, and snippets.

View DeeEighch's full-sized avatar

Dmytro Herutskyi DeeEighch

View GitHub Profile
@DeeEighch
DeeEighch / rk1806.dtsi
Last active May 7, 2024 19:00
/home/vm/RK1808/Firefly/SDK2/rk1808_linux/kernel/arch/arm64/boot/dts/rockchip/*
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
// Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd.
#include <dt-bindings/clock/rk1808-cru.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/power/rk1808-power.h>
#include <dt-bindings/phy/phy.h>
#include <dt-bindings/soc/rockchip,boot-mode.h>
@DeeEighch
DeeEighch / SOEDGE SDCard boot
Created May 7, 2024 18:39
SOEDGE SDCard Boot idbloader(uart6) + U-Boot (Firefly SDK:)
DDR 4d116dc75c huan.he 24/01/17-11:17:17,fwver: v1.06
Dram:1x trefi
DDR4
933MHz
BW=32 Col=10 Bk=4 BG=2 CS0 Row=16 CS=1 Die BW=16 Size=2048MB
out
Boot1 Release Time: Dec 9 2019 18:18:13, version: 1.05
chip_id:524b188,0
ChipType = 0x14, 10265
sfc nor id: ff ff ff
@DeeEighch
DeeEighch / boot_uart6.log
Created May 7, 2024 11:43
SOEDGE SDCard Boot Kernel Panic (uart6) Miniloader + U-Boot (Firefly SDK)
DDR 4d116dc75c huan.he 24/01/17-11:17:17,fwver: v1.06
Dram:1x trefi
DDR4
933MHz
BW=32 Col=10 Bk=4 BG=2 CS0 Row=16 CS=1 Die BW=16 Size=2048MB
out
Boot1 Release Time: Dec 9 2019 18:18:13, version: 1.05
chip_id:524b188,0
ChipType = 0x14, 10265
sfc nor id: ff ff ff
@DeeEighch
DeeEighch / JniClass.h
Created May 18, 2018 14:41
Metersnap JNI Wrapper
#ifndef METERSNAP_ANDROID_JNICLASS_H
#define METERSNAP_ANDROID_JNICLASS_H
#include <jni.h>
#include <string>
#include <sstream>
class JniClass;
class JniObject;
# download the svn dump'ed repo
wget https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/spring-security-facelets-taglib/repo.svndump.gz
# unzip
gunzip repo.svndump.gz
# create the repo
svnadmin create /tmp/testgc
# restore it
svnadmin load /tmp/testgc/ < repo.svndump
# launch a local svn daemon