Pregunta

Estoy tratando de iniciar Angstrom en el Beagleboard XM Rev B.

He creado una unidad de arranque y otra unidad para poner el sistema de archivos raíz, y cuando empiezo a ejecutar el tablero de beagle, se botas, pero se cuelga después de mostrar el siguiente mensaje:

hwclock: can't open ' /dev/misc/rtc' : No such file or directory

¿Alguna idea de qué está mal o falta?

¿Fue útil?

Solución

Thanks Guys, I have solved it.

Simply do the following:

  1. Create uEnv.txt and add it to the boot-able drive.
  2. Write in it the following line:

    mmcroot=/dev/mmcblk0p2 rw

  3. Save the file and run.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top