The NextThingCo package repository has been backed up here: https://archive.org/download/C.h.i.p.FlashCollection/opensource.nextthing.co.tar.bz2
Root page: https://archive.org/download/C.h.i.p.FlashCollection/opensource.nextthing.co.tar.bz2
Note: I did not look at the content of the archive...
I found a way to flash my chip if I brick it. On the wiki page Chip Comunity. There is a copy of the raspberry pi OS with the chip flash preinstalled, all you need is a pi-zero and a way to make connections to a keyboard/chip. Also, a power supply of 5v and 3Amps is needed. But my Worry was updating pico-8. Zep has a tutorial somewhere that shows how to update it. I did add some repos to make it work. Keep that in mind. NTC repos are dead.
Was there an answer in here on how to update Chip-Pico-8? I can't find Zep's tutorial on that.
I also had a pocketchip and really appreciated the the decide. But now that NTC is dead, I doubt we will ever see a pico-8 version.
It's just frustrating that Pico-8 CHIP Edition got updated all the way to 1.11g, I think, and that some people have access to that while people who are finally able to purchase a PocketCHIP through Amazon or otherwise like I did now can't get to it. If it could be re-hosted or something like that, it would be awesome. I would bet there's some reason @zep can't do that, but I would like to know why at least.
I imagine it's a complicated problem with no easy solutions.
Yes! is simple. Go and update your repo!
To use these repositories all you need to do is update the applicable lines in your "/etc/apt/sources.list" files new domain name. Example:
Original:
deb http://opensource.nextthing.co/chip/debian/repo jessie main
deb http://opensource.nextthing.co/chip/debian/pocketchip jessie main
Change it to:
deb http://chip.jfpossibilities.com/chip/debian/repo jessie main
deb http://chip.jfpossibilities.com/chip/debian/pocketchip jessie main
You will also want to update the applicable lines in your "/etc/apt/preferences" files with new domain name. Example:
Original:
Package: *
Pin: origin opensource.nextthing.co
Pin-Priority: 1050
Change it to:
Package: *
Pin: origin chip.jfpossibilities.com
Pin-Priority: 1050
Once you're done, upgrade:
sudo apt-get update && sudo apt-get upgrade
It worked!!! Thank you so much!! I'm updated to 1.11G, and I couldn't be happier!
I tried doing the same thing but I can't save the changes to the documents. Do I have to open the files as root? If I have to how do I do that?
Thanks in advance.
Yes the file is only writable as the root user, you must launch nano as root using sudo.
For example:
$ sudo nano /etc/apt/sources.list
$ sudo nano /etc/apt/preferences
the complete info about the repositorie-mirror is at
http://chip.jfpossibilities.com/chip/debian/
I updated my CHIP yesterday to
Linux chip 4.4.13-ntc-mlc #1 SMP Tue Dec 6 21:38:00 UTC 2016 armv7l GNU/Linux
[Please log in to post a comment]