Charlie has an Identity Crisis! Vellman 3" display befuddles my GoPiGo

Greetings!

Damndest thing I ever saw since I dumped the entire authentication username and password file on an IBM 360 at my college back in '76 using openly published system control card commands. . . Grade files, Registrar and Treasury files, every username and password on the system, EVERYTHING ! Of course, that’s a whole 'nother story.

The other day I decided to - finally - hook up the Vellman 3.5" touch-screen display to Charlie and try to set it up as a secondary display.

Poor Charlie. . . . Didn’t know what hit him. Next thing I know he’s absolutely INSISTING that he’s a Grove Pi, and there was NOTHING I could do about it. Run a Dexter Update? Nope. Change the “Detected robot” file to contain “GoPiGo 3” instead of “Grove Pi” Worked, kinda wonky until the next boot.

Ultimately the solution was to remove the Vellman display board that plugs into the first 26 pins of the GPIO. He thinks he’s a GoPiGo again, but he’s still very, very sick. Ultimately I’m going to have to re-flash R4R Buster and copy all my work back over. (I should really put it up on GitHub as soon as I find a dev environment that isn’t a clunky beast.)

So, @cleoqc, here’s my question:
What is it that distinguishes the GoPiGo from the Grove Pi? What would have to happen for Charlie to become so thoroughly befuddled that it basically whacked the entire installation of R4R?

Obviously the takeaway here is the old joke about the guy who went to his doctor and said:
“Doctor, it hurts when I do that.”
“Well then, don’t do that!”

I’m assuming that the Vellman screen is I2C and uses one the addresses that GrovePi uses
You could disable the automated robot detection, it should take care of the split personality your robot experienced.

1 Like

How is that done? What I2C address(es) does the Grove Pi use?

Even after removing the Vellman board, Charlie’s install was so messed up, half the functionality doesn’t work anymore. Guess that was not a wise move. At least I can re-flash the SD card and I’m back in business!

I don’t have a Raspbian for Robots next to me at the moment. I’ll see if I can find it in the code repo.

1 Like

Try this:
sudo systemctl disable auto_detect_robot.service
sudo systemctl stop auto_detect_robot.service

It’s possible your card is messed up. It would be easier to start from a fresh one. That’s the cool part about GoPiGo, you can’t really mess it up to the point that it stops working forever.

Then run the above lines before adding the screen.

1 Like

Truer words were never spoken! The only fussy part is if you have work stored on the card. I’m going to have to copy it off before I flash it again. And then re-configure it. And then change the name. And then. . . . :wink:

On Raspbian for Robots, you have an SD card copier available to you to keep a backup.
I suggest you start using it :wink:

1 Like

And where might that be hidden? I’d love to make backups!

Do I have to pull the card to do it, or does it back up the card in place?

I can do this, but once that’s done, do I have to do something to make sure it comes up as a GoPiGo? Or, will it just use the “Detected Robot” file as is? (i.e. Let the rebuilt instance of R4R run normally once and let it autodetect, then disable autodetect?)

As long as you don’t swap the card for another robot, the detection will stay in place.

1 Like

Did this.

I’m going to make sure everything ELSE is working before I plug the screen in again. . . .

And I am tempted to make an image backup of my SD card too!

While it is certainly possible to make a copy of the SD card by removing it from Charlie, and make a binary image, since the mere act of extracting (and reinserting) the SD card requires more dexterity than I can often muster, I use rpi-clone and a USB SD card adapter on Carl:

==== ON RPi: rpi-clone to make backup to a uSD card in USB adapter of RPi ====

Installation:

at ~/  (/home/pi/ )
git clone https://github.com/billw2/rpi-clone.git
cd rpi-clone
sudo cp rpi-clone rpi-clone-setup /usr/local/sbin

USAGE:

insert sdCard into USB Adapter
insert USB Adapter to RPi

df -h to find disk (/dev/sda and /dev/sda1 probably)
or more /proc/partitions
or lsblk

sudo rpi-clone sda [-L CARL] (to rename ext4 partition)
… unmount?: yes (/media/pi/xxxxx-xxx-xxx-xxx)
… unmount?: yes (/media/pi/boot)
… Init and clone to sda?: yes or Ok to proceed with the clone?: yes
… Opt label: (return for none)

Resizing last partition to end of disk … Resize success <-- when disk is smaller

Done with clone to /dev/sda
… Start - 17:17:08 End - 17:22:22 Elapsed Time - 5:14

Cloned partitions are mounted on /mnt/clone for inspection or customizing.

Hit Enter when ready to unmount the /dev/sda partitions …
… unmounting /mnt/clone/boot
… unmounting /mnt/clone

1 Like

all of rpi-clone is wrapped into a nice user interface called SD Card copier.

2 Likes

. . .and you can do all of this on a “hot” system?

Exactly the point of it. It does require a second card, the only drawback.

1 Like

. . . . and that should be my biggest problem!

Acronis True Image claims to be able to perform “hot” backups too. :thinking:

I’ve just never been able to get my arms, (or my sense of trust), around the idea of a “hot” backup on a running file-system, with files open, and things potentially being modified, and. . . .

Well, maybe that’s my years of WinDoze experience talking - I just don’t trust it!

Of course, those years of WinDoze experience haven’t made me overly confident about much of anything - Windows 10 still cannot find my Mint 19.3 installation on the same physical hard-drive! :roll_eyes:

Mint, on the other hand, has no difficulties finding - and booting! - my Windows 10 partition. :smirk:

I guess I’ll have to (grinning wildly) condescend to allow LINUX to be my Windows boot manager! :rofl: :crazy_face:

Regarding the “backup files” from the Dexter desktop and the SD copier utilities, how big should the flash-drive / backup SD card be?

Did you try this?

Yes, I use 2 inch long segment of 12mm label maker tape folded in half making a 1" pull tab.

BUT, It still takes a prayer, a dance, and a miracle to get it back in.

1 Like

I have tested my monthly clone backup twice - everything seemed in order, but I didn’t run a MD5 sum or such.

1 Like

the SD card copier will indeed let you backup the inserted SD card that’s up and running. it works. it’s linux :slight_smile:

yes, you do need a second SD card to back up to.

1 Like