Commit graph

141 commits

Author SHA1 Message Date
adminy
caed11b1f6 chore: remove error silencing 2024-06-25 00:12:11 +01:00
Travis Staton
4001188615 remove package comment 2024-06-24 09:26:37 -04:00
Travis Staton
16d872085f Avoid tags with + in them due to parsing bug
https://github.com/NixOS/nix/issues/6688
2024-06-24 09:24:34 -04:00
Travis Staton
4f517c83bf use final when appropriate 2024-06-24 09:21:22 -04:00
Travis Staton
7f3a320cc0 fix clobbering of all but one board per version 2024-06-24 09:20:26 -04:00
Travis Staton
f0c963957b remove overrideDerivation
It wasn't fully applied and it isn't necessary for these overrides anyway
2024-06-24 09:18:51 -04:00
Nigel Choi
f1bf6b9d9b Add groups so udev rules work in parity with official rpi 2024-06-24 21:16:30 +08:00
Travis Staton
50e36bf86a fix version lookup 2024-06-24 09:13:52 -04:00
Travis Staton
9113306d60 run nixpkgs-fmt 2024-06-24 09:11:22 -04:00
adminy
b027897628 fix: fix targets for flake, add kernel 6.6.34 2024-06-23 16:43:11 +01:00
adminy
57a532319e chore: undo dtparams, improve kernel building code 2024-06-23 02:00:09 +01:00
adminy
aa99f3a2dd chore: downgrade u-boot to stable release 2024-06-23 00:02:04 +01:00
adminy
b9c9972ec6 chore: return to stable versions, undo compression, fix libcamera version 2024-06-22 23:49:48 +01:00
adminy
4240bff280 chore: no double caching, compression now supported 2024-06-22 16:32:44 +01:00
adminy
48bb6ed6fb chore: remove unused 2024-06-19 01:06:36 +01:00
adminy
5024cc20e2 add my kernel build cache url 2024-06-19 00:32:04 +01:00
adminy
c2388c307b chore: bump libs & fix libcamera, fix upstream nixpkgs 2024-06-18 23:58:46 +01:00
Travis Staton
6045de5f79 default uboot to false 2024-06-17 18:56:27 -04:00
Travis Staton
f3eb50ea39 expose more packages 2024-06-17 18:56:27 -04:00
Travis Staton
d77a2ae4ed optionally pin all inputs 2024-06-17 18:56:27 -04:00
Travis Staton
1570501aba
Merge pull request #22 from MinerSebas/zstd-compressionn
Also dont use zstd for firmware compression
2024-06-16 19:38:30 -04:00
MinerSebas
8a633100aa Also dont use zstd for firmware compression 2024-06-16 16:40:53 +02:00
Travis Staton
26d6ba2a91 remove references to unpinned kernel 2024-05-21 09:29:02 -04:00
Travis Staton
cf9500ba4c bump flake 2024-05-14 18:10:43 -04:00
Travis Staton
bacb0f119a add pin-kernel option 2024-05-13 22:03:05 -04:00
Travis Staton
e858a137fd bump rpi sources 2024-05-13 21:55:55 -04:00
Travis Staton
8fc9cbd3e4 pin kernel 2024-05-13 21:55:43 -04:00
Travis Staton
b39b556e8a
Merge pull request #12 from tstat/pi-5
Add rpi-5 compatibility
2024-03-19 09:38:49 -04:00
Travis Staton
9405f0c18a init script bash 2024-03-18 22:02:20 -04:00
Travis Staton
bc745f7dc1 document new options 2024-03-18 20:46:27 -04:00
Travis Staton
adf670acf2 don't hardcode root partition uuid 2024-03-18 20:28:46 -04:00
Travis Staton
462167cc93 add udev rules 2024-03-18 20:28:46 -04:00
Travis Staton
19a8570ec9 booting 2024-03-18 20:28:46 -04:00
Travis Staton
b1ac1e98cd readme tweak 2024-02-22 10:17:49 -05:00
Travis Staton
7f3e7cca31 docs 2024-02-22 10:13:12 -05:00
Travis Staton
75c155b9af
Merge pull request #10 from RCMast3r/master
adding cachix usage blurb to readme
2024-02-22 09:54:58 -05:00
Ben Hall
42b98aecd6 adding cachix usage blurb to readme 2024-02-20 15:08:02 -05:00
Travis Staton
9c35dd99cf move libcamera stuff into a separate overlay 2024-01-23 22:02:11 -05:00
Travis Staton
2e2c5b13fb Fix libcamera build 2024-01-23 22:02:11 -05:00
Travis Staton
fac66459b1 update u-boot 2024-01-23 22:02:11 -05:00
Travis Staton
efdc6f6816 update bluetooth firmware path 2024-01-23 22:02:11 -05:00
Travis Staton
9c8a4fc486 bump kernel, firmware, and libcamera/libcamera-apps 2024-01-23 22:02:11 -05:00
Travis Staton
409f6368c6
add license 2023-09-14 09:10:55 -04:00
Travis Staton
9f536c07d1 Revert "enable uart console for kernel"
This reverts commit 5f94c31db1.

fixes #6

ttyAMA0 controls uart0, which can be used for bluetooth. If it is used
for bluetooth then we don't want to write a bunch of garbage to it.
2023-07-03 21:45:03 -04:00
Travis Staton
24f5b92db8 add hardware.raspberrypi.config-generated option
outputs the generated config as text
2023-06-23 20:04:00 -04:00
Travis Staton
6e0da67830 add option to turn off migration service 2023-06-23 20:00:03 -04:00
Travis Staton
23faa56e6c Revert "bump u-boot"
This reverts commit 434b3367ac.
2023-06-19 14:11:11 -04:00
Travis Staton
434b3367ac bump u-boot 2023-06-19 12:10:20 -04:00
Travis Staton
5f94c31db1 enable uart console for kernel
serial0 is symlinked to ttyAMA0 on rpi's distro, but I don't know
exactly what is supposed to create that, and it isn't happening here.

Something to look into, but this works for now.
2023-06-16 09:38:50 -04:00
Travis Staton
4e4ed46f15 removed this too eagerly
compressing the firmware still breaks my zero-2-w
2023-06-16 09:35:17 -04:00