10 Commits

Author SHA1 Message Date
Owen Carter
be87f18076
Update GPIO-examples.md 2024-09-25 03:45:51 +02:00
Owen Carter
51a0b2d837
Update GPIO-examples.md 2024-09-25 03:38:49 +02:00
Owen
102ccdc8d7 demo rig image 2024-09-25 03:02:40 +02:00
Owen
d4856665b8 demo script and readme 2024-09-25 01:50:33 +02:00
Owen Carter
c057e15760
Update GPIO-examples.md 2024-09-24 12:55:56 +02:00
Owen Carter
6be4d080a7
I2C detect info and seperate Python demo 2024-09-24 12:51:19 +02:00
Owen Carter
019cc1ccf2
Update GPIO-examples.md 2024-09-20 13:44:40 +02:00
Owen Carter
4c768a13d2
Update GPIO-examples.md 2024-09-20 13:34:20 +02:00
Owen Carter
65903564b1
Update GPIO-examples.md 2024-09-19 15:08:32 +02:00
Owen Carter
520118f143
Update tooling for custom kernels (#6)
Improve support for custom device trees when kernel updates are received

* Modified make-trees.sh so that it builds for all installed kernels.
* A new script flash-latest.sh that copies the resulting .dtb files into the /etc/flash-kernel/dtbs/ override folder.

The build-trees README is updated for this, and shows how to configure flash-kernel to use the custom .dtbs.

Kernel upgrade should now go:

[after a new kernel upgrade is installed]
* Upgrade source: cd source && apt source linux-riscv
* Build dtb's: cd build-trees &&; ./make_dtbs.sh
* Install device tree via softlinks ./flash_latest.sh
* Reboot
2024-09-19 14:52:55 +02:00