Skip to content

Instantly share code, notes, and snippets.

@EtoTen
EtoTen / IMG20230122202702.jpg
Last active April 1, 2025 14:17
Gaining root on FLSun Speederpad with (v1.40) stock firmware
IMG20230122202702.jpg
@themactep
themactep / ipc-linux-hijacker.sh
Last active July 10, 2024 08:24
Repack firmware with a blank root password.
#!/bin/bash
#
# Embedded Linux root hijacker
#
# This script repacks firmware replacing existing root password with a blank password.
# Tested on HiSilicon and Ingenic firmware dumps from NOR SPI flash chips.
# Use at your own risk.
#
# Paul Philppov <[email protected]>
# 2023-11-21: Initial release
@EwaldvanGeffen
EwaldvanGeffen / ADXL345ALT.yaml
Created January 9, 2024 00:55
ADXL345.alt.h
esphome:
includes:
- packages/adxl345/ADXL345.alt.h
libraries:
- "Wire"
- "SPI"
- "Adafruit BusIO"
- "Adafruit Unified Sensor"
- "Adafruit ADXL345"
@wltechblog
wltechblog / factory_install.sh
Last active January 22, 2025 10:50
SD card firmware flash for Wuuk Y0510
#!/bin/sh
# WUUK Y0510 https://amzn.to/4dFlKv1
#
# Instructions
#
# Note: If we increase uboot beyond 256k this needs to be adjusted.
# Build thingino firmware, up to make pack_full, or grab full firmware file from github releases
# -- UPDATE --
# There are now 2 versions of this camera. Most use the sc4336p sensor, a few have the sc401ai sensor.