Changes between Version 22 and Version 23 of OSSIEBeagleboard_BitBake
- Timestamp:
- 06/30/11 15:17:34 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSSIEBeagleboard_BitBake
v22 v23 146 146 147 147 To install your image to an SD card and run the software on your !BeagleBoard refer to [wiki:OSSIEBeagleboardSDCardImage Getting Started with OSSIE-BeagleBoard using the SD Card Image] (which was adopted from [http://elinux.org/BeagleBoardAndOpenEmbeddedGit this guide]), but use the uImage and root filesystem you generated instead of the supplied pre-built images. 148 149 '''Note:''' Since kernel 2.6.32 the serial interface is spawned on ttyO2 (the letter O, for OMAP, not the number 0) instead of ttyS2. In order to login via serial console, you will need to ensure your /etc/inittab file contains the line: 150 {{{ 151 S:2345:respawn:/sbin/getty 115200 ttyO2 152 }}}