1

Topic: Rebuilding MicroSD Card Problems

When I tried to calibrate and changed the camera mode, the card became unresponsive and failed to boot again.

So I downloaded Raspbian and started to build a new one.  I get to the clone the freelss and it's been sitting there for over 2 hours.  Is it normal to take this long?  I've stopped it already and restarted it, but now it's just sitting there.

Is there another way to get freelss onto this card?

Ian

2

Re: Rebuilding MicroSD Card Problems

It should only take a few seconds to clone the freelss Github repository.  Are you using the directions from Github?

3

Re: Rebuilding MicroSD Card Problems

yep, SSL'd on and copy/pasted directly onto the Pi CLI :-(

4

Re: Rebuilding MicroSD Card Problems

Has anyone actually got an image of the MicroSD card that they can post somewhere for download?  I did mean to do this before I started, but now I'm stuck as this still doesnt work...

5

Re: Rebuilding MicroSD Card Problems

You can download it from https://s3.amazonaws.com/atlas3d/2015-05-01-atlas3d.zip as referenced by http://www.murobo.com/start.html#byop

I recommend updating the software via the "Check for update" link afterwards.  That should resolve your issue switching camera modes.

Uriah

6

Re: Rebuilding MicroSD Card Problems

okay, the image there fails to boot for me, so I went through the build process and get a bit further now.

now I get the following when running the make command

g++ WebContent.o PropertyReaderWriter.o Main.o HttpServer.o CriticalSection.o Scanner.o Image.o ImageProcessor.o Thread.o A4988TurnTable.o RelayLaser.o LocationMapper.o PlyWriter.o Calibrator.o Camera.o MmalStillCamera.o MmalVideoCamera.o PixelLocationWriter.o StlWriter.o TurnTable.o Laser.o Preset.o PresetManager.o Setup.o LaserResultsMerger.o XyzWriter.o UpdateManager.o Progress.o FileWriter.o MemWriter.o Facetizer.o MmalImageStore.o Lighting.o ObjectBaseCreator.o WifiConfig.o -o freelss -liw -lcurl -lmmal -lmmal_core -lmmal_util -lvcos -lpthread -lpng -ljpeg -lsqlite3 -lwiringPi -lmicrohttpd -lssl -lcrypto  -lbcm_host -L/usr/local/lib -L/opt/vc/lib
Camera.o: In function `freelss::Camera::getInstance()':
Camera.cpp:(.text+0x3c8): undefined reference to `freelss::MockCamera::MockCamera(int, int)'
collect2: ld returned 1 exit status
Makefile:24: recipe for target 'freelss' failed
make: *** [freelss] Error 1


Any ideas anyone?

Thanks
Ian

7

Re: Rebuilding MicroSD Card Problems

Looks like I missed a commit to Makefile.  GIve me just a minute....

8

Re: Rebuilding MicroSD Card Problems

Perform a "git pull" and try it now.