WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Unoffical new release piCore-10.1beta1a  (Read 24017 times)

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #15 on: June 21, 2019, 06:46:02 AM »
Paul Your comments are very much appreciated, it is a massive help.

 If you could sent your busybox config , that would be great. I will grab a few things from the github link. I have already grabbed all the tcz from your repo, I will include the ones that are appropriate.

 

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1063
Re: Unoffical new release piCore-10.1beta1a
« Reply #16 on: June 25, 2019, 07:18:57 PM »
One recent development, on single core boards, I've was running into issues with loop mount failures during tce-load....mainly loading large dependency chains like compiletc.  I never saw this on multicore boards.

Adding max_loop=100 to the command line solved the problem( I only needed 75 loop devices).....but the loop devices are supposed to be created dynamically.  I updated libmount on the initrd, and that also solved the problem.

Offline geev03

  • Newbie
  • *
  • Posts: 19
Re: Unoffical new release piCore-10.1beta1a
« Reply #17 on: June 27, 2019, 02:45:47 AM »
Is this release suitable for Pi 4B ?
Just tried 'piCore-9.0.3.img' on Pi4B  and it didn't boot up. The  1GB sd (!) boots up without problem on Pi 3B.

Offline geev03

  • Newbie
  • *
  • Posts: 19
Re: Unoffical new release piCore-10.1beta1a
« Reply #18 on: June 27, 2019, 03:07:48 AM »
Code: [Select]
login as: tc
tc@192.168.1.234's password:
   ( '>')
  /) TC (\   Core is distributed with ABSOLUTELY NO WARRANTY.
 (/-_--_-\)           www.tinycorelinux.net

tc@box:~$ df
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   834.4M     10.5M    823.9M   1% /
tmpfs                   463.5M         0    463.5M   0% /dev/shm
/dev/mmcblk0p2          901.1M      9.6M    863.0M   1% /mnt/mmcblk0p2
/dev/loop0                1.1M      1.1M         0 100% /tmp/tcloop/mc
/dev/loop1                1.8M      1.8M         0 100% /tmp/tcloop/openssh
/dev/loop2              512.0K    512.0K         0 100% /tmp/tcloop/libgcrypt
/dev/loop3                1.3M      1.3M         0 100% /tmp/tcloop/glib2
/dev/loop4              128.0K    128.0K         0 100% /tmp/tcloop/libssh2
/dev/loop5              256.0K    256.0K         0 100% /tmp/tcloop/ncurses
/dev/loop6                1.3M      1.3M         0 100% /tmp/tcloop/openssl
/dev/loop7              128.0K    128.0K         0 100% /tmp/tcloop/libgpg-error
/dev/loop8              128.0K    128.0K         0 100% /tmp/tcloop/gamin
/dev/loop9              128.0K    128.0K         0 100% /tmp/tcloop/libelf
/dev/loop10             384.0K    384.0K         0 100% /tmp/tcloop/pcre
/dev/loop11             640.0K    640.0K         0 100% /tmp/tcloop/ca-certificates
/dev/loop12             128.0K    128.0K         0 100% /tmp/tcloop/bzip2-lib
/dev/loop13             768.0K    768.0K         0 100% /tmp/tcloop/gcc_libs
tc@box:~$ free
             total       used       free     shared    buffers     cached
Mem:        949328      62552     886776      10704       3664      20904
-/+ buffers/cache:      37984     911344
Swap:       226664          0     226664
tc@box:~$

tc@box:~$ cat  /proc/cpuinfo | grep Hardware
Hardware        : BCM2835
tc@box:~$ uname -a
Linux box 4.19.46-piCore-v7 #3 SMP Sat Jun 1 21:56:47 BST 2019 armv7l GNU/Linux
tc@box:~$



The same 1GB card with 'piCore-10.1beta1a' on Pi3B.
« Last Edit: June 27, 2019, 03:14:19 AM by geev03 »

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Re: Unoffical new release piCore-10.1beta1a
« Reply #19 on: June 27, 2019, 03:15:20 AM »
If you only have 2 kernels on your card, it won't, the RPi4B needs a different kernel, with an added 'l' in its name.

I'm not sure if they have compiled one yet, but they were talking about it a few posts back.
AMD, ARM, & Intel.

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #20 on: June 27, 2019, 03:17:57 AM »
Is this release suitable for Pi 4B ?
Just tried 'piCore-9.0.3.img' on Pi4B  and it didn't boot up. The  1GB sd (!) boots up without problem on Pi 3B.

No it was released before the Pi4B was available.

Both myself and Paul_123 have piCore booting on a pi4B, but a release is a few weeks away.

Tim.

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Unoffical new release piCore-10.1beta1a
« Reply #21 on: September 23, 2019, 06:05:42 PM »
What boards is it for?

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #22 on: September 24, 2019, 03:16:59 AM »
It should work on all Pi up to the Pi3B+. I am not sure about the 3A+ but I would expect it to be OK.

I have tested it on
Pi Model B
Pi 2 Model B
Pi 3 model B
Pi 3 Model B Plus
Compute Module 3

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #23 on: September 24, 2019, 03:22:45 AM »
I have updated the Repo and copied all extensions needed to get the GUI working from (.x to 10.x

So to get the GUI working

Install PiCore10.1Beta1a from here http://timjanes.uk/piCore/10.x/armv7/test_releases/RPi/

tce-load -wi TC.tcz

startx or reboot.

Tim.

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Unoffical new release piCore-10.1beta1a
« Reply #24 on: September 24, 2019, 06:05:26 AM »
OK thanks...

i made a post about playing videos and playing streaming videos on the Raspberry pi.

It is the Pi section.  Hope it works (even on Pi ZERO W and that people can enjoy multimedia
easily.

V

Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Unoffical new release piCore-10.1beta1a
« Reply #25 on: September 24, 2019, 06:07:28 AM »
would you be okay to test this very modern ARM debian web browser...on Rasp Pi...?

Vivaldi browser.

maybe by using..... deb2tcz....tool....?

https://vivaldi.com/download/

thanks

V

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #26 on: September 27, 2019, 01:35:08 AM »
I have given Vivaldi a try. I used this technique

https://help.vivaldi.com/article/installing-linux-snapshots-on-non-deb-rpm-distributions/

Then added the needed shared libraries to get it to run. And it basically works, but I cannot select the top bar or border and I have found no way to resize or move the window. There are also various error messages in the console window.

I have no idea how to proceed to get this window resize working, sot Anybody got any suggestions?

I can post instructions to get as far as I have, all needed tcz are in the 10.1beata1a repo.

Tim


Offline vinceASPECT

  • Hero Member
  • *****
  • Posts: 747
Re: Unoffical new release piCore-10.1beta1a
« Reply #27 on: September 27, 2019, 01:52:55 AM »
Tim,

Thanks so much for trying Vivaldi on an RPi......because i don't really know what other
modern browsers the TCL ARM repo offers for pi?.....

(the TCL x86 repo only has FF modern browser which isn't great.....although corepure x86_64 bit..... has Chromium 66)

I mean there is a chance that Vivaldi ARM could run on Pi Zero.....then?

As for window resizing....i have no idea...... but it wouldn't bother me that much......(as such)

i was also wondering if Https video streams work for you on Arm Pi using "FFPLAY" tool?.......streams from say invidio.us....?

>ffplay -i https://The video stream

thanks Tim.......maybe Vivaldi modern browser will appear in the ARM Rpi repo at some point?


Vince

Ps.....yes Tim, the instructions (if not too involved) would be useful for installing ARM Vivaldi on picore Rpi.





« Last Edit: September 27, 2019, 01:58:14 AM by vinceASPECT »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Unoffical new release piCore-10.1beta1a
« Reply #28 on: September 27, 2019, 06:32:47 AM »
Hi TimJ
... There are also various error messages in the console window.

I have no idea how to proceed to get this window resize working, sot Anybody got any suggestions? ...
I suppose if you shared those error messages, someone might be able to help you out.

Offline TimJ

  • Jr. Member
  • **
  • Posts: 57
Re: Unoffical new release piCore-10.1beta1a
« Reply #29 on: September 27, 2019, 06:37:41 AM »
Here is how to try vivaldi. In my view it is not really usable as  it cannot be resized or even maximized. The console gives errors about html5, flash, missing fonts and various other warnings. I suspect that most of these can be fixed, but I am stumped with the resize issue.

Install 10.1beta1a ( Link at the start of this thread), install the following tcz

Code: [Select]
tce-load -wi TC.tcz
tce-load -wi libmount.tcz
tce-load -wi libXcomposite.tcz
tce-load -wi libXi.tcz
tce-load -wi libXtst.tcz
tce-load -wi nss.tcz
tce-load -wi libcups.tcz
tce-load -wi libXScrnSaver.tcz
tce-load -wi libXrandr.tcz
tce-load -wi alsa.tcz
tce-load -wi atk.tcz
tce-load -wi at-spi2-atk.tcz
tce-load -wi pango.tcz
tce-load -wi gtk3.tcz
tce-load -wi p11-kit.tcz
tce-load -wi wget.tcz
tce-load -wi bash.tcz


start dbus and add to bootlocal.sh - this script came from a very old post somewhere on this site.
Code: [Select]
#!/bin/sh

if [ ! -d /var/lib/dbus ]; then
    mkdir -p /var/lib/dbus
fi

dbus-uuidgen --ensure

if [ ! -d /etc/dbus-1/system.d ]; then
    mkdir -p /etc/dbus-1/system.d
fi

if [ ! -d /etc/dbus-1/session.d ]; then
    mkdir -p /etc/dbus-1/session.d
fi

if [ ! -d /var/run/dbus ]; then
    mkdir -p /var/run/dbus
fi

dbus-daemon --system

Set the time/date and then install vivaldi
Code: [Select]
wget https://downloads.vivaldi.com/snapshot/install-vivaldi.sh
sudo sh install-vivaldi.sh --final

The install is not persistent so the last 2 lines need repeating after each boot. If this can be made usable I can make it into an extension.

Tim.