KoljaWindeler / CHIP_STATION_PORTABLE

PCB to use a PSP housing with a C.H.I.P.
https://bbs.nextthing.co/t/csp-chipstationportable/11171/
25 stars 5 forks source link

CSP DTO with NTC being offline! #1

Open 53K70R29 opened 4 years ago

53K70R29 commented 4 years ago

Hi Kolja, Been a long time! Hope you are well!

Recently came across my CSP that you built nearly two years ago! Sadly my chip died and had to be replaced however I cannot for the life of me get the DTO working on my newer chip,

I have managed to get it flashed via https://yoursunny.com/t/2018/CHIP-flash-offline/

Any chance you could remind me? Cheers!

53K70R29 commented 4 years ago

Apologies for raising this as an issue within Github, Couldnt email since chipdipshop.de going offline!! :(

53K70R29 commented 4 years ago

Hi Kolja! So I fixed my issue, I simply have no brain!. For anyone else who suffers with this issue.

Flash a 4.4 IMG no-limit or add no-limit to their image by doing the following:

sudo wget -O/etc/init.d/axp209-nolim http://fordsfords.github.io/axp209-nolim/axp209-nolim sudo chmod +x /etc/init.d/axp209-nolim sudo update-rc.d axp209-nolim defaults sudo shutdown -r now

this will solve the power issues,

Now sudo git clone https://github.com/KoljaWindeler/CHIP-dt-overlays cd database sudo ./update.sh

will now apply the DTO

Again, Apologies for this noob issue and filling your github with none sense.

maybe help the noobs out and add this in the readme to help keep your wonderful CSP going! :) Cheers!