Project

General

Profile

Actions

Action Item #497

closed

Provide image file for PiBox release

Added by Hammel about 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Management
Start date:
03 Feb 2016
Due date:
% Done:

100%

Estimated time:
Severity:
03 - Medium

Description

Danny needs an image file he can dd to an SD card of the current PiBox release. This requires updating the mksd and mkinstall scripts to generate the image file instead of writing to a mounted card.

Actions #1

Updated by Hammel about 8 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 10

I created an image file and tested on a RPi Model B. It won't work with a Model 2 (quad core) because that uses a different CPU. It will probably work with a B+ or A. You can get the image file here:

http://www.graphics-muse.org/archives/pibox/mirror/pibox-pre-0.11.0.img

You need a 3GB or larger SD card for this. The image file is 2.5GB. To install:

dd if=pibox-pre-0.11.0.img of=/dev/sdcard bs=1M

Substitue the device name as appropriate, or use some other tool to do a byte copy to the SD card.

This will boot up to the PiBox Development Platform. Wait for the second boot - the first boot runs some setup stuff and then reboots into the working system. Use the root menu (right click on background) to get the Network Configuration tool. Configure your network and then copy in the .opk files from the original package. Use

ssh root@ipaddrr

with a password of pibox. Install the opk files with

opkg-cl install *.opk

Then reboot. That will get you the PiBox Media Server interface, which is what we'll use to control the IoT devices.

Let me know how this goes for you by updating this issue.

Actions #2

Updated by Hammel about 8 years ago

  • % Done changed from 10 to 50

Did you try the image file yet? Ball's in your court on this one.

Actions #3

Updated by Gale about 8 years ago

Unfortunately, a first pass was not successfully booting on my RPi 2B. I need to debug and see what's actually wrong

Actions #4

Updated by Hammel about 8 years ago

That image doesn't work on RPi 2's. It only works on the RPi A, A+, B and B+. The 2 has a different processor (we talked about that yesterday a little). See https://en.wikipedia.org/wiki/Raspberry_Pi#Specifications

It looks like it might also work on a Compute Module and the Pi Zero, but I haven't tried that. I think I have A+ and B's. Mostly B's.

Actions #5

Updated by Hammel about 8 years ago

Make that:

I have mostly B and B+'s. I couldn't remember what I had till I looked at this page to see the boards.

Actions #6

Updated by Hammel about 8 years ago

If you have problems booting the image, take a look at this issue too: RM #460, RM #511

I'm tracking source changes to support PI2 against RM #511.

Actions #7

Updated by Hammel over 6 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

No need for this anymore. We can easily create the SD card from the binary release and install scripts.

Closing issue.

Actions

Also available in: Atom PDF