Raspberry Puppi

A home for all kinds of Puppy related projects
Message
Author
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#226 Post by Flash »


User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#227 Post by antiloquax »

I've compiled mit scheme on my Pi. This took a long time (>24 hours) and I had some help from the mit-scheme devel mailing group.

Mit-scheme is my preferred implementation of Scheme, so I thought it was worth taking the time to build it.

You can download a tar.gz of the binaries here:
mit-scheme-9.1.1_ARM
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#228 Post by antiloquax »

Here's a couple of other Scheme implementations. Gambit is quite a nice, friendly one.
These are not .pets, I'm afraid. They are .tar.gz archives.
I compiled them on Arch, so if anyone wants to give them a whirl on SAP, I'd appreciate it.

Gambit
Scheme48
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

johnnyjimm
Posts: 1
Joined: Wed 10 Oct 2012, 15:11

can it run world community grid?

#229 Post by johnnyjimm »

I am wondering if someone could run the BOINC manager from worldcommunitygrid.org, and run the project "Say No to Schistosoma". It would be the only current application that can be run on the rpi, due to the rpi's memory limitations. I wish to know if it is possible, and if it is, I would like any information you may gather from it. Specifically, I would like to know the cpu temperature, ram usage, and time it takes to run 1 work unit.

Because the ram usage will be high, you may need to load only the minimum amount of puppy into ram. Please add in your post if this is the case.

svgt
Posts: 113
Joined: Wed 26 Mar 2008, 17:18
Location: Hamburg, Germany

Puppi on ArmV7 system

#230 Post by svgt »

Hi,

on all my computers I can decide for myself, which systems are to be installed. Even on 15 years old machines I am able to install Linux or Windows. I may with Linux choose the language and keyboard layout. I can install most of current programs.
Only with my state-of-the-art and latest computer from 2010 I am not able to install another system. I can rarely add any application. Inside there is a modern SSD with 16GB. I may add a sdcard with 32GB. Nevertheless I may use only 128MB in total for application programs. It is a kind of Linux system, which is forbidding to me many actions, because I don't have root rights. This is Android 1.6 without AndroidMarket. Although this computer was sold from the biggest computer manufacturer HP: model HP Compaq Airlife 100. From HP homepage there is not a bit to download and requests are not answered.
For frequently sold smartphones the vendors deliver updated android versions. Otherwise there exists a worldwide hacker network, which offers upgraded Android versions.
With my computer there exists neither nor, because it was sold rarely only in Spanish speaking countries.
The computer owns a Snapdragon cpu QSD8250 from Qualcomm with 1GHz (similar to ARM Cortex A8). This is an Armv7 cpu type.

It would be beautiful, if a Puppy would run with this hardware. Do I have a chance?

Svgt

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#231 Post by nooby »

You know already but for those of us that don't
follow every move.

http://www.raspberrypi.org/archives/2221

quote
Today we have some really big news, which is going to mean a lot to many programmers in our community who have been asking about it ever since launch. This is one of those announcements that has been in the pipeline for quite some time, but we haven’t been able to talk about it until now.

As of right now, all of the VideoCore driver code which runs on the ARM is available under a FOSS license (3-Clause BSD to be precise). The source is available from our new userland repository on GitHub. If you’re not familiar with the status of open source drivers on ARM SoCs this announcement may not seem like such a big deal, but it does actually mean that the BCM2835 used in the Raspberry Pi is the first ARM-based multimedia SoC with fully-functional, vendor-provided (as opposed to partial, reverse engineered) fully open-source drivers, and that Broadcom is the first vendor to open their mobile GPU drivers up in this way. We at the Raspberry Pi Foundation hope to see others follow.
/quote
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#232 Post by antiloquax »

It's not Puppy ... although I have used Rox!

I have made an image of a very simple installation of Arch with Scratch and Python3 + Pygame ready installed.

If you haven't tried Arch, this may help you see what performance benefits this distribution offers.

Download the .zip of the image here:
arch.zip - google drive
or here:
arch.zip on dropbox

The sha1sum is:
a8a44c145eabd8682f70d1a1f79c2e246dbb0ead arch.img

There are some instructions in this file:
README.txt

I hope you find this useful!
mark
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

eowens2
Posts: 177
Joined: Wed 27 Aug 2008, 17:57

#233 Post by eowens2 »

@antiloquax,

I downloaded the zip => arch.img (sha1sum for the image was correct) for your minimal arch demo, and I must say it is FAST (I still think ARM Arch would provide the foundation for an excellent Puppy distro!), but I ran into a problem.

I added netsurf with "pacman -S netsurf", and it proceeded without error. But when I tried to run it from the command line I got "error while opening shared libraries: liblcms.so.1: cannot open shared object file:No such file or directory". I ran a "find" command which also could not find it.

I also tried "pacman -S liblcms.so.1" which gave me a "target not found".

What else do I need to do to get netsurf up and going?

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#234 Post by antiloquax »

Hi, thanks for trying it.
I think:
pacman -S lcms
Will do it .. I'll double check in a min.
To search the repo, you can type:
pacman -Ss search_string
So:
pacman -Ss lcms
Should tell you what is available.
Mark

EDIT: I think that will sort it. I have updated the README.
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

eowens2
Posts: 177
Joined: Wed 27 Aug 2008, 17:57

#235 Post by eowens2 »

Thanks antiloquax,

That 'pacman -S lcms' did the trick !

I am posting this from R_Pi/Arch-ARM/Netsurf.

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#236 Post by antiloquax »

Great. :)
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#237 Post by linux28 »

When the new version is released?

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#238 Post by recobayu »

https://drive.google.com/file/d/1_CFQxt ... sp=sharing
i compiled gtkdialog for debian stretch arm64 using anlinux, termux, and vncviewer on my android. i share to this thread, if anyone want to try it. thank you.

ohya, i think it is good to make puppy linux on android using this puppi based. the wikka link in first post is outdate

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#239 Post by Lobster »

recobayu wrote: ohya, i think it is good to make puppy linux on android using this puppi based. the wikka link in first post is outdate
@recobayu

I have updated the links on the first post as our wikki is in the process of having a new kennel/housing at:
http://wikka.puppylinux.com/HomePage
Updating the wiki software, at the present - June 10 019CE - is still taking place. May be a bit slow during this update :oops:
Thanks to Mick (0micko) for doing all the work (behind the scenes)
and hosting
Thanks for compiling. :D

I am hoping someone will compile a complete Puppy/Puppi woof-CE for the latest Raspberry pi 3 B+
which I have ready .... to install Puppi/Puppy

Here is a review of the RPI
https://youtu.be/e5V3d0n42ck
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#240 Post by Lobster »

Just when you thought it was all ready for our compilers ...
... along comes Raspberry Pi 4 :oops:

ah well :D

What hardware do I need to run RPi 4?
HDMI to Micro-HDMI cable or Micro HDMI to HDMI Adapter and HDMI cable
Power supply requires 5v USB 3 (reversible) with 3.5 watts when it’s idle and up to 7.6 watts when being taxed
Microsd card for Puppi (when available)
A case is worth the money - at present all sold out
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

Post Reply