This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| includes: | |
| - packages/adxl345/ADXL345.alt.h | |
| libraries: | |
| - "Wire" | |
| - "SPI" | |
| - "Adafruit BusIO" | |
| - "Adafruit Unified Sensor" | |
| - "Adafruit ADXL345" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |
OlderNewer