I guess I wasn't clear.
My point is that investigation of the signals on the PCB indicates that the GPIO is already set even in the absence of this option. There is no benefit me trying to activate a feature that is already active. That is what I am endeavouring to confirm.
I have searched and searched the files on this piCore distribution and can find no existing reference to max_usb_current. I can see no software configuration reason why that GPIO line should by set high. Yet it is set high.
I suppose that it is possible that there is a hardware fault on the PCB that is holding the GPIO line high. But before assuming that, I wanted to contact someone who might have deliberately set the GPIO high as part of the board initialisation. If they tell me that its already set (or I can find a command that will display the config settings), then I know I am wasting my time trying to find a software way to increase the USB power output beyond what I currently have.
>Why not just add that line as you suggest.
Adding a command to set the GPIO line high won't help if the line is already set high by some other mechanism.
I suppose that I could try adding a command that takes the GPIO line low (max_usb_current=0) but
- it may well be overridden by whatever it is that is currently setting the line high
- i don't want 0.6A, I want 1.2A
As I say, I am looking for confirmation that piCore 8.1.5 does not comply with
http://elinux.org/RPiconfig#USB_Power, i.e. confirmation that the default usb power current for piCore 8.1.5 has been deliberately set to be 1.2A (corresponding to
max_usb_current=1).
Thanks,
Richard