Compare commits
10 commits
b3f32319e5
...
5bbc8e4ace
Author | SHA1 | Date | |
---|---|---|---|
5bbc8e4ace | |||
|
0e882297f9 | ||
|
26b15cf734 | ||
|
a5bbb0831f | ||
|
4113c772ea | ||
|
2ac30cc5f1 | ||
|
1814e68910 | ||
|
bf79dc3501 | ||
|
be28c22136 | ||
|
16694d874f |
33 changed files with 10 additions and 2 deletions
|
@ -18,7 +18,7 @@ GOARCH=arm gokr-packer \
|
|||
| architecture | ARMv6 32-bit | ARMv8 64-bit |
|
||||
| upstream | linux Raspberry Pi OS fork | linux mainline |
|
||||
|
||||
This kernel can be used by the oldest Raspberry Pi and follows the release cycles of the Raspeberry Pi foundation.
|
||||
This kernel can be used by the oldest Raspberry Pi and follows the release cycles of the Raspberry Pi foundation.
|
||||
|
||||
## Manual compilation
|
||||
|
||||
|
|
|
@ -94,6 +94,11 @@ func run() error {
|
|||
"--set-val", "BT_BCM", "m",
|
||||
"--set-val", "BT_HCIUART", "m",
|
||||
"--set-val", "BT_HCIUART_BCM", "y",
|
||||
|
||||
// OneWire
|
||||
"--set-val", "W1", "y",
|
||||
"--set-val", "W1_MASTER_GPIO", "y",
|
||||
"--set-val", "W1_SLAVE_THERM", "y",
|
||||
}
|
||||
|
||||
if err := dockerRun(args...); err != nil {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -303,6 +303,9 @@ kernel/drivers/media/rc/keymaps/rc-zx-irdec.ko
|
|||
kernel/drivers/media/rc/rc-core.ko
|
||||
kernel/drivers/pps/pps_core.ko
|
||||
kernel/drivers/ptp/ptp.ko
|
||||
kernel/drivers/w1/wire.ko
|
||||
kernel/drivers/w1/masters/w1-gpio.ko
|
||||
kernel/drivers/w1/slaves/w1_therm.ko
|
||||
kernel/drivers/power/reset/gpio-poweroff.ko
|
||||
kernel/drivers/power/supply/power_supply.ko
|
||||
kernel/drivers/hwmon/hwmon.ko
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dist/vmlinuz
vendored
BIN
dist/vmlinuz
vendored
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit e3376fb94fda798d2a322e9c70789286132a1a9f
|
||||
Subproject commit 0afb5e98488aed7017b9bf321b575d0177feb7ed
|
Loading…
Reference in a new issue