Difference between revisions of "Talk:Create SD Image 0.7.3"

From HiveTool
Jump to: navigation, search
m (Paul moved page Talk:Software: Image Details to Talk:Create SD Image 0.7.3: Need to change name back to keep history consistant. From now on, Software: Image Details should be alink to the most recent Creat Image Page)
 
(3 intermediate revisions by 2 users not shown)
Line 37: Line 37:
 
  *** If no errors appeared, your firmware was successfully updated to 7d4e238945e568966710638c7154fbf613d7c996
 
  *** If no errors appeared, your firmware was successfully updated to 7d4e238945e568966710638c7154fbf613d7c996
 
  *** A reboot is needed to activate the new firmware
 
  *** A reboot is needed to activate the new firmware
 +
 +
ERROR installing packages
 +
 +
sudo apt-get install dh-autoreconf libudev-dev libusb-1
 +
Reading package lists... Done
 +
Building dependency tree     
 +
Reading state information... Done
 +
E: Unable to locate package libusb-1
 +
 +
== error in apt-get ==
 +
 +
I think libusb-1 should be libusb-1.0, then it seems to work.<br>
 +
sudo apt-get install dh-autoreconf libudev-dev libusb-1.0

Latest revision as of 01:55, 11 April 2016

This is what I got when I updated the firmware:

sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
100 10666  100 10666    0     0  24577      0 --:--:-- --:--:-- --:--:-- 24576
 *** Relaunching after update
 *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
 *** We're running for the first time
 *** Backing up files (this will take a few minutes)
 *** Backing up firmware
 *** Backing up modules 4.1.17-v7+
#############################################################
This update bumps to rpi-4.1.y linux tree
Be aware there could be compatibility issues with some drivers
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753
##############################################################
*** Downloading specific firmware revision (this will take a few minutes)
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
100   168    0   168    0     0    616      0 --:--:-- --:--:-- --:--:--   619
100 48.4M  100 48.4M    0     0   228k      0  0:03:36  0:03:36 --:--:--  362k
*** Updating firmware
*** Updating kernel modules
*** depmod 4.1.17-v7+
*** depmod 4.1.17+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
*** Running ldconfig
*** Storing current firmware revision
*** Deleting downloaded files
*** Syncing changes to disk
*** If no errors appeared, your firmware was successfully updated to 7d4e238945e568966710638c7154fbf613d7c996
*** A reboot is needed to activate the new firmware

ERROR installing packages

sudo apt-get install dh-autoreconf libudev-dev libusb-1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libusb-1

error in apt-get

I think libusb-1 should be libusb-1.0, then it seems to work.
sudo apt-get install dh-autoreconf libudev-dev libusb-1.0