Good morning,
I'm using an AM335x processor in our new product with linux 3.2.
I changed the board file to match the hardware and everything is working just fine.
Here is my question:
During boot process I need to enable the wifi hardware and load the driver if the customer has paid for the option. So here is the idea, if the customer pay for the hardware option, I was thinking writing a flag in the emmc and during boot process I want to read the flag and turn on/off a GPIO that enable the hardware. Obviously the emmc would have to be enable before the wifi.
Is it actually doable and can anybody help me out?
Thank you so much