RobertCNelson / netinstall

Network Install for a bunch of arm boards
https://rcn-ee.com
80 stars 19 forks source link

Pandaboard A6 hangs on netinstall #38

Closed xcaixal closed 9 years ago

xcaixal commented 9 years ago

Hi:

Pandaboard A6 hangs on netinstall. This is the last part:

6.987091] hidraw: raw HID events driver (C) Jiri Kosina [ 6.993743] usbcore: registered new interface driver usbhid [ 6.999572] usbhid: USB HID core driver [ 7.004333] ashmem: initialized

Nothing else. I tried omap4-panda-a4 and omap4-panda-es, and the result is the same. The board runs perfect with an old ubuntu 12.04 (kernel 3.2.0-1412-omap4) and updated to kernel 3.2.23. I had to use for that the latest u-boot (2014.10).

I remember to try the manual installation, and I think it freezed just when Starting Kernel... But that is another story.

Can you hint anything? Many thanks for your help xavier

RobertCNelson commented 9 years ago

Well, an "A6" falls under the "omap4-panda-a4"..

Works just fine on my A1:

~ # uname -r
3.17.4-armv7-x3
~ # cat /proc/cpuinfo
processor   : 0
model name  : ARMv7 Processor rev 2 (v7l)
Features    : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part    : 0xc09
CPU revision    : 2

processor   : 1
model name  : ARMv7 Processor rev 2 (v7l)
Features    : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part    : 0xc09
CPU revision    : 2

Hardware    : Generic OMAP4 (Flattened Device Tree)
Revision    : 0000
Serial      : 0000000000000000

Feel free to return to ubuntu's 3.2.0 based kernel, that was 'forked' by ubuntu/ti long ago, many features of that kernel never made it mainline before TI fired the omap group. Regards,

xcaixal commented 9 years ago

Robert

many thanks for your help.

Just for your info, I have been able to compile & install a 3.2.64 kernel on Pandaboard A6, and also a Fedora 20 (kernel 3.11). But sure you are right, active support for any device is essential. A pity for OMAP series.

Very likely I will be moving to Wandboard or similar.

Many thanks regards xavier

El 28/11/2014 23:04, Robert Nelson ha escrit:

Well, an "A6" falls under the "omap4-panda-a4"..

Works just fine on my A1:

|~ # uname -r 3.17.4-armv7-x3 ~ # cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 2 (v7l) Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x1 CPU part : 0xc09 CPU revision : 2

processor : 1 model name : ARMv7 Processor rev 2 (v7l) Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x1 CPU part : 0xc09 CPU revision : 2

Hardware : Generic OMAP4 (Flattened Device Tree) Revision : 0000 Serial : 0000000000000000 |

Feel free to return to ubuntu's 3.2.0 based kernel, that was 'forked' by ubuntu/ti long ago, many features of that kernel never made it mainline before TI fired the omap group. Regards,

— Reply to this email directly or view it on GitHub https://github.com/RobertCNelson/netinstall/issues/38#issuecomment-64931173.