- In
/opt/bootsync.shreplace the linesethostname=with the preferred host name preferred - Save changes:
filetool.sh -b
- Build the audit db:
tce-audit builddb - Issue delete command:
tce-audit delete extensionname
| os: osx | |
| name: iOS | |
| osx_image: xcode12.5 | |
| install: | |
| - git clone https://github.com/flutter/flutter.git -b stable | |
| - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin/:$PATH | |
| - flutter doctor | |
| - gem install fastlane | |
| script: | |
| - flutter build ios --build-number $TRAVIS_BUILD_NUMBER --debug --no-codesign |
These are the steps taken to have MPD on piCore 14
Newer version might work as well (or maybe even better), but have not been tested.
- Download the piCore image
- Unpack the
.zipfile and write the.imgfile to the SD-Card (using USB Image Tool for example) - Move the SD-Card to the Pi, plug the Pi into the network and plug in the power source
- SSH into the Pi (using Putty for example)
A rewrite of this guide, using different methods, is now available at gist.github.com/BillyNate/856f62dfc480506e0116220bf24b01b4.
This guide is only kept for archival purposes.
These are the steps taken to have Home Assistant 2024.2 on piCore 14
Newer version might work as well (or maybe even better), but have not been tested.
This is an overview of discoveries surrounding the Dirk app for Android & iOS.
Calls are made to app-api.dirk.nl over https. It looks like this is version 2 of the API since first segment of the path is /v2.
Funny enough a lot of the assets are loaded from app.dekamarkt.nl.
Two custom headers are send with each request to app-api.dirk.nl: x-api-id and x-api-key. The user-agent header is usually okhttp/4.9.1.
A list of stores can be requested from /stores, the parameter formulaId filters out stores: 1 is Dekamarkt and 2 is Dirk.
The response will be a json array of objects. Each object represents a store containing:
storeId: a unique string of digits
These are the steps taken to setup piCore 14 on a Raspberry Pi with only Wi-Fi (no ethernet)
Newer version might work as well (or maybe even better), but have not been tested.
- Download the piCore image
- Unpack the
.zipfile and write the.imgfile to the SD-Card (using Raspberry Pi Imager for example) - Move the SD-Card to the Pi, plug in a keyboard and a screen, plug in the power source
- Execute
backupshell command after the first boot to save generated unique SSH keys which will be used during next boots.
| # This is a sample config for ESPHome for making a low-energy presense detector on an ESP SoC with a PIR motion sensor (HC-SR501, AM312, etc) and a mmWave sensor (HLK-LD2410) | |
| # The ESP is put into deep-sleep when the mmWave sensor detects no presence. Once the PIR sensor detects motion the ESP gets a signal to wake up. | |
| # The LD2410 is powered on/off over a mosfet by the ESP via a GPIO pin. | |
| # When the ESP is awake an LED will be turned on. If you're using an ESP dev board, there's probably already an LED available, just make sure the correct pin is set in this config. | |
| esphome: | |
| name: esphome-pir-mmwave-sensor | |
| on_boot: | |
| then: | |
| - output.turn_on: ld2410_gpio_output |
These are the steps taken to setup piCore 14
Newer version might work as well (or maybe even better), but have not been tested.
This covers the basics to get started.
- Download the piCore image
- Unpack the
.zipfile and write the.imgfile to the SD-Card (using USB Image Tool for example) - Move the SD-Card to the Pi, plug the Pi into the network and plug in the power source
This is a revisit of https://gist.github.com/BillyNate/d3124edfa903f288bfc8b7f37a155971, but using some different methods.
These are the steps taken to have Home Assistant 2025.7.1 with Python 3.13 on piCore 16
Newer version might work as well (or maybe even better), but have not been tested.
Follow steps of Basic setup of TinyCore/PiCore on a Raspberry Pi