We are designing a board based off the beaglebone black. We will be using the eMMC.
We noticed that the eMMC has a line connected for eMMC_RSTn; this is connected to ball R14 (GPIO1_20) with an inverter. On our board the R14 ball is assigned to something else already, so we would need to move this.
It looks like there is nothing in U-Boot that uses the GPIO1_20 pin specifically; however, it looks like Angstrom Linux added support to the 3.8.13 kernel to use this feature. In the most recent vanilla kernel (3.16.1) it looks like there is no support for the reset feature. So far I have been able to run the latest kernel on the beaglebone black without any issues.
1) Is the reset line on the eMMC something that should be implemented in linux?
2) Is the reset line only hooked up on the beaglebone black to provide the possibility of this feature without it being required?
3) If the line is required, is it able to be moved to a different pin on the AM335x? And can it be hooked up without the inverter?
Thanks