Skip to content

Commit

Permalink
release 2023-10-21
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Oct 22, 2023
1 parent 94c813c commit 08cea2d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please see the documentation and guide below to get started.
## Documentation

* [Release Notes](docs/release-notes.md)
* [Setup, Installation, and Maintenance Guide (2023-09-17)](docs/uefi-standalone.md)
* [Setup, Installation, and Maintenance Guide (2023-10-21)](docs/uefi-standalone.md)

## Credits

Expand Down
25 changes: 25 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

This file contains important information for each release.

## 2023-10-21

This release updates nixpkgs, m1n1, U-Boot, and the kernel.

Some exciting new features are now available:
* ALSA configuration module to enable the headphone jack on supported devices
* You will need at least `sound.enable = true;` and
`hardware.pulseaudio.enable = true;` in your configuration.nix to enable
sound for the system.
* Speakers will still not be enabled.
* Thanks to IonAgorria and yusefnapora for this contribution.
* Built-in webcam support for supported devices
* The webcam should work without additional configuration in applications like
Firefox or desktop camera viewers.
* To avoid an overly-dark image and other image quality issues, the ISP
firmware needs to be added to `all_firmware.tar.gz` within the peripheral
firmware directory. This can be done by inserting
`/usr/sbin/appleh13camerad` from macOS into the archive's root. Stub
partitions created with the Asahi installer after this release should
already have the file but older installations must be upgraded manually.
This will hopefully be done automatically in a future release.
* Official support for M2-series devices
* Please leave feedback if issues are encountered. I don't have any way to
test this support with NixOS.

## 2023-09-17

This release updates nixpkgs.
Expand Down
10 changes: 5 additions & 5 deletions docs/uefi-standalone.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# UEFI Boot Standalone NixOS (2023-09-17)
# UEFI Boot Standalone NixOS (2023-10-21)

This guide will build and was tested with the following software:
* Asahi Linux kernel version 6.4.0-asahi10
* Asahi Linux kernel version 6.5.0-asahi15
* Asahi Linux's Mesa version 23.3.0_asahi-20230904-1
* m1n1 version v1.3.6
* Asahi Linux's U-Boot version 2023.04.asahi2-1
* Nixpkgs, as of 2023-09-15
* m1n1 version v1.4.2
* Asahi Linux's U-Boot version 2023.07.02.asahi3-1
* Nixpkgs, as of 2023-10-19
* macOS stub 12.3

NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).
Expand Down

0 comments on commit 08cea2d

Please sign in to comment.