I'm going to get to the point here.
-
How do you update? It seems almost all the games not predownloaded are incompatible
-
How do you import and export .P8 files?
- Dev Kit Mouse. I've seen people talk about it a while ago. Is there any news on that? Is it possible to macgyver the GPIO or USB port to get it to work with a mouse?
-
I haven't tried it, but there's a third party hosting the latest files via apt-get. This likely does not include the very latest Pico-8, but there's a newer build than what came stock with the PocketCHIP. Trying to do a full update via archived material is too rich for my blood, but I vaguely recall being able to get a newer Pico-8 via apt-get. https://web.archive.org/web/20180918185617/https://bbs.nextthing.co/t/how-to-update-my-pocketchip-now-403-forbidden/21030
- You can get Internet access working, open the Terminal on the PocketCHIP, and use the scp command to pull files from another machine via its IP address--or get the PocketCHIP's IP address and scp in the other direction.
I don't have an answer for #3. Unfortunately Next Thing Co took their forum down which makes it much more challenging to find old posts. Wayback Machine is somewhat useful if you know a URL, less useful for search.
unfortunately pocketchips are fancy looking paperweights these days, at least it pointed me to pico 8
I've updated my PocketCHIP to the latest version of Pico-8 using this mirror: http://chip.jfpossibilities.com/chip/debian/
I had previously flashed my PocketCHIP with the most recent firmware image, but these instructions should work for older firmware versions as well.
You'll need to edit repository files as root. To do this, open terminal and run these commands:
sudo nano /etc/apt/sources.list ## Paste stuff from that post; save sudo nano /etc/apt/preferences ## Paste stuff from that post; save ## Then, check for updates and install them sudo apt-get update sudo apt-get upgrade |
-
For future reference, another way to upgrade pico-8 on PocketCHIP is to download just the .deb file, then install it with
sudo dpkg -i PICO-8-FILENAME-GOES-HERE.deb
(note that sudo will ask you for your password. the default is chip) -
I recently had many woes trying to copy a cart onto the P-Chip
TL;DR heed dan's advice and be wary of glyphs i guess! - If the mouse is fairly modern or there are drivers for it, just plugging it in should work... except, of course, that the cursor is hidden some places by default. The way I did it is installing Marshmallow's Pocket Home and going to Settings --> Advanced --> Input
tyty for explaining that I can/could just use the .deb file, I will likely use this as prolifically as I can. :)
edit: hm, cannot seem to find a .deb file.
Thank you ragingmime! That got my chip back up and running after 2 military moves and a reflash of the OS. Now I hope to have more time to play with this bit of antiquated hardware.
I think there is maybe some misunderstanding about updating pico-8 on the pocketCHIP. Since NTC is gone, the repositories will no longer be updated. To update to the newest version of pico-8 you just have to follow Zep's instructions here: https://www.lexaloffle.com/bbs/?tid=34009
It uses wget and only takes a few quick commands. If you use the other methods that have been suggested here you will probably only get the last version of pico-8 that was included in the NTC repo before it went down and not the latest version of pico-8 that zep just released.
@VgBlade , the pocketCHIP community is still around and doing CHIP things. Take a look at https://www.reddit.com/r/ChipCommunity/
I'm an active member over there myself. I actually just upgraded my pocketCHIP from Jessie to Stretch and have been able to update many of the outdated software packages and install new ones that weren't compatible anymore. There is also a growing amount of documentation and many CHIP users are figuring out how to create their own desktop UI's. The pocketCHIP isn't completely dead yet, It surprisingly seems like the community is beginning to grow again :-)
P.S. @JeremyRedhead, you can also just use a USB flash drive to copy carts from your PC to your CHIP and vice versa.
[Please log in to post a comment]