Gergmchairy
Posts: 32
Joined: Thu Aug 30, 2012 3:22 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 2:49 pm

Hi All,

Thanks again - Confirmed - latest stretch lite - and it works fine. Disappointed that i bought the Pi3B+ and NOOBS Card (i just needed another sd card really) from Pimoroni together and they supplied an old os that didnt work with the 3B+...

Greg

tkaiser
Posts: 103
Joined: Fri Aug 05, 2016 1:28 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 2:55 pm

Gergmchairy wrote:
Thu Mar 15, 2018 2:49 pm
NOOBS Card (i just needed another sd card really) from Pimoroni
Do they still sell those old ultra slow SanDisk cards (black) or the fast A1 cards in the meantime?

fanoush
Posts: 1033
Joined: Mon Feb 27, 2012 2:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 2:56 pm

pi-man-uk1 wrote:
Thu Mar 15, 2018 2:36 pm
thanks - got rid of wheezy and jessie but still no dice... hmmm
anything else I can try to update ?
sorry, I am not at my Pi now but if you have working card from fresh image then you may check which repositories are set up there and see version of bootloader there.
Maybe the mirror at mirrordirector.raspbian.org is not updated yet? Or you are missing some repository source.
Last edited by fanoush on Thu Mar 15, 2018 3:00 pm, edited 1 time in total.

User avatar
ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6400
Joined: Fri Jul 29, 2011 5:36 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 2:59 pm

Gergmchairy wrote:
Thu Mar 15, 2018 2:49 pm
Hi All,

Thanks again - Confirmed - latest stretch lite - and it works fine. Disappointed that i bought the Pi3B+ and NOOBS Card (i just needed another sd card really) from Pimoroni together and they supplied an old os that didnt work with the 3B+...

Greg
The final image took a while to finalise, so unfortunately none of the distributors would've had a card they could ship with it on launch.

Gergmchairy
Posts: 32
Joined: Thu Aug 30, 2012 3:22 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:05 pm

Understood, might be worth warning people - lots are likely to get the Lightning Bolt issue and be checking their PSU when its nothing to do with it (well it might be, but ...)..

Greg

fanoush
Posts: 1033
Joined: Mon Feb 27, 2012 2:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:26 pm

fanoush wrote:
Thu Mar 15, 2018 2:23 pm
pi-man-uk1 wrote:
Thu Mar 15, 2018 2:20 pm
Greg... see my stuff above - going through this stuff right now... Lightening bolt.
for some reason you have old bootloader

Code: Select all

raspberrypi-bootloader               1.20170703-1
it is unlikely that version from 2017/07/03 is recent enough
Sorry, it looks like the correct package which contains /boot/bcm2710-rpi-3-b-plus.dtb that you are missing is raspberrypi-kernel not bootloader so the version of the kernel package is important. And the latest version of that one is 1.20180313-1

tkaiser
Posts: 103
Joined: Fri Aug 05, 2016 1:28 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:31 pm

fanoush wrote:
Thu Mar 15, 2018 3:26 pm
it looks like the correct package which contains /boot/bcm2710-rpi-3-b-plus.dtb that you are missing is raspberrypi-kernel not bootloader so the version of the kernel package is important.
Both are important. Without latest firmware package no DVFS support and booting stuck with lightning bolt usually signaling under-voltage.

fanoush
Posts: 1033
Joined: Mon Feb 27, 2012 2:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:40 pm

tkaiser wrote:
Thu Mar 15, 2018 3:31 pm
fanoush wrote:
Thu Mar 15, 2018 3:26 pm
it looks like the correct package which contains /boot/bcm2710-rpi-3-b-plus.dtb that you are missing is raspberrypi-kernel not bootloader so the version of the kernel package is important.
Both are important. Without latest firmware package no DVFS support and booting stuck with lightning bolt usually signaling under-voltage.
I just unzipped the lite image and both kernel and bootloader have version 1.20180313-1 there. Can't find those at http://archive.raspbian.org/raspbian/pool/ but maybe I am not looking at right places.

pi-man-uk1
Posts: 17
Joined: Fri Dec 15, 2017 12:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:46 pm

just trying to work out how to update to get the card bootable in the new pi.

Not there yet. Just tried copying the contents of /boot from new image to old card but then it got as far as "crng init done" then stopped.

i see what people are saying, i need new firmware - but how to get all the files in the right place ?

fanoush
Posts: 1033
Joined: Mon Feb 27, 2012 2:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:53 pm

pi-man-uk1 wrote:
Thu Mar 15, 2018 3:46 pm
i see what people are saying, i need new firmware - but how to get all the files in the right place ?
If repositories are not updated then you may try to create packages of kernel and bootloader from the fresh image as described here
https://askubuntu.com/questions/309527/ ... d-packages
then transfer them to old card and install both at once via sudo dpkg -i raspberry*.deb

EDIT: but maybe better wait as there may be more packages missing like newer wireless firmware etc.
Last edited by fanoush on Thu Mar 15, 2018 3:59 pm, edited 3 times in total.

pi-man-uk1
Posts: 17
Joined: Fri Dec 15, 2017 12:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 3:54 pm

in the meantime though - booted with a fresh card to test the LAN wired network speed... yip. faster....

Code: Select all


pi@raspberrypi:~ $ iperf3 -c 192.168.2.222
Connecting to host 192.168.2.222, port 5201
[  4] local 192.168.2.223 port 58150 connected to 192.168.2.222 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  34.8 MBytes   292 Mbits/sec   55    105 KBytes       
[  4]   1.00-2.00   sec  34.6 MBytes   290 Mbits/sec   60   53.7 KBytes       
[  4]   2.00-3.00   sec  35.2 MBytes   295 Mbits/sec   56   38.2 KBytes       
[  4]   3.00-4.00   sec  33.5 MBytes   281 Mbits/sec   47   29.7 KBytes       
[  4]   4.00-5.00   sec  33.6 MBytes   281 Mbits/sec   37   25.5 KBytes       
[  4]   5.00-6.00   sec  31.8 MBytes   267 Mbits/sec   48    147 KBytes       
[  4]   6.00-7.00   sec  32.5 MBytes   273 Mbits/sec   50   62.2 KBytes       
[  4]   7.00-8.00   sec  34.8 MBytes   292 Mbits/sec   39   96.2 KBytes       
[  4]   8.00-9.00   sec  34.4 MBytes   289 Mbits/sec   46   22.6 KBytes       
[  4]   9.00-10.00  sec  34.6 MBytes   290 Mbits/sec   48   39.6 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   340 MBytes   285 Mbits/sec  486             sender
[  4]   0.00-10.00  sec   339 MBytes   284 Mbits/sec                  receiver

iperf Done.
pi@raspberrypi:~ $ 



tkaiser
Posts: 103
Joined: Fri Aug 05, 2016 1:28 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:02 pm

pi-man-uk1 wrote:
Thu Mar 15, 2018 3:54 pm
booted with a fresh card to test the LAN wired network speed... yip.
Your numbers are a bit low (would expect well above 300 Mbits/sec and also the count of retransmits is not that great -- I would check the network cable and run UDP tests in parallel) and unfortunately once the data that is transmitted over the wire lives on an USB disk we're bottlenecked even more by USB2: viewtopic.php?f=63&t=207897#p1285923

pi-man-uk1
Posts: 17
Joined: Fri Dec 15, 2017 12:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:06 pm

interesting... i'll check the cables....

still good though I was logging the last lines of output before the upgrade (pi3 before).

so gone from 93 Mbits/sec to 284 Mbits/sec....

good to know that I could get a bit more though perhaps !

yes, not sure about those retransmits, wasn't seieng that on the old machine.

Code: Select all

Mar 15 15:55:12 [  4]   0.00-10.00  sec   112 MBytes  94.0 Mbits/sec    0             sender
Mar 15 15:55:12 [  4]   0.00-10.00  sec   112 MBytes  93.8 Mbits/sec                  receiver
Mar 15 16:00:11 [  4]   0.00-10.00  sec   112 MBytes  94.0 Mbits/sec    0             sender
Mar 15 16:00:11 [  4]   0.00-10.00  sec   112 MBytes  93.8 Mbits/sec                  receiver

pi-man-uk1
Posts: 17
Joined: Fri Dec 15, 2017 12:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:12 pm

you were right... new patch cable (last one was home made, lesson learned).

new result...

well that was easy thanks... now only if I can get my old card booting !

Code: Select all


pi@raspberrypi:~ $ iperf3 -c 192.168.2.222
Connecting to host 192.168.2.222, port 5201
[  4] local 192.168.2.223 port 58170 connected to 192.168.2.222 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  37.6 MBytes   315 Mbits/sec    0    154 KBytes       
[  4]   1.00-2.00   sec  37.0 MBytes   311 Mbits/sec    0    154 KBytes       
[  4]   2.00-3.00   sec  37.2 MBytes   312 Mbits/sec    0    154 KBytes       
[  4]   3.00-4.00   sec  37.0 MBytes   311 Mbits/sec    0    154 KBytes       
[  4]   4.00-5.00   sec  37.3 MBytes   313 Mbits/sec    0    154 KBytes       
[  4]   5.00-6.00   sec  37.0 MBytes   310 Mbits/sec    0    154 KBytes       
[  4]   6.00-7.00   sec  37.4 MBytes   314 Mbits/sec    0    154 KBytes       
[  4]   7.00-8.00   sec  36.8 MBytes   309 Mbits/sec    0    154 KBytes       
[  4]   8.00-9.00   sec  37.5 MBytes   314 Mbits/sec    0    154 KBytes       
[  4]   9.00-10.00  sec  37.1 MBytes   311 Mbits/sec    0    154 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   372 MBytes   312 Mbits/sec    0             sender
[  4]   0.00-10.00  sec   372 MBytes   312 Mbits/sec                  receiver

iperf Done.
pi@raspberrypi:~ $ 



User avatar
rpdom
Posts: 21837
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:13 pm

fanoush wrote:
Thu Mar 15, 2018 3:40 pm
tkaiser wrote:
Thu Mar 15, 2018 3:31 pm
fanoush wrote:
Thu Mar 15, 2018 3:26 pm
it looks like the correct package which contains /boot/bcm2710-rpi-3-b-plus.dtb that you are missing is raspberrypi-kernel not bootloader so the version of the kernel package is important.
Both are important. Without latest firmware package no DVFS support and booting stuck with lightning bolt usually signaling under-voltage.
I just unzipped the lite image and both kernel and bootloader have version 1.20180313-1 there. Can't find those at http://archive.raspbian.org/raspbian/pool/ but maybe I am not looking at right places.
Yes. You are looking in the Raspbian repo, not the Raspberry Pi repo. Look in http://archive.raspberrypi.org/debian/p ... -firmware/

hippy
Posts: 13826
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:16 pm

Does anyone know the revision code for the 3B+ ?

Current documentation doesn't have it included -

https://www.raspberrypi.org/documentati ... /README.md

hommar
Posts: 191
Joined: Sat Mar 25, 2017 1:55 pm
Location: Russia, Yekaterinburg

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:26 pm

Update RPi HardwareHistory page, Please.

Add: Oops. I read previous message after writing this.
Last edited by hommar on Thu Mar 15, 2018 4:43 pm, edited 2 times in total.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 32227
Joined: Sat Jul 30, 2011 7:41 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:31 pm

hommar wrote:
Thu Mar 15, 2018 4:26 pm
Update RPi HardwareHistory page, Please.
That's on ELinux - nothing to do with us. You could update that yourself!
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.

User avatar
ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6400
Joined: Fri Jul 29, 2011 5:36 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:33 pm

a020d3

W. H. Heydt
Posts: 16179
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:41 pm

Gergmchairy wrote:
Thu Mar 15, 2018 2:49 pm
Thanks again - Confirmed - latest stretch lite - and it works fine. Disappointed that i bought the Pi3B+ and NOOBS Card (i just needed another sd card really) from Pimoroni together and they supplied an old os that didnt work with the 3B+...
That's been a problem ever since pre-loaded cards started being available. Companies--quite reasonably--want to move older inventory. The unfortunate thing is that such cards get sold without warning, and all to often to people who are unaware of the issue. I would look on a pre-loaded card as a convenient, but not necessarily inexpensive, way to get an extra SD card and immediately re-flash it with a current image.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 32227
Joined: Sat Jul 30, 2011 7:41 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:42 pm

hippy wrote:
Thu Mar 15, 2018 4:16 pm
Does anyone know the revision code for the 3B+ ?

Current documentation doesn't have it included -

https://www.raspberrypi.org/documentati ... /README.md
I've updated the github docs (https://github.com/raspberrypi/document ... /README.md), will auto move to the website within the hour.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.

tkaiser
Posts: 103
Joined: Fri Aug 05, 2016 1:28 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 4:58 pm

W. H. Heydt wrote:
Thu Mar 15, 2018 4:41 pm
I would look on a pre-loaded card as a convenient, but not necessarily inexpensive, way to get an extra SD card and immediately re-flash it with a current image.
Unfortunately all those 'pre-loaded' things are old and insanely slow SD cards being often 100 times slower than any recent and good A1 rated card. Talking of course about random IO performance with small block sizes here (IOPS). That's entirely what 'storage usage with Linux on SBC' defines, sequential performance (MB/s) is close to irrelevant.

Unfortunately the majority of SBC users is not aware of this, buys slow or even crappy cards and then suffers from sluggish board behaviour. Cards of the same speed class (irrelevant sequential performance, e.g. 'Class 10') can differ by factor 10 or even 100 when it's about the important random IO performance.

See Jeff Geerling's pioneer work on this 'issue': https://www.jeffgeerling.com/blogs/jeff ... crosd-card

See this 2018 update testing especially those new and insanely fast A1 cards: https://forum.armbian.com/topic/954-sd- ... ment-49811

Switching from an average SD card to such an ultra fast one is comparable to replacing a HDD in a PC with an SSD. Since random IO performance matters! :)

pi-man-uk1
Posts: 17
Joined: Fri Dec 15, 2017 12:37 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 5:14 pm

just PSA with my earlier problems. About an hour ago I did sudo raspi-config, that updated stuff such that the old card booted fine in the new pi 3B+.

happy days, tks.

MikeDunn
Posts: 83
Joined: Wed Jul 01, 2015 6:58 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 5:18 pm

tkaiser wrote:
Thu Mar 15, 2018 4:58 pm
W. H. Heydt wrote:
Thu Mar 15, 2018 4:41 pm
I would look on a pre-loaded card as a convenient, but not necessarily inexpensive, way to get an extra SD card and immediately re-flash it with a current image.
Unfortunately all those 'pre-loaded' things are old and insanely slow SD cards being often 100 times slower than any recent and good A1 rated card.
<looks at SD card bought with 3B+>
Well, it says 16GB A1 ... the files all have a datestamp of 14/03/2018 ...

Anyone know an obvious way (while looking via Windows - not booted it yet) to confirm I'm using the latest pre-loaded NOOBS ? Not that I'm planning on staying with it, but ...

So it looks like tkaiser may be being broad with his brush if The PiHut have indeed sold me a fast card with the latest image ...

Mike

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 32227
Joined: Sat Jul 30, 2011 7:41 pm

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

Thu Mar 15, 2018 5:21 pm

Can we keep the subject to the new B+ rather than performance testing of ancillary stuff.

Thanks.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.

Return to “General discussion”