Code: Select all
sudo apt-get update
sudo apt-get dist-upgradeYeah i did that - took about an hour - seems to have broken firefox - just insta-crashes when I run it, did try remove and reinstalling it that hasn't helped, was working before the dist-upgrade, never mind can fix that one laterfeelslikeautumn wrote: Well done BluPI2 and washy. So not a waste of time after all! I'm sure a lot of people will be grateful for the effort you've both put in.
You'll want to update and upgrade the packages:
This will sort out anything that is missing or needs updating (like the device tree overlay files).Code: Select all
sudo apt-get update sudo apt-get dist-upgrade
This is an issue - primarily because I haven't got a clue - I wgotted the files in TK's commit but I'm not entirely sure how to install them to make the wifi work, when I say not entirely sure - I haven't got a cluetkaiser wrote: ↑Sun Mar 25, 2018 4:41 pmYou neither need kernel.img nor the '4.9.80+' directory (ARMv6 stuff) but you want to add the new wireless firmware: See this commit to get an idea where to fetch the files and where they should go to: https://github.com/ThomasKaiser/pi64/co ... 9c8c4f7737
Yeah, sorry I realised later I should of warned about those two things.
Code: Select all
sudo apt update
sudo apt install raspberrypi-bootloader raspberrypi-kernel
That worked - just downloaded and extracted it remotely over vnc, rebooted and the wifi is working as expectedfeelslikeautumn wrote: ↑Tue Mar 27, 2018 12:01 pmThe WiFi firmware can also be found here: https://archive.raspberrypi.org/debian/ ... t3_all.deb
Open the deb with archive manager and extract the contents to the appropriate folder. This will save you the time downloading a raspbian image.
Entirely right?jamesh wrote: ↑Sun Mar 25, 2018 5:03 pmThis post is entirely wrong. Should be a matter of a few days (as shown after previous Pi model releases). Whether third parties bother is down to them.feelslikeautumn wrote: ↑Sun Mar 25, 2018 1:35 pmUnless you have insider information, it is not going to be a week. Probably somewhere between one and two months for Ubuntu-mate. For Ubuntu-server it is even longer. 18.04 is in feature freeze I think, so the bootloader files probably won't be updated in time for release. Plus there will probably never be a image released especially for the 3B+.
Someone in the thread above has it working...
You said it would take between one and two months. It took about a week to get a working Ubuntu. So that's how long it takes.feelslikeautumn wrote: ↑Sun Apr 01, 2018 3:24 pmEntirely right?jamesh wrote: ↑Sun Mar 25, 2018 5:03 pmThis post is entirely wrong. Should be a matter of a few days (as shown after previous Pi model releases). Whether third parties bother is down to them.feelslikeautumn wrote: ↑Sun Mar 25, 2018 1:35 pmUnless you have insider information, it is not going to be a week. Probably somewhere between one and two months for Ubuntu-mate. For Ubuntu-server it is even longer. 18.04 is in feature freeze I think, so the bootloader files probably won't be updated in time for release. Plus there will probably never be a image released especially for the 3B+.
Someone in the thread above has it working...
All Done! Usb booting should now be Working.Edit these files as Root to Enable USB Boot:
From text editor change the /PI_BOOT/cmdline.txt file so that "root=/dev/sda2"
From text editor change the /PI_ROOT/etc/fstab file to:
proc /proc proc defaults 0 0
/dev/sda2 / ext4 defaults,noatime 0 1
/dev/sda1 /boot vfat defaults 0 2
That is precisely not what I said.
Nice one MaxVMH!MaxVMH wrote: ↑Sun Apr 01, 2018 7:36 pmI was able to make a bootable USB image of Ubuntu Mate for the Raspberry Pi 3B & 3B+. Thanks to everyone who participated in this thread
I made torrents of the images:
- This one is for USB drives (I tested this one myself)
- This one is for SD cards (I couldn't test this one since I don't have a free SD card lying around - can someone confirm if it works?)
Why is that negative? It's a perfectly valid approach for those without the confidence to do it themselves.feelslikeautumn wrote: ↑Mon Apr 02, 2018 7:30 amThat is precisely not what I said.
The fix for this was outlined on page 1. Throughout this thread I've been the one encouraging people that they can fix this for themselves. It would be very strange if I then said it is going to take two months before they can fix it.
Most people (except you it seems) will have known I was talking about official releases. This forum seems to be under the impression that an official U-m release is just around the corner (viewtopic.php?f=106&p=1296029#p1296029 ). Yet the only date that has been mentioned by developers is July. My guess is that will be brought forward a bit.
There is nothing hard about this fix. It is less than 5 mins of effort. The hardest part has been battling the negativity of other posters on this forum. That includes you - "Or wait a week and let someone else do that for you".
jamesh wrote: ↑Mon Apr 02, 2018 8:06 amWhy is that negative? It's a perfectly valid approach for those without the confidence to do it themselves.feelslikeautumn wrote: ↑Mon Apr 02, 2018 7:30 amThat is precisely not what I said.
The fix for this was outlined on page 1. Throughout this thread I've been the one encouraging people that they can fix this for themselves. It would be very strange if I then said it is going to take two months before they can fix it.
Most people (except you it seems) will have known I was talking about official releases. This forum seems to be under the impression that an official U-m release is just around the corner (viewtopic.php?f=106&p=1296029#p1296029 ). Yet the only date that has been mentioned by developers is July. My guess is that will be brought forward a bit.
There is nothing hard about this fix. It is less than 5 mins of effort. The hardest part has been battling the negativity of other posters on this forum. That includes you - "Or wait a week and let someone else do that for you".
MaxVMH wrote: ↑Sun Apr 01, 2018 7:36 pmI was able to make a bootable USB image of Ubuntu Mate for the Raspberry Pi 3B & 3B+. Thanks to everyone who participated in this thread
I made torrents of the images:
- This one is for USB drives (I tested this one myself)
- This one is for SD cards (I couldn't test this one since I don't have a free SD card lying around - can someone confirm if it works?)

Thanks for letting me know!jblack wrote: ↑Mon Apr 02, 2018 2:15 pmThe SD torrent seemed to work for me.MaxVMH wrote: ↑Sun Apr 01, 2018 7:36 pmI was able to make a bootable USB image of Ubuntu Mate for the Raspberry Pi 3B & 3B+. Thanks to everyone who participated in this thread
I made torrents of the images:
- This one is for USB drives (I tested this one myself)
- This one is for SD cards (I couldn't test this one since I don't have a free SD card lying around - can someone confirm if it works?)
True, and the official updated image might take a while. My understanding is that their next image for Raspberry Pi will be released 1 or 2 months after they release 18.04.