Unofficial RUSEFI DASH

It's all about the code!
nimbleswitch
Posts: 4
Joined: Sun Mar 10, 2024 4:27 pm

Re: Unofficial RUSEFI DASH

Post by nimbleswitch »

Are you sure you're restoring the full image with both partitions to the SD card? How much RAM does your Pi have? I have the 1GB version. I doubt it would make a difference, but it might and RAM size is the only hardware variation I know of with the Pi4
Nareon
Posts: 4
Joined: Fri Mar 08, 2024 3:36 am
Github Username: jerzean

Re: Unofficial RUSEFI DASH

Post by Nareon »

updates: i had a spare 2gb version not 4gb, and the spare booted right up, maybe you need to edit the config since its meant to be used with the 7in touch screen? idk

odd, let me try with a spare pi4(2gb), it shipped with a 2gb version(https://techinfodepot.shoutwiki.com/wiki/RPF_Raspberry_Pi_4_Model_B_2GB)
IMG_20240312_222757167_HDR[1].jpg
IMG_20240312_222757167_HDR[1].jpg (2.93 MiB) Viewed 790 times
IMG_20240312_222812390_HDR[1].jpg
IMG_20240312_222812390_HDR[1].jpg (2.8 MiB) Viewed 790 times
testing it now give me a bit
nimbleswitch
Posts: 4
Joined: Sun Mar 10, 2024 4:27 pm

Re: Unofficial RUSEFI DASH

Post by nimbleswitch »

I do have the official 7inch touch screen connected to mine as well so that may also explain why mine works, good theory.

Also FYI for anyone following this thread, I don't think any of the dash screens will display any values without a proper license key file even if it receives valid CAN data. If you press the "Restart Daemon" button on the network screen you can see the output on the left complaining about invalid license, it's probably locked to only work on the original Pi the dash shipped with.
Steve-F
Posts: 4
Joined: Thu Mar 23, 2023 9:42 am

Re: Unofficial RUSEFI DASH

Post by Steve-F »

I have been thinking about trying to roll my own for a while.

Someone has a fork of the newer repo, and they seem to be building on the Pi, and just commenting out the licence request.

https://github.com/trackandtide/PowerTuneDigitalOfficialTNT/commits/main/

Some notes on the wiki for it which could be useful.
https://github.com/trackandtide/PowerTuneDigitalOfficialTNT/wiki

It looks like a .lic file is created after running the private binary.

I'd be curious to see what the contents of those were on the original dash, and then one where it was cloned and not working.

process->start("/home/pi/licencerequest");
process->waitForFinished(100); // 10 minutes time before timeout
QString path = "/home/pi/Licrequest.lic";
Omc
Posts: 4
Joined: Sat Mar 09, 2024 2:55 am
Location: Canada

Re: Unofficial RUSEFI DASH

Post by Omc »

I use the recovery button on easus and recover the .pbd file directly onto the fresh sd card. I obtain a folder (f), inside there is an overlay folder and a system volume info folder and several other files. I also tried to import the .pbd file on my PC then only transfer the overlay folder and the boot files, at this point it seems to communicate but I got a black screen with kernel panic messages.. probably due to the screen size as mentioned earlier! Also as mentioned each Pt copy uses a license code specific to the rpi sent by Pt but it must be possible to bypass this by giving a command once entered into the os
Omc
Nareon
Posts: 4
Joined: Fri Mar 08, 2024 3:36 am
Github Username: jerzean

Re: Unofficial RUSEFI DASH

Post by Nareon »

Steve-F wrote:
Thu Mar 14, 2024 4:15 pm
I have been thinking about trying to roll my own for a while.

Someone has a fork of the newer repo, and they seem to be building on the Pi, and just commenting out the licence request.

https://github.com/trackandtide/PowerTuneDigitalOfficialTNT/commits/main/

Some notes on the wiki for it which could be useful.
https://github.com/trackandtide/PowerTuneDigitalOfficialTNT/wiki

It looks like a .lic file is created after running the private binary.

I'd be curious to see what the contents of those were on the original dash, and then one where it was cloned and not working.

process->start("/home/pi/licencerequest");
process->waitForFinished(100); // 10 minutes time before timeout
QString path = "/home/pi/Licrequest.lic";
well the backup i made, pulled all the data from the sdcard, so the stuff youre looking for should be inside it. i dont know enough about how a pi is setup/works, ik my way around linux just not a pi's version of it
Post Reply