
20 May
2019
20 May
'19
4:15 p.m.
On Mon, May 20, 2019 at 7:37 PM Fabio Estevam festevam@gmail.com wrote:
Hi Lukasz,
On Fri, May 17, 2019 at 9:58 AM Lukasz Majewski lukma@denx.de wrote:
I had similar issue on imx53 (hsc). The problem was with not properly set GPIO pin by DM/DTS in SPL. The GPIO was responsible for eMMC card detect, so the SPL code after checking this got the impression that the card is missing -> hence the -19 error.
Interesting commit: SHA1: 7a0425dd969c44e6afb6936bf8205c8770e9dea9
I have also tried passing the 'non-removable' property and still get the -19 error.
Look very strange, I have checked sabresd which has similar configs and dts changes as icorem6. Thought that it would be another issue wrt spl changes on this board, bisect might help?