简体   繁体   中英

Angstrom Boot on Beagleboard hangs

I am trying to boot Angstrom on the Beagleboard xM rev B.

I created boot-able drive and another drive to put the root file system, and when I start running the beagleboard, it boots but it hangs after displaying the following message:

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

Any idea what is wrong or missing?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM