adafruit / Adafruit-Pi-Kernel-o-Matic

https://learn.adafruit.com/raspberry-pi-kernel-o-matic
94 stars 16 forks source link

Error to install #17

Closed sabas1080 closed 8 years ago

sabas1080 commented 8 years ago

I have a error to install in Raspberry Pi B+ the kernel 4.2

./install.sh

Errors were encountered while processing: raspberrypi-bootloader_1.20151215-1_armhf.deb Error completing: dpkg

Thanks

avantol commented 8 years ago

I see the same issue.

toddtreece commented 8 years ago

are you using:

$ sudo ./install.sh
sabas1080 commented 8 years ago

Yes @toddtreece

sabas1080 commented 8 years ago

New test in Raspberry Pi B+ with Jessie with kernel 4.2.y @toddtreece

http://imgur.com/a/jymhe

Thanks

sabas1080 commented 8 years ago

In my case the error was apparently from the compilation

error: RPC failed; result=56, HTTP code = 200MiB | 153.00 KiB/s fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

Solution: git config --global http.postBuffer 524288000

I'm in testing

sabas1080 commented 8 years ago

The Error is for WiFi connection, im testting with cable

sabas1080 commented 8 years ago

Error solved, thanks