Skip to content

Commit

Permalink
Release v5 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Feb 27, 2024
1 parent 87d7096 commit ada503b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,31 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
### Changed
~~- Root filesystem is now readonly.~~

## v5 Beta - 2024-02-27
### Added
- Raspberry Pi 2 config *should* now support 2/3/3+/4.
- Add status LED control:
- on solid: booting
- on heartbeat: booted and associated with SSID
- on timer: booted but not associated with SSID (check wifi?)
- Add fake-hwclock service.

### Changed
- Updated buildroot to 2023.11.x
- `S02hostname` now has proper service structure.
- `S70dhcprelay` -> `S80dhcprelay`
- Fix sending hostname to DHCP server.
- Change firmware to cut-down.
- Disable Bluetooth and use ttyAMA0 for console.
- Set partition type to 0x83 (Linux ext4).
- Make root password echo bold and blink after build.

## v4 Beta - 2021-07-15
### Added
- Raspberry Pi 2/3 config.
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,24 @@ files according to [CONFIG.md](CONFIG.md). This can also be done on the Pi
itself if you have a serial console available:
```bash
mount / -o remount,rw
vi /etc/wpa_supplicant.conf
vi /etc/hostname
...
vi /etc/wpa_supplicant.conf # add your Wi-Fi
vi /etc/hostname # optional
mount / -o remount,ro
reboot
```
3. (Re)boot the Pi and connect your Ethernet client. Observe that it now has
network connectivity!

## Compatibility

The two prebuilt images are designed to be compatible with the Pi 1/0/0W and 2/3/4/02W.
That said, to date only the 0W and 3 have been tested and confirmed working.

| Board | Working | Version Tested | Notes | Updated |
| --------------- | -------- | -------------- | ------ | ------------------------- |
| Raspberry Pi 0w || v4 Beta | | |
| Raspberry Pi 3 || v5 Beta | | @owenthewizard 02/27/2024 |

## Advanced Usage

You can leverage [buildroot](https://github.com/buildroot/buildroot)'s extreme
Expand Down

0 comments on commit ada503b

Please sign in to comment.