opendata26
opendata26
You might want to take a look at https://wiki.archlinux.org/index.php/creating_packages as they have a similar format to the one you have proposed
You could try adding drm.debug=31 to cmdline for more debugging
@denysvitali also try building as a module
startx -- -logverbose 9 -verbose 9 try this, itll give some more x debug output
You could try disabling aglx?
Im working one but it will most likely be a front end for DD with compression since winuoctl is windows only and I'm going away this week do expect it...
I could use write() and read() but that would still only work on uni* like os's, should I implement write / read aswell as the winioctl method currently used ?
It does but you can't access raw drive data with it (have to use winoictl ) where as in Unix like oses you can just read from /dev/sd* with stdio...
Released a beta version [here](https://github.com/opendata26/Nand-Manager/tree/beta) it currently only supports linux and maybe macos. its not fully tested yet so its very likely to have bugs.
Ah, how would I access the PS3EyeVideoDevice and usbenumerator APIs though? Should I just duplicate the needed code into test_camera?