Power & Source of Big Ideas

Great news !! Thank You for your reply. I'll be waiting.
Hi,

are there plans to support PCM5102A NanoHat in mainline kernel ?

Marek
Hi, I'm developing a kernel driver, and I need to set-up a pull-up for one of gpios. This gpio is used as interrupt source, and i need to have pullup configured before i call request_any_context_irq in my driver. So i think that the best way to do that is to have it configured in the fex file, but I...
this is my printenv output: baudrate=115200 boot_fastboot=fastboot boot_mmc=0 boot_normal=fatload mmc 0:1 43000000 script.bin;fatload mmc 0:1 40007800 boot.img;boota 40007800 boot_recovery=sunxi_flash read 40007800 recovery;boota 40007800 bootcmd=run setargs_mmc boot_normal bootdelay=1 console=ttyS0...
Hi all, in script.bin there is a section named "wakeup_src_para" that has wakeup_src_<> entries. My understanding was that these settings configures which gpio pin is responsible for wakeing up the board when it was shut down. On my NanoPI NEO board it is the GPIOL03 PIN (I soldered a wire...
So it appears that lately there was a commit to git hub repo that removed loading of script.bin by u-boot and changed loading uImage to boot.img: repo: https://github.com/friendlyarm/h3_lichee commit: 51b1389613c79cae401a16130b78dd9a2f35f28a what does that mean ? Does the stuff configured by script....
HI all, I'm using my NanoPI NEO board with this OS image: nanopi-neo-core-qte-sd4g.img. I want o to change some configurations in script.bin but there is no such file on the boot partition. Moreover there is no uImage file on the boot partition, only boot.img exist. I tried to put my modified script...
I had the same problem, solved by using sunxi-tools from apt:
sudo apt-get install sunxi-tools