kwindrem / RpiDisplaySetup

Raspberry Pi 7" touchscreen for Venus OS (also HDMI)
31 stars 7 forks source link

Running Setup disables CAN Hat #24

Closed badfrogg closed 10 months ago

badfrogg commented 10 months ago

After running: /data/RpiDisplaySetup/setup , I loose the CAN Hat (VeCanSetup).

I have to reinstall it every time.

Here are my versions: image image

kwindrem commented 10 months ago

Need more information:

Which CAN hat?

How are you installing it when it does work?

badfrogg commented 10 months ago

I am using the waveshare 2-ch isolated (Non-FD)

I am installing it through the GUI Package manager interface.

I should clarify, I am not loosing the installation of VeCanSetup. The can hat just stops working and reinstalling VeCanSetup brings it back.

kwindrem commented 10 months ago

You can not run VeCanSetup from PackageManager as it requires console interaction to configure the interfaces.

You must run /data/VeCanSetup/setup from a command line prompt either via ssh or a direct console connection.

Once you have added and configured ports via the command line., these settings will be restored when updating Venus OS (aka firmware update).

badfrogg commented 10 months ago

I did run VeCanSetup from the command line the first time I installed it. That worked fine. I was just reporting to you that running RpiDisplaySetup makes the CAN bus stop working.

It is not a problem for me becaus my screen is working now and I don't have a reason to run RpiDisplaySetup anymore. I just though you might like to know about the behavior.

Thanks for contribution by the way!

kwindrem commented 10 months ago

fixed in v3.4

Thanks for the report, sorry for my misunderstanding.