Commit graph

149 commits

Author SHA1 Message Date
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
Travis Staton
da5b77e661
Merge pull request #5 from tstat/kernel-6.1
Kernel 6.1
2023-06-12 10:48:34 -04:00
Travis Staton
92e2a3b15f add docs for KUNIT setting 2023-06-12 10:44:29 -04:00
Travis Staton
7c6fa52715 set linux and firmware to latest release tag
disable KUNIT in kernel config
2023-06-12 09:53:24 -04:00
Travis Staton
43258812a1 update flake inputs 2023-06-10 07:22:03 -04:00
Travis Staton
561355cba6 add cache to example 2023-05-30 17:55:28 -04:00
Travis Staton
4d207117b7 add example link to readme 2023-05-24 21:28:20 -04:00
Travis Staton
a1b4cadb53 populate firmware partition via systemd service
Only copy files from modified packages.
2023-05-24 18:46:53 -04:00
Travis Staton
3ca8c6898a increase default firmware partition size 2023-03-14 09:49:23 -04:00
Travis Staton
441d32f1e4 safer activation 2023-03-14 09:49:09 -04:00
Travis Staton
ed2df925d5
add config.txt docs 2023-03-11 13:14:07 -05:00
Travis Staton
e7513ab173 fix typo 2023-03-11 12:44:25 -05:00
Travis Staton
b882977647 move nixos module from rpi to nixosModules.raspberry-pi 2023-03-11 12:42:51 -05:00
Travis Staton
40e66f1d81 create cyfmac43455-sdio.bin 2023-03-10 21:26:27 -05:00
Travis Staton
0d5822a1b9 readme update 2023-03-08 21:04:47 -05:00
Travis Staton
cb52f6ef86 default configuration 2023-03-08 21:04:47 -05:00
Travis Staton
9f89c2dcf5 add enable option to config 2023-03-08 21:04:47 -05:00
Travis Staton
739c404f11 update default rpi config 2023-03-08 21:04:30 -05:00
Travis Staton
67f257e524 use nix based config.txt generation 2023-03-08 21:04:04 -05:00
Travis Staton
fdbe51e3b0 always mount firmware partition 2023-03-08 21:04:04 -05:00
Travis Staton
9ebf2ff9c2 config txt rendering 2023-03-08 21:04:04 -05:00
Travis Staton
5756b051fa add flake srcs 2023-03-08 21:03:56 -05:00
Travis Staton
4d7687ec92 add extra-config 2023-03-08 21:03:56 -05:00
Travis Staton
3263812697 update 2023-03-08 21:03:56 -05:00
Travis Staton
9ba390ca28 remove all DT imports 2023-03-08 21:03:16 -05:00
Travis Staton
3027e45b9c enable audio dtparam 2023-03-08 21:03:16 -05:00
Travis Staton
95aa58a4d0 add kernel modules from nixos-hardware 2023-03-08 21:03:16 -05:00
Travis Staton
f9921c6df3 don't add fdtdir to extlinux.conf 2023-03-08 21:03:16 -05:00
Travis Staton
5ac2dd552f upgrade u-boot, use firmware provided device tree 2023-03-08 21:03:16 -05:00
Travis Staton
db480cf0e1 enable krnbt by default
use generic arm64 uboot for rpi4
2023-03-08 21:03:16 -05:00
Travis Staton
eee4a9ccca add comment, remove unused patch 2023-03-08 21:03:16 -05:00
Travis Staton
8a5316db2a add brcmfmac43455-sdio.bin symlink 2023-03-08 21:03:16 -05:00
Travis Staton
24ecb48478 remove comment 2023-03-08 21:03:16 -05:00
Travis Staton
defb166e1e set default kernel 2023-03-08 21:03:05 -05:00
Travis Staton
9cac87a79c organize kernels and firmware 2023-03-08 21:03:05 -05:00
Travis Staton
28498601bb update dependencies, more flexible kernel config 2023-03-08 21:02:15 -05:00
Travis Staton
ddfb3d0128 use serial0 alias 2022-08-30 09:25:53 -04:00
Travis Staton
8bca9e6d31 remove kernel param 2022-08-28 12:23:06 -04:00
Travis Staton
d73a60bd84 kernel 5.15.61 2022-08-25 12:57:01 -04:00
Travis Staton
b6066e9ccd use modulesPath 2022-08-25 12:57:01 -04:00
Travis Staton
c82e21e828 kernel 5.15.56 2022-08-25 12:56:55 -04:00
Travis Staton
3d7a565149 init 2022-05-20 21:09:19 -04:00