Tiny Core Base > piCore Test Releases
piCore 5.0alpha4
bmarkus:
I'm pleased to announce piCore 5.0.alpha4 for the Raspberry Pi.
5.0.alpha4 changelog:
- kernel updated to 3.11.2+
- Broadcom firmware updated
- e2fsprogs and util-linux base components rebuilt
- tc-functions and tc-config synced to 5.0.1 common script base
5.0.alpha3 changelog:
- kernel updated to 3.11.1
- udev/udevadm updated
- fixed USB hotplug issues
- zram/zcache enabled
5.0.alpha2 changelog:
- busybox, zlib, e2fsprogs, util-linux, bcrypt, zsync rebuilt with GCC 4.8.1
- libgcc_s.so.1 and libstdc++.so updated to GCC 4.8.1 libs
- removed visudo which was an x86 binary
5.0.alpha1 changelog:
- common TC 5 script base
- eglibc 2.18
- kernel 3.10.10
- busybox 1.21.1
- zlib 1.2.8
- e2fsprogs 1.42.8
- util-linux 2.23.2
- added bcrypt to base
- dropped scm type extension support
- cleanup, unneded files removed
- file reorganization
- updated Broadcom firmware
Download link: piCore-5.0.alpha4.img.gz md5
meo:
Hi bmarkus!
Tried it out and issued following command "tce-load -wi TC" after which I gave the command, startx, after which I got the error message: "failed waitforX". Is something missing or am I doing something wrong?
Have fun with piCore,
meo
sbp:
Hi version4 working fine.
Still I have the problem with wifi, no change.
As Gerrelt wrote:
--- Quote ---It could be because I use -b with the udhcpc command instead of -n, which the wifi.tcz script uses.
--- End quote ---
Therefore I tried to change the wifi.sh so all the "udhcpc -n" was changed to "udhcpc -b" .
EDITED:
However, it did not solve the problem - Now I get this:
--- Code: ---udhcpc (v1.21.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
Failed to connect.
--- End code ---
Steen
Gerrelt:
This output:
--- Quote from: sbp on October 06, 2013, 04:25:55 AM ---Therefore I tried to change the wifi.sh so all the "udhcpc -n" was changed to "udhcpc -b" .
However, it did not solve the problem - Still:
--- Code: ---udhcpc (v1.21.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
Failed to connect.
--- End code ---
--- End quote ---
is the result of calling udhcpc with the -n option. Are you sure you changed all the udhcpc calls? And did you change the correct script?
With the -b option, this should have been the output:
--- Code: ---udhcpc (v1.21.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
--- End code ---
It tells us that it's forked to the background and continuus to obtain a lease.
Just as a test, try my script...
sbp:
Hi Gerrelt
Just started over again - changed the wifi.sh script within wifi.tzc.
And you are right now it gives this output:
--- Code: ---Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
Failed to connect.
tc@box:$
--- End code ---
But still it ends with "Failed to connect"
Next I will try your script.
Steen
Navigation
[0] Message Index
[#] Next page
Go to full version