↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: missing files

GIT – ‘Missing Files’ Solved..

Adventures With Linux ™ Posted on September 23, 2013 by RGSeptember 23, 2013

Thanks to information received from Mace Moneta, I can confirm that the ‘missing files’ problem I experienced with Raspberry Pi GIT downloads was due to the fact that I was using the ‘Download ZIP‘ option, which – it seems – is defective! The solution is to use the # git clone……. command, as follows: # git clone … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM | Tagged git, git clone ok, missing files, solved, zip option broken | Leave a reply

Pi to 3.11.1 – With ‘Borrowed’ Files..

Adventures With Linux ™ Posted on September 21, 2013 by RGSeptember 21, 2013

Updated the Raspberry Pi to kernel 3.11.1, using the code from GitHub: https://github.com/raspberrypi/linux/tree/rpi-3.11.y For some odd reason, then same files are still missing, as for 3.11 – ~/linux/drivers/net/ethernet/Kconfig and ~/linux/net/mac80211/chan.c, so just copy these across from the 3.10 tree.. # uname -a Linux rgpi 3.11.1-pi #1 PREEMPT Sat Sep 21 11:13:01 BST 2013 armv6l armv6l armv6l GNU/Linux … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM, Raspberry Pi | Tagged cross-compiling tips, kernel 3.11.1, missing files, raspberry pi, solution, success | 2 Replies
Original content © Robert Gadsdon 2013
↑