Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIRQ mapping in SOPC builder
I fixed up the device address (na_usb - to the address assigned to ISP1362 in SOPC builder) and irq (na_usb_irq - IRQ 4 when viewed in SOPC builder) and corrected the chip id so linux recognizes the ...
Altera_Forum
Honored Contributor
20 years agoWhy do you want bluetty?
If you want bluetooth support, maybe you should select from top level menuconfig, Networking --> [*] Bluetooth subsystem support ---> Bluetooth device drivers ---> [*] HCI USB driver The isp116x driver does not use DMA. It looks like the hcd driver crashed after detecting port <div class='quotetop'>QUOTE </div> --- Quote Start --- hub 1-0:1.0: 2 ports detected scheduling while atomic: swapper/0x00000002/1[/b] --- Quote End --- You should enable DEBUG in your driver, or add some printk() to find out. You should try out the 2.6.15.6 kernel in the update of the buildroot guide.