Jump to content

OpiZ disable wireless entirely?


willmore

Recommended Posts

Would disablign the entry in the DT be enough? I assume that has the entry for the GPIO that controls power to the Wifi unit?

 

Do GPIO default to 'input'? That would leave it floating. Does it need to be actively driven low?

Link to comment
Share on other sites

I was interested in improving the read performance of the SPI NOR flash in uboot so that booting kernels is practical.

 

You mentioned the possiblity/need for DMA to get over the 64 byte buffer on the Amlogic SPI driver.

Link to comment
Share on other sites

I was interested in improving the read performance of the SPI NOR flash in uboot so that booting kernels is practical. You mentioned the possiblity/need for DMA to get over the 64 byte buffer on the Amlogic SPI driver.

Currently we bypass this limitation using FIFO interrupts, but DMA probably would be faster for large transfers.

Link to comment
Share on other sites

I doubt there will be huge performance gain, because even with DMA, there will be some latency for DMA buffer been filled.

When I ported the FIFO large transfer, I said that when I get a chance, I will check the latency with logic analyser, but I didn't got chance yet.

Link to comment
Share on other sites

I found my SMD clips!  ITT Pomona Model 5514.  They were even where I thought they would be!  Too bad it was at the bottom of a drawer that I don't think I've touched since we moved last.  Nine years ago......

Link to comment
Share on other sites

Apologies for the necromancy but this here is relevant!

 

I want to disable Wi-Fi entirely on the OPi0+, from the schematic it appears that PA20 is also responsible for the power to the RTL8189 on that board.

 

Are there any advantages to using the DT to set the GPIO to low as opposed to doing it in userspace through sysfs with mainline kernel? If using DT could anyone point me to a guide for this? I've searched but to no avail. 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines