WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Need RPi3 tester  (Read 10800 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #15 on: March 07, 2016, 12:57:01 AM »
Thanks. It looks OK, these modules are in the relevant TCZ extensions, must work. When it verified question is whether we want to add them to the base or keep in a TCZ.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #16 on: March 07, 2016, 01:58:31 AM »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Need RPi3 tester
« Reply #17 on: March 07, 2016, 05:20:25 AM »
Bela
Still missing chars in cmdline.txt file.
Code: (bash) [Select]
_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/ram0 elevator=d
eadline rootwait quiet nortc loglevel=3 noembed

Code: (bash) [Select]
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/ram0 elevator=d
eadline rootwait quiet nortc loglevel=3 noembed

But i don't know if you have read my old post regarding this parameter, if needed or not.
But here are my old post.
http://forum.tinycorelinux.net/index.php/topic,19623.msg121927.html#msg121927

Thx a lot for building tiny core for raspberry pi.

//Patrik

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #18 on: March 07, 2016, 05:33:01 AM »
patrikg@

you are right it is a typo in cmdline.txt, I will fix it in next upload. I do not want to switch back to USB 1.1 by default, let user do it when needed.


Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #19 on: March 07, 2016, 05:53:55 AM »
cmdline.txt fixed, new image uploaded.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: Need RPi3 tester
« Reply #20 on: March 07, 2016, 01:40:32 PM »
Internal wifi is not working. Some issue with the firmware.

dmesg:

Code: (bash) [Select]
[    6.739511] cfg80211: Calling CRDA to update world regulatory domain
[    6.792722] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
[    6.793430] usbcore: registered new interface driver brcmfmac
[    6.793549] brcmfmac_sdio mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.bin failed with error -2
[    7.077639] uart-pl011 3f201000.uart: no DMA platform data
[    7.079385] i2c /dev entries driver
[    7.132078] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[    7.799144] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[    8.643876] random: nonblocking pool is initialized
[    8.695523] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[    8.809195] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[    9.889147] cfg80211: Calling CRDA to update world regulatory domain
[   13.039129] cfg80211: Calling CRDA to update world regulatory domain
[   16.189127] cfg80211: Calling CRDA to update world regulatory domain
[   19.339136] cfg80211: Calling CRDA to update world regulatory domain
[   22.489146] cfg80211: Calling CRDA to update world regulatory domain
[   25.639126] cfg80211: Calling CRDA to update world regulatory domain
[   28.789129] cfg80211: Calling CRDA to update world regulatory domain
[   31.939135] cfg80211: Calling CRDA to update world regulatory domain
[   35.089130] cfg80211: Calling CRDA to update world regulatory domain
[   38.239125] cfg80211: Calling CRDA to update world regulatory domain
[   41.389126] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA

lsmod:

Code: (bash) [Select]
tc@box:~$ lsmod
Module                  Size  Used by    Not tainted
i2c_dev                 6020  0
brcmfmac              178877  0
brcmutil                5731  1 brcmfmac
cfg80211              421646  1 brcmfmac
rfkill                 16625  1 cfg80211
evdev                  10230  0
i2c_bcm2708             5002  0
spi_bcm2835             7252  0
bcm2835_gpiomem         3023  0
bcm2835_rng             1816  0
uio_pdrv_genirq         2966  0
uio                     8340  1 uio_pdrv_genirq

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: Need RPi3 tester
« Reply #22 on: March 07, 2016, 02:15:55 PM »
Yes, the firmware is missing in the repo.
Please update the wireless kernel modules, or create the new firmware-brcmfmac.tcz

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #23 on: March 07, 2016, 02:21:52 PM »
Yes, the firmware is missing in the repo.
Please update the wireless kernel modules, or create the new firmware-brcmfmac.tcz

Why update kernel modules?

I will create a firmware tcz as soon as someone send the firmware and confirms it works with RPi3. I can't test, no RPi3 in hand.

« Last Edit: March 07, 2016, 02:23:25 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: Need RPi3 tester
« Reply #24 on: March 07, 2016, 02:48:38 PM »
This is the working firmware:
https://github.com/RPi-Distro/firmware-nonfree/tree/master/brcm80211/brcm

and download the brcmfmac43430-sdio.bin and brcmfmac43430-sdio.txt files into the directory
/lib/firmware/brcm/

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: Need RPi3 tester
« Reply #25 on: March 07, 2016, 02:49:43 PM »

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 402
Re: Need RPi3 tester
« Reply #26 on: March 07, 2016, 09:43:53 PM »
Hi guys,

The on-board wifi seems to work OK. Thanks for the information.

Any chance of including the firmware for the "official" RPF USB wifi adaptor in the same extension?
tce.installed/firmware-brcmwifi is just copied from the other USB adpator firmware.

Here are my notes.

Code: [Select]
Files
-----

For Offical USB wifi adaptor:
/usr/local/tce.installed/firmware-brcmwifi
/lib/firmware/brcm/brcmfmac43143.bin

For wifi on-board RPi3:
/lib/firmware/brcm/brcmfmac43430-sdio.bin
/lib/firmware/brcm/brcmfmac43430-sdio.txt

download firmware-brcmwifi and brcmfmac43143.bin to home directory
download brcmfmac43430-sdio.bin and brcmfmac43430-sdio.txt to home directory

Instructions
------------

tce-load -w squashfs-tools.tcz
tce-load -i squashfs-tools.tcz

cd /tmp
mkdir -p brcm

cd brcm
mkdir -p usr/local/tce.installed/
mkdir -p lib/firmware/brcm/

cp ~/firmware-brcmwifi usr/local/tce.installed/
cp ~/brcmfmac43143.bin lib/firmware/brcm/
cp ~/brcmfmac43430-sdio.bin lib/firmware/brcm/
cp ~/brcmfmac43430-sdio.txt lib/firmware/brcm/

sudo -s
cd /tmp
mksquashfs brcm/ firmware-brcmwifi.tcz

regards
Greg

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #27 on: March 07, 2016, 11:26:07 PM »
firmware-brcmfmac43430.tcz added to repo, please try.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: Need RPi3 tester
« Reply #28 on: March 07, 2016, 11:53:30 PM »
Something went wrong and the files inside the tcz are not the correct ones.

Regs,

Jan
« Last Edit: March 08, 2016, 12:21:44 AM by jgrulich »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Need RPi3 tester
« Reply #29 on: March 08, 2016, 12:07:56 AM »
You are right, individual download from GitHub went wrong. Dowloaded the complete firmware as a zip archive is OK now.

Repo updated.
« Last Edit: March 08, 2016, 12:14:55 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."