Hi, I received a new Logibone (R1.5.1). I had no trouble flashing and booting the Debian pre configured image on my BBB. Next I install the Logibone and again no problem booting into Linux. I now run
sudo ./install_logibone.sh
debian@arm:~/logi-tools$ sudo ./install_logibone.sh
[sudo] password for debian:
Err
http://repos.rcn-ee.net jessie InRelease
Err
http://repos.rcn-ee.net jessie Release.gpg
Could not resolve 'repos.rcn-ee.net'
Err
http://ftp.us.debian.org jessie InRelease
Err
http://ftp.us.debian.org jessie Release.gpg
Could not resolve 'ftp.us.debian.org'
Settin up cape eeprom ID ...............
Error: Write failed
Error: Write failed
Installing dependencies...............
Installing logi_loader...............
make: Warning: File 'Makefile' has modification time 5439805 s in the future
make: Nothing to be done for 'all'.
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File 'Makefile' has modification time 5439805 s in the future
install logi_loader /usr/bin
make: warning: Clock skew detected. Your build may be incomplete.
Installing python support...............
running build lists... 0%
running build_ext
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from distutils.core import setup, Extension
File "/usr/lib/python2.7/distutils/core.py", line 19, in <module>
from distutils.dist import Distribution
File "/usr/lib/python2.7/distutils/dist.py", line 19, in <module>
from distutils.fancy_getopt import FancyGetopt, translate_longopt
File "/usr/lib/python2.7/distutils/fancy_getopt.py", line 9, in <module>
"""
Installing logi C library...............
make: Warning: File 'Makefile' has modification time 5439804 s in the future
gcc -shared -o liblogibone.so logibonelib.o
make: *** Deleting file 'liblogibone.so'
Makefile:24: recipe for target 'liblogibone.so' failed
debian@arm:~/logi-tools$
The
http://... failures I understand. There is no network access from the BBB as ip forwarding is not enabled on the host.
Next the write fails to the cape board
After a reboot, I cannot get into Linux, the BBB starts but doesn't complete booting.
If I remove the Logibone then the BBB boots OK.
I already returned one Logibone as being faulty but this replacement board is doing exactly the same thing.
Seems to me the install_logibone.sh script has left some bad state when it failed?
Any help in moving forwards with this appreciated.
Comments
sorry that the process oes not got smooth for you. If you burn one of our pre-configured image to the BBB :
http://valentfx.com/doc/logi-image/logibone/logibone_150429_ubuntu-14.04-console-armhf-2014-08-13.img.zip(updated)
what you only need to do is to burn the image on a sd-card and boot from it (make sure that the system did not boot from the eMMC). Once booted does not execute the install_logibone script but rather go to logi-tools/init_logibone and execute the init_eeprom.sh script to load the cape eeprom with the cape descriptor. Once dones, reboot the BBB and things should go fine.
The install_logibone script is only useful when creating your own image for the logibone, the pre-configured image has already all the tools installed.
Are yoou running a logi-bone v1 or v2 ?
Regards,
Jonathan Piat
However, loading the cape eeprom still fails:-
sudo ./init_eeprom.sh
Error: Write failed
Error: Write failed
The part ordered from Element14 was a Logibone V2 but the box just says Logibone. The board itself is marked "LOGI-Bone R1.5.1"
root@arm:~/logi-apps/blink_led_app# ./make_demo.sh
bit file size : 340703
FPGA did not answer to prog request, init pin not going high
config success !
Blink LED App *************************************************************************
Problem with running blink test. 'Init pin not going high!'
Although symptom is the same, problem resolution is not as I'm already running the pre-configured Ubuntu image. I haven't updated anything on this image. Do I need to for V2 LogiBone?
http://valentfx.com/doc/logi-image/logibone/logibone_150429_ubuntu-14.04-console-armhf-2014-08-13.img.zip
you don't need to re-run the eeprom initialization script when booting with this one (unless something goes wrong).
I went for the updated pre configured image rather than a git pull. I now have flashing LEDs :-)
The output from the loader is now :-
ubuntu@arm:~/logi-apps/blink_led_app$ logi_loader logibone_r1_blink.bit
Compiled for LOGI-BONE
Board variant is LOGIBONE_R1.5
bit file size : 340703
bitstream loaded, check done led
ubuntu@arm:~/logi-apps/blink_led_app$
Many thanks for your help
Don't hesitate to ask on this forum if you encounter any problem, we will be happy to help.