Wiki AM335x ; Debian not start & continuous integration

Started by adjivas, July 01, 2018, 09:03:18 AM

Previous topic - Next topic

adjivas

Hi,

With a continuous integration, I applied all the wiki of AM335x (https://www.olimex.com/wiki/AM335x) for the AM3352-SOM-EVB https://www.olimex.com/Products/SOM/AM335X/AM3352-SOM-EVB/open-source-hardware product.
The whole procedure is followed as:
These files are produced by the steps described above:
So, the bootscript uEnv.txt is configured like:

fdtfile=am335x-olimex-som-evb.dtb
optargs=loglevel=0 mtdoops.mtddev=omap2.nand

According to the Olimex's wiki, all these are written in the MMC card as I described in my README.md https://github.com/adjivas/electronic-levelup/blob/olimex/README.md.

But, when I plug my SD card and start the AM3352-SOM-EVB, the Debian system seems not start (the display doesn't respond and the green LED1 blinks as an heartbeat).

Is there something wrong in my implementation of Olimex's Wiki (https://github.com/adjivas/electronic-levelup/blob/olimex/.travis.yml)?
Is it possible to get any kernel trace with UART or other protocol, to debug it?