Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: imaad on September 16, 2014, 10:03:25 AM

Title: problem extension loading ... came back !
Post by: imaad on September 16, 2014, 10:03:25 AM
Hi all,

The problem for loading extension come back. On the screen an have "Loading extension ... / " and the cursor " / " rotates continuously. Nothing happen after that.

A try to put "waitusb = 15" but the problem rest the same . I see the delay on boot but it not help to load extensions.

A put "showapps" on boot and I see
   
   Loading extensions...
   _

then cursor "_" NOT rotate and I can't see any extension loaded.

Any idea ? Thank
Title: Re: problem extension loading ... came back !
Post by: Misalf on September 16, 2014, 10:09:13 AM
If the "waitusb"-counter did reach zero, increase the value.
Title: Re: problem extension loading ... came back !
Post by: imaad on September 16, 2014, 10:13:31 AM
I already putted at 60 and I have the same proableme .
Why the "waitusb" can be a problem ... ?
Title: Re: problem extension loading ... came back !
Post by: bmarkus on September 16, 2014, 10:33:01 AM
There are no sense to have a high waitusb value with Raspberry Pi, even 5 sec is high, it is just a safe value.

Unfortunately no piCore version provided nor RPi hw. Check SD card integrity and free space, start with an empty /tce or try another SD card.
Title: Re: problem extension loading ... came back !
Post by: imaad on September 16, 2014, 11:19:59 AM
If the extensions are not found why there is not any error for this. I have tied other SD card and I have no problem but what I want  to know is the cause, to avoid this kind of problem.
In this moment I have two SD card with this problem, can I make other test to see where the problem came ?
Thank you for your suggestions !
Title: Re: problem extension loading ... came back !
Post by: bmarkus on September 16, 2014, 11:37:05 AM
If the extensions are not found why there is not any error for this.

Not found where?

How big are your partitions? Is it possible to dd, compress and to make available for download somewhere for testing?
Title: Re: problem extension loading ... came back !
Post by: imaad on September 17, 2014, 12:18:01 AM
What I want to say is that when the kernel can't load the extensions for some reason, maybe is better to display an error on the screen and to continue to load the system.

The total size is :

tc@box:~$ free -m
             total         used         free       shared      buffers
Mem:           436          210          226            0           11
-/+ buffers:                  198          237
Swap:          104            0          104

I will create an image and I will putted for download.
Thank
Title: Re: problem extension loading ... came back !
Post by: imaad on September 26, 2014, 04:28:05 AM
Just for info.
I have made many test all this time and I have the problem for loading extension just on Transcend SD card (classe 6). All the other SD card (about 6 different type) that I have tested work correctly.
I thing that the problem came from SD card. After 2-3 reboot the extensions are not loaded. I check the tce directory and it is OK. So I have no explication for this problem but to avoid that it 's better to use a good SD card (clase 10).
Title: Re: problem extension loading ... came back !
Post by: bmarkus on September 26, 2014, 04:34:47 AM
You can try a firmware update, see

http://tinycorelinux.net/5.x/armv6/releases/fwupdate/

Title: Re: problem extension loading ... came back !
Post by: bmarkus on September 26, 2014, 04:40:34 AM
Would be interesting to see how this card behaves with piCore 6.0 with 3.16.3 kernel.
Title: Re: problem extension loading ... came back !
Post by: imaad on September 26, 2014, 04:52:19 AM
Ok I will try that. And I will came back with more information.
Thank you.
Title: Re: problem extension loading ... came back !
Post by: imaad on September 26, 2014, 05:35:38 AM
I think I found the solution.
If I specify the tce directory in the boot option (for example tce=mmcblk0p2) the extension are correctly loaded. I have tested that in 2 SD card with this problem and now the sd card are working correctly.
In my opinion this Transcend SD class 6 don't give the correct UUID to kernel for find the partition on SD card to load the extensions.

Thank you for yours advices !