AD2PI with R Pi 3?

General Discussion

AD2PI with R Pi 3?

Postby mflembeck » Sun Mar 27, 2016 8:33 pm

I have downloaded the pre-built (3-17-16) image from your website and used sdformatter and Win32DiskImager (run as administrator) to create an image on an SD card. I then put the SD card into a new R Pi 3 and get no joy, just a steady red LED, and 4 slow green LED blinks, followed by 4 rapid blinks and a 4 color rectangle on the HDMI monitor. I know the R Pi 3 is ok as I have loaded a stock Raspbian image successfully via NOOBS. Besides bringing wifi and bluetooth to the table, is there anything else about the 3 that might keep your pre-built image from working? Any other suggestions? Thanks for any help.
mflembeck
newt
newt
 
Posts: 15
Joined: Sun Mar 27, 2016 8:24 pm

Re: AD2PI with R Pi 3?

Postby mathewss » Sun Mar 27, 2016 9:17 pm

Just a stab in the dark as we dont have one yet. You did UnZip the image you downloaded?

I think if it were formatted correctly reinsert to windows will show a small fat partition with some text files and part of the boot loader.

YOu see any of this?

Re
Sean M
mathewss
Moderator
Moderator
 
Posts: 188
Joined: Fri Dec 06, 2013 11:14 am

Re: AD2PI with R Pi 3?

Postby kevin » Mon Mar 28, 2016 9:07 am

Unfortunately since we do not have a pi3 we are unable to test this - but if it continues to have trouble, you may have to boot our image on a different pi such as a pi2, and do an update and upgrade before it will work on a pi3.

Alternatively, you can try replacing the start.elf from here https://github.com/raspberrypi/firmware ... aster/boot on the sdcard
Not an employee of the company. Just here to help and keep things clean.
kevin
Platinum Nut
Platinum Nut
 
Posts: 994
Joined: Fri Aug 16, 2013 10:10 am

Re: AD2PI with R Pi 3?

Postby berkinet » Mon Mar 28, 2016 10:43 am

I believe the Pi3 requires Jessie and the AD2* image is Wheezy. But, then again, I could be completely wrong.
berkinet
Moderator
Moderator
 
Posts: 12
Joined: Tue Nov 03, 2009 6:48 am

Re: AD2PI with R Pi 3?

Postby kevin » Mon Mar 28, 2016 11:00 am

Newest image from 3-17 should be Jessie Lite
Not an employee of the company. Just here to help and keep things clean.
kevin
Platinum Nut
Platinum Nut
 
Posts: 994
Joined: Fri Aug 16, 2013 10:10 am

Re: AD2PI with R Pi 3?

Postby mflembeck » Tue Mar 29, 2016 7:58 am

Thank you for the suggestions. Yes, I did unzip the image and used Win32DiskImager to flash the SD card. When viewed from Windows the small partition is seen. After replacing the start.elf as suggested, some progress was made. The system now boots, but nginx fails to start. Also, have to figure out how to start wifi, so the board can be accessed remotely. I'm computer savvy, but a unix noob...
mflembeck
newt
newt
 
Posts: 15
Joined: Sun Mar 27, 2016 8:24 pm

Re: AD2PI with R Pi 3?

Postby kevin » Tue Mar 29, 2016 10:13 am

Well, until we happen to get one in our hands and figure it out, our image only supports up through the pi2 as per documentation - happy to help diagnose if you post some logs as to why nginx etc isn't starting.
Not an employee of the company. Just here to help and keep things clean.
kevin
Platinum Nut
Platinum Nut
 
Posts: 994
Joined: Fri Aug 16, 2013 10:10 am

Re: AD2PI with R Pi 3?

Postby mflembeck » Wed Mar 30, 2016 7:01 pm

So I have successfully accessed the AD2PI on a R Pi 3 via wifi using the following steps. I can't vouch that every step is required, but at the end of the path, things are working. Thanks to all for various clues that got me there. I did a sudo reboot after almost every step below, but I don't think its really required until the end...

1. Start with the AlarmDecoder modified Raspbian build on SD card (via SDFormater and Win32DiskImager) connected directly to hardwire ethernet (would not boot on my system)
2. Replace start.elf with the version at the link provided above (https://github.com/raspberrypi/firmware ... aster/boot) - now boots to command line.
3. Resize the partition using the raspi-config utility to take advantage of entire SD card space.
4. sudo apt-get update -to get package list updates (it did take multiple tries to get complete set of updates to 4.1.20 files (as of 3/30/16))
5. sudo rpi-update - to get firmware update
6. added missing files brcmfmac43430-sdio.txt and brcmfmac43430-sdio.bin to /lib/firmware/brcm - did this by copying files to SD card on Windows machine, and then sudo mv to /lib/firmware/brcm
7. sudo iwconfig wlan0 power off (stops wifi from shutting down when unused to save power)
8. sudo nano /etc/wpa_supplicant/wpa_supplicant.conf - to edit wifi config file:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network ={
ssid="your network name here"
psk="your network password here"
}
9. sudo nano /etc/network/interfaces - make sure wlan0 is available with following lines in the file:
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
10. sudo reboot
11. sudo ifconfig - to verify wlan0 is now listed
12, access https://alarmdecoder.local from another machine on the network
SUCCESS!
mflembeck
newt
newt
 
Posts: 15
Joined: Sun Mar 27, 2016 8:24 pm

Re: AD2PI with R Pi 3?

Postby twodeeman » Sun Dec 17, 2017 5:38 pm

I see exactly this same problem with a Pi 2 model B v 1.2

Very disappointing.

--
n
twodeeman
newt
newt
 
Posts: 9
Joined: Tue Nov 14, 2017 5:42 pm


Return to General

Who is online

Users browsing this forum: No registered users and 38 guests

cron