Pi Zero

Posted by Bill 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
Pi Zero
December 02, 2015 01:34AM
Anyone tried using one of these they only cost $5 now but they are out of stock
Jon
Re: Pi Zero
December 02, 2015 07:22AM
sure have...
Imgur Post
Just finished it tonight.
Had to use my old RPI B to boot the initial image and run a
sudo pacman -Syu
to have the img update the firmware so the zero could see it.
Then just ran the rest of the code as per the tutorial with minor changes for my specifics (had to install exFat for my thumb drive, fix the DLNA routing)
h
Re: Pi Zero
December 03, 2015 01:02AM
hi could please upload the updated image
Re: Pi Zero
December 03, 2015 04:30AM
Badass. PirateBox in a mint tin.
Re: Pi Zero
December 03, 2015 07:44PM
Jon, can you give me the kernel- and firmware package version you have installed, please?
 pacman -Qs linux
 pacman -Qs firmware

Thank you smiling smiley

best regards
Matthias


This is only my signature.
Jon
Re: Pi Zero
December 04, 2015 01:36AM
[root@alarmpi ~]# pacman -Qs linux
local/alsa-lib 1.1.0-1
    An alternative implementation of Linux sound support
local/bridge-utils 1.5-2
    Utilities for configuring the Linux ethernet bridge
local/iptables 1.4.21-3
    Linux kernel packet control tool
local/keyutils 1.5.9-1
    Linux Key Management Utilities
local/kmod 22-1
    Linux kernel module management tools and library
local/libaio 0.3.110-1
    The Linux-native asynchronous I/O facility (aio) library
local/libutil-linux 2.27.1-1
    util-linux runtime libraries
local/libva 1.6.1-1
    Video Acceleration (VA) API for Linux
local/libxshmfence 1.2-1
    a library that exposes a event API on top of Linux futexes
local/linux-api-headers 4.1.4-1
    Kernel headers sanitized for use in userspace
local/linux-firmware 20150904.6ebf5d5-1
    Firmware files for Linux
local/linux-raspberrypi 4.1.13-1
    The Linux Kernel and modules - Raspberry Pi
local/man-pages 4.02-1 (base)
    Linux man pages
local/mdadm 3.3.4-1 (base)
    A tool for managing/monitoring Linux md device arrays, also known as
    Software RAID
local/net-tools 1.60.20130531git-1
    Configuration tools for Linux networking
local/pacman-mirrorlist 20151119-1 (base)
    Arch Linux ARM mirror list for use by pacman
local/util-linux 2.27.1-1 (base base-devel)
    Miscellaneous system utilities for Linux
local/v4l-utils 1.6.3-1
    Userspace tools and conversion library for Video 4 Linux

[root@alarmpi ~]# pacman -Qs firmware
local/linux-firmware 20150904.6ebf5d5-1
    Firmware files for Linux
local/raspberrypi-firmware 20151130-1
    Firmware files for Raspberry Pi
local/raspberrypi-firmware-bootloader 20151130-1
    Bootloader files for Raspberry Pi
local/raspberrypi-firmware-bootloader-x 20151130-1
    Bootloader with extra codecs for Raspberry Pi
local/raspberrypi-firmware-examples 20151130-1
    Firmware example sources for Raspberry Pi
local/raspberrypi-firmware-tools 20151130-1
    Firmware tools and header files for Raspberry Pi
Re: Pi Zero
December 04, 2015 06:28AM
Hi Jon,
thank you! Then my newly created image (which is for testing) should also work.

thank you for testing & giving feedback!

best regards
Matthias


This is only my signature.