Fatdog Arm for Raspberry Pi2

A home for all kinds of Puppy related projects
Message
Author
User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: fatdogarm-07-25-2016.zip

#46 Post by BarryK »

don570 wrote:New version available at first post :
File: fatdogarm-07-25-2016.zip
Size: 231.68 MB
Hi,
I just now tried the download link on the first page. When I clicked the Download button, it offered to download "fatdogarm-07-25-2016.exe", a 949KB size file.
I didn't download it.
[url]https://bkhome.org/news/[/url]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#47 Post by ally »

hey barry

you have to uncheck the download with installer

have mirrored it here: http://archive.org/details/Puppy_Linux_Fatdog_Arm_Beta

:)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#48 Post by don570 »

Yes, unticking the downloader is recommended.
I'll put this in instructions.

________________________________________

When you first install fatdogarm --->

Remember to start dropbear with the control panel
since it is a replacement for ssh. I needed to do this to
make Xming work

_________________________________

Tip for or people who are compiling

Click on the devx-*.sfs file, which will mount it.
Open a terminal in the mounted directory (press back-tick character)
and copy the contents to the root filesystem:

Code: Select all

     cp -a -f --remove-destination * /
     sync
Make your save file 2 gigs so you have lots of room for the copying
and future work space i.e. compiling and making packages.

_______________________________________________

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#49 Post by BarryK »

Just a note, I got Quirky Xerus booting on the Pi2, haven't tested Pi3 yet but it should work.

I only got the commandline, not X, as none of the PETs from my armv7 Puppy (for Mele and Odroid boards) work in Pi2 Ubuntu Xerus.

I don't know why. 'ldd' just reports them as not executable. File properties:
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=71827819a5a94f1e8a2898d1d31f789d2d9cba5a, stripped
Whereas, properties of an executable from Ubuntu Xerus:
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=24269390fe2a07b3bc8478e284f387c5d49a596f, stripped
Maybe the problem is because the libc back in 2013 was compiled against kernel 2.6.16, too old?

Whatever, they don't work, so I am having to recompile all of them. So far, have managed to get a desktop, with jwm and rox-filer running.

James can help me out here, I will "borrow" his fatdogarm armv7 binary packages, turn them into PETs.
That should help me to bootstrap myself to a fully-working Quirky Xerus on Pi2 and Pi3.
[url]https://bkhome.org/news/[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#50 Post by don570 »

BarryK wrote:'ldd' just reports them as not executable
When I try to use other arm distros packages on fatdog arm I often get
that message as well.

The irony is that packages compiled on fatdog arm will run on
Raspberry pi's Wheezy OS fine as long as libraries are installed.
For instance I had no problems transporting fatdogarm's mtpaint to Wheezy,
except I had to compile for the lack of tiff library.

___________________________________________

The fatdog arm devx is available here
http://ftp.cc.uoc.gr/mirrors/linux/fatd ... ges/beta4/

.

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

#51 Post by eowens2 »

I received my Raspberry Pi 3 a few days ago and have finally had a chance to try it out. I am using the Cana Kit 5V 2.5 Amp power supply.

Raspbian for the RPi 3 boots and runs OK. Ubuntu Mate 16.04 boots OK but seems to have a problem with the wi-fi which is supposed to be corrected with version 16.04.1.

I downloaded the July 25 2016 version of Fatdog Arm , unzipped it and copied the files to a fat32-formatted single-partition microSD card. As others have described, boot attempt resulted in the appearance of a large rainbow square and in the upper right-hand corner of the screen, a small rainbow square.

In order to try to get it to boot, on the Fatdog Arm card, I moved bootcode.bin to bootcode.bin.old, and start.elf to start.elf.old. Then, from the RPi 3 Raspian microSD card, I copied over to the Fatdog Arm card the following files: bcm2710-rpi-3-b.dtb, bcm2710-rpi-cm3.dtb, bootcode.bin and start.elf.

But no luck! The result was the same big rainbow square on the screen (the small rainbow square was no longer present).

I would really enjoy being able to boot Fatdog Arm on my Raspberry Pi 3.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#52 Post by jamesbond »

Hi eowen2,

Raspi3 requires different kernel than Raspi2. What you did above is just replacing the bootloader and the DTB files. That is necessary but not sufficient - you need a new kernel too. I'll see if I can build a new kernel for Raspi3.

@Barry - let me know what you need.

cheers!
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#53 Post by ally »

stumbled across docker on my news app last night

used for cross compiling arm, thought may be of interest:

https://github.com/dockcross/dockcross

:)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#54 Post by BarryK »

jamesbond wrote:Hi eowen2,

Raspi3 requires different kernel than Raspi2. What you did above is just replacing the bootloader and the DTB files. That is necessary but not sufficient - you need a new kernel too. I'll see if I can build a new kernel for Raspi3.

@Barry - let me know what you need.

cheers!
I used the kernel from Ubuntu Mate, 4.1.17 I think. It has 'kernel.img' and 'kernel7.img' in the fat partition, and from reading up on it, it seems that kernel.img is for the pi1 (present even though Ubuntu Mate is armv7).

If that is the case, then kernel7.img is ok for both Pi2 and Pi3, as it my Quirky boots on both.

I need to verify this, delete kernel.img and see if it still boots on the Pi2 and Pi3.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#55 Post by BarryK »

Note, have upgraded to the 4.4.19 kernel. Haven't tested it yet, building it now in woofQ.

I downloaded everything precompiled from here:
https://github.com/raspberrypi/firmware

Instead of downloading the zip file, I used git, um, let's see, think I did this:

git clone git://github.com/raspberrypi/firmware.git

...which was a mighty big download, about 5.5GB. I used up my monthly data allowance (I am on 4G Optus network, costs AU$40 for 12GB per month, AU$15 for extra 1GB), had to buy more!

Anyway, that had everything, and I created a new skeleton SD card image file.

Not yet tested!
[url]https://bkhome.org/news/[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#56 Post by don570 »

I compiled mhwaveedit with my rpi2 to edit wave and mp3 files.
I believe lame is needed to mp3 files.
mhwaveedit-fatdogarm-1.4.23.tbz
__________________________

I updated my utility to connect fatdogarm to a server. Small bug fix.
fatdog_connect-1.12.tbz

_______________________________________________

I made a right click utility to open microsoft DOCX documents.
Just right click on docx file and choose ' DOCX Reader'

https://www.mydrive.ch/download/3471418 ... rm-1.4.tbz

However it needs perl to be installed and leafpad to open the text file.
These are already installed in my version of fatdogarm.
__________________________________________


All are available for download :
http://www.mydrive.ch
USER: porteus@don570
PASSWORD: porteus

__________________________________________________

User avatar
Moat
Posts: 955
Joined: Tue 16 Jul 2013, 06:04
Location: Mid-mitten

#57 Post by Moat »

BarryK deserves wired broadband, dangit!!! :shock: :? :)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#58 Post by BarryK »

Moat wrote:BarryK deserves wired broadband, dangit!!! :shock: :? :)
The problem is, currently I am not stable at one place. Right now I am living in the guest room of my step-mothers house.

I might buy a place in a country town sometime next year, but don't know if I want to get back into having a homeline.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#59 Post by BarryK »

BarryK wrote:Note, have upgraded to the 4.4.19 kernel. Haven't tested it yet, building it now in woofQ.

I downloaded everything precompiled from here:
https://github.com/raspberrypi/firmware

Instead of downloading the zip file, I used git, um, let's see, think I did this:

git clone git://github.com/raspberrypi/firmware.git

...which was a mighty big download, about 5.5GB. I used up my monthly data allowance (I am on 4G Optus network, costs AU$40 for 12GB per month, AU$15 for extra 1GB), had to buy more!

Anyway, that had everything, and I created a new skeleton SD card image file.

Not yet tested!
OK, I can confirm that 'kernel7.img' works for both Pi2 and Pi3.

Ubuntu Mate developers don't seem to have understood. They left in 'kernel.img' and /lib/modules/4.1.17+, even though Ubuntu Mate only works on the Pi2 and Pi3 (all that is needed is 'kernel7.img' and /lib/modules/4.1.17+v7)
[url]https://bkhome.org/news/[/url]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#60 Post by ally »

tried raspi-pi2-sd-8gb-skeleton-20160902.img.xz on a raspberry pi 2

dd'd to 16gb micro but getting kernel panic on boot (md5 checked ok)

:)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#61 Post by BarryK »

ally wrote:tried raspi-pi2-sd-8gb-skeleton-20160902.img.xz on a raspberry pi 2

dd'd to 16gb micro but getting kernel panic on boot (md5 checked ok)

:)
That's only a skeleton, just a kernel, does not have Quirky.

An alpha build of Quirky is expected to be released very soon.
[url]https://bkhome.org/news/[/url]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#62 Post by ally »

haha

that makes sense.....

:)

zygo
Posts: 243
Joined: Sat 08 Apr 2006, 20:15
Location: UK

Where does datafilehost.com download to?

#63 Post by zygo »

Can someone who has downloaded fatdogarm-07-25-2016.zip tell me where does https://www.datafilehost.com/d/867a7328 download it to? I've told Firefox to ask me the dl location but datafilehost.com ignores that. I tried pFind while downloading but there's nothing new called fatdogarm. It wont fit on my system (as booted) so I have to cancel. It will fit on my detachable HDD.

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#64 Post by ally »

can you pfind to search for it? also check root folder, find some stuff goes there sometimes

I did provide an alternative, link above

:)

zygo
Posts: 243
Joined: Sat 08 Apr 2006, 20:15
Location: UK

downloaded from archive.org thanks ally

#65 Post by zygo »

ally,

Thanks. I did look on your archive.org page but it's dated 2014 and does not list rasPi as a supported platform. I had just spent my zest for exploration on datafilehost.com so was unable to unhide the files list.

I now have fatdogarm-07-25-2016.zip and the md5 is correct.

thanks

Post Reply