Select Git revision
bcm27xx-bcm2711
Linus Lüssing authored
Known issues:
* 11s is not working
* has no reset button, only SSH access, serial access or an external SD
card update can return it to config mode at the moment
* LED: generally the red sys LED is working, including boot and failsafe
blink patters, but:
* sometimes not lit after boot
* not blinking in config mode; instead sometimes either persistently on
and sometimes persistently off after booting into config mode
Therefore adding it as broken.
However, due to its CPU power and small size still interesting as a VPN
offloader or WiFi rooftop core node (e.g. to Gluon'ify 5+60GHz devices).
Manifest aliases are added for upgrades from unreleased Gluon builds
and can be removed again at some point in the future.
Tested on a Raspberry Pi 4 Model B Rev 1.1.
Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
bcm27xx-bcm2711 308 B
include 'bcm27xx.inc'
device('raspberrypi-4-model-b', 'rpi-4', {
manifest_aliases = {
-- from Gluon 2023.1 and older
'raspberry-pi-4-model-b-rev-1.1',
'raspberry-pi-4-model-b-rev-1.2', -- untested
'raspberry-pi-4-model-b-rev-1.4', -- untested
'raspberry-pi-4-model-b-rev-1.5', -- untested
},
})