Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: AlexLeo on September 20, 2017, 05:28:50 PM

Title: Fifth browser Older RaspPi compatibility
Post by: AlexLeo on September 20, 2017, 05:28:50 PM
Hey,

Does anyone know if Fifth browser will be backwards compatible with older Pi, B+ and B?

I have Raspberry PI3 and older B+, trying to make an image interchangeable between both models.
Unfortunately fifth only works on PI 3, anyone know how to fix that? Or if backwards compatibility will come?

Alex
Title: Re: Fifth browser Older RaspPi compatibility
Post by: polikuo on September 21, 2017, 12:20:04 AM
Hey,

Does anyone know if Fifth browser will be backwards compatible with older Pi, B+ and B?

I have Raspberry PI3 and older B+, trying to make an image interchangeable between both models.
Unfortunately fifth only works on PI 3, anyone know how to fix that? Or if backwards compatibility will come?

Alex

Fifth is compiled on RPI3, it should work on older PIs, but never tested.
If the package on the repo does not work, please re-compile it and mail it.
Here's the compile instruction.
compile_fifth (http://tinycorelinux.net/8.x/armv7/tcz/src/fifth/compile_fifth)
Also check out this instruction (http://wiki.tinycorelinux.net/wiki:creating_extensions).
You should be able to compiled it on the older B+
Title: Re: Fifth browser Older RaspPi compatibility
Post by: AlexLeo on September 21, 2017, 12:51:11 AM
Hey,

Does anyone know if Fifth browser will be backwards compatible with older Pi, B+ and B?

I have Raspberry PI3 and older B+, trying to make an image interchangeable between both models.
Unfortunately fifth only works on PI 3, anyone know how to fix that? Or if backwards compatibility will come?

Alex

Fifth is compiled on RPI3, it should work on older PIs, but never tested.
If the package on the repo does not work, please re-compile it and mail it.
Here's the compile instruction.
compile_fifth (http://tinycorelinux.net/8.x/armv7/tcz/src/fifth/compile_fifth)
Also check out this instruction (http://wiki.tinycorelinux.net/wiki:creating_extensions).
You should be able to compiled it on the older B+

Understood, I'll try compiling tomorrow.

Before I do that. tce-load doesn't load fifth on older PI, says 404 not found, it's because its not in ARMv6 repository?

Also I tried loaded it using tce-load -iw fifth.
On PI3 it loads up fine when using the icon, but on older PI, clicking the icon does nothing, is there a place I can see if it has any errors loading?

Finally how do I launch fifth through terminal? Is there verbose switch?

Alex
Title: Re: Fifth browser Older RaspPi compatibility
Post by: polikuo on September 21, 2017, 01:04:06 AM
Understood, I'll try compiling tomorrow.

Before I do that. tce-load doesn't load fifth on older PI, says 404 not found, it's because its not in ARMv6 repository?

Also I tried loaded it using tce-load -iw fifth.
On PI3 it loads up fine when using the icon, but on older PI, clicking the icon does nothing, is there a place I can see if it has any errors loading?

Finally how do I launch fifth through terminal? Is there verbose switch?

Alex

You can try wget the required files directly from http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz
You'll also need fifth.tcz.dep (http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz.dep) and optionally fifth.tcz.md5.txt (http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz.md5.txt)
Put those files in your TCE/optional directory and run:
Code: [Select]
tce-audit fetchmissing
tce-load -i fifth
fifth 2>&1 | tee /tmp/fifth.log
Post the log file (/tmp/fifth.log) on the forum so we can help.  :)
Title: Re: Fifth browser Older RaspPi compatibility
Post by: AlexLeo on September 21, 2017, 01:12:04 AM
Understood, I'll try compiling tomorrow.

Before I do that. tce-load doesn't load fifth on older PI, says 404 not found, it's because its not in ARMv6 repository?

Also I tried loaded it using tce-load -iw fifth.
On PI3 it loads up fine when using the icon, but on older PI, clicking the icon does nothing, is there a place I can see if it has any errors loading?

Finally how do I launch fifth through terminal? Is there verbose switch?

Alex

You can try wget the required files directly from http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz
You'll also need fifth.tcz.dep (http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz.dep) and optionally fifth.tcz.md5.txt (http://tinycorelinux.net/9.x/armv7/tcz/fifth.tcz.md5.txt)
Put those files in your TCE/optional directory and run:
Code: [Select]
tce-audit fetchmissing
tce-load -i fifth
fifth 2>&1 | tee /tmp/fifth.log
Post the log file (/tmp/fifth.log) on the forum so we can help.  :)

Alright will do tomorrow :) Will update my post with results.
Alex
Title: Re: Fifth browser Older RaspPi compatibility
Post by: curaga on September 21, 2017, 01:24:57 AM
Webkit dropped armv6 support years ago. No chance of the first, armv6 pi having a webkit browser.