Releasing Inferno-rpi-0.6
Changes:
* Added devi2c
* Added devspi
* Added devgpio (GPIO)
* Minor changes/adjustements
* Boot to kernel-nogui.bin by default. Change config.txt or enter ; wm/wm
Download:
* https://bitbucket.org/infpi/inferno-rpi/downloads/inferno-rpi-0.6.zip
Installation:
1. Download latest zip package from https://bitbucket.org/infpi/inferno-rpi/downloads
2. Pepare SD card with first DOS partition with size less than 250 MB (vfat32 support is not complete)
3. Unzip all files to SD (boot.scr, kernel.bin, … – should in root of SD)
4. Boot Raspberry Pi
5. By default it starts “`styxlisten -A tcp!*!564 export /“`, so you can mount it on other host by “`mount -A tcp!10.0.56.101!564 /n/remote/rpi“` (-A means no auth, IP is for example, see what it got by DHCP)
6. If you boot into want GUI (wm/wm) to be started just edit config.txt
and replace kernel-nogui.bin
to kernel.bin
3 Comments
Is raspberry pi 3 supported?
No yet
How about the Raspberry Pi 2? I’m tried booting as described above and didn’t get any output. Does it need a Pi 1 specifically, and if so do we know what the major work for porting to later revisions would be?
One Trackback
[…] Вышла новая версия операционной системы Inferno OS для одноплатного компьютера Raspberry Pi. Выпуск примечателен добавлением «/dev»-интерфейсов для управления SPI, I2C шинами и GPIO. […]