Tiny Core Base > piCore Final Releases
piCore 5.1 released
bmarkus:
Team Tiny Core is pleased to announce the availability of piCore 5.1, the Raspberry Pi port of Tiny Core Linux. It is an independent system architected by Robert Shingledecker and now developed by a small team of developers with strong community support.
Tiny Core Linux is not a traditional distribution but a toolkit to create your own customized system. It offers not only flexibility, small footprint but a very recent kernel and set of applications making it ideal for custom systems, appliances as well as to learn Linux, matching Raspberry Pi perfectly. It is running entirely in RAM. There is no installation in conventional terms; extensions mounted read only, after reboot the same clean system is available. Base raw SD card image with CLI version is only 21.5 Mbyte including RPi boot loader, firmware and support files. Key features:
Main features:
* Kernel 3.12.7 with sound DAC support
* BusyBox 1.22.1
* eglibc 2.18
* Xorg-7.7
* zswap (compressed swap in RAM), zram (compressed RAM)
* Linaro 4.8-2013.11 (GCC 4.8.3) toolchain
* Common TC 5.1 base
Images with preinstalled SSH for headless operation and with GUI also available at
http://tinycorelinux.net/5.x/armv6/release/
For support visit http://forum.tinycorelinux.net/index.php/board,57.0.html
Béla Márkus
piCore Release Manager
Franxoois:
Hi,
Great work !
I may have an issue with my wifi dongle.
Here is the result of lsusb
--- Code: ---Bus 001 Device 004: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271]
--- End code ---
dmesg
--- Code: ---[ 26.580533] cfg80211: Calling CRDA to update world regulatory domain
[ 28.968248] usb 1-1.2: ath9k_htc: Firmware htc_9271.fw requested
[ 28.975214] usbcore: registered new interface driver ath9k_htc
[ 32.960765] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 33.535186] usb 1-1.2: ath9k_htc: Failed to get firmware htc_9271.fw
[ 33.535440] usb 1-1.2: ath9k_htc: USB layer deinitialized
--- End code ---
lsmod
--- Code: ---Module Size Used by Not tainted
ath9k_htc 56814 0
ath9k_common 2725 1 ath9k_htc
ath9k_hw 422021 2 ath9k_htc,ath9k_common
mac80211 318613 1 ath9k_htc
ath 17073 3 ath9k_htc,ath9k_common,ath9k_hw
cfg80211 196566 3 ath9k_htc,mac80211,ath
ftdi_sio 29623 0
usbserial 24424 1 ftdi_sio
--- End code ---
df
--- Code: ---/dev/loop25 204.0K 204.0K 0 100% /tmp/tcloop/firmware-rtlwifi
/dev/loop26 32.0K 32.0K 0 100% /tmp/tcloop/firmware-ralinkwifi
/dev/loop27 1.1M 1.1M 0 100% /tmp/tcloop/firmware-atheros
--- End code ---
iwconfig
--- Code: ---dummy0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
tunl0 no wireless extensions.
--- End code ---
tinypoodle:
http://wireless.kernel.org/en/users/Drivers/ath9k_htc#Firmware
bmarkus:
Install firmware.tcz, it contains the firmware:
--- Code: ---[ 100.842566] usb 1-1.2.1: ath9k_htc: Firmware htc_9271.fw requested
[ 100.851268] usbcore: registered new interface driver ath9k_htc
[ 103.194991] usb 1-1.2.1: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
[ 103.439035] ath9k_htc 1-1.2.1:1.0: ath9k_htc: HTC initialized with 33 credits
[ 103.870254] ath9k_htc 1-1.2.1:1.0: ath9k_htc: FW Version: 1.3
[ 103.870285] ath: EEPROM regdomain: 0x809c
[ 103.870295] ath: EEPROM indicates we should expect a country code
[ 103.870307] ath: doing EEPROM country->regdmn map search
[ 103.870317] ath: country maps to regdmn code: 0x52
[ 103.870357] ath: Country alpha2 being used: CN
[ 103.870370] ath: Regpair used: 0x52
[ 103.881407] ieee80211 phy0: Atheros AR9271 Rev:1
[ 119.393378] NET: Registered protocol family 10
--- End code ---
--- Code: ---root@box:/home/tc# iwconfig
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
dummy0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
tunl0 no wireless extensions.
root@box:/home/tc#
--- End code ---
Franxoois:
That's allright, thank you very much !
Navigation
[0] Message Index
[#] Next page
Go to full version