This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Turn on INIT logging on AM335x board

Other Parts Discussed in Thread: TPS65910, DA8XX, CSD

I am working on an AM335x based board. Somehow, the INIT logging after INIT is launched such as

INIT: Entering runlevel 5

is missing from the console. I can't find how to turn it back on. Your help are greatly appreciated.

Regards,

Jing

PS: My current console log is shown below:

============================================================

U-Boot SPL 2013.01.01-svn73 (Dec 16 2014 - 10:18:49)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO
Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO
Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
Card did not respond to voltage select!
spl: mmc init failed: err - -17
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img


U-Boot 2013.01.01-svn73 (Dec 16 2014 - 11:25:45)

I2C: ready
DRAM: 512 MiB
WARNING: Caches not enabled
NAND: No NAND device found!!!
0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
SF: Detected W25Q32 with page size 4 KiB, total 4 MiB
*** Warning - bad CRC, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO
Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO
Rx, HB-ISO Tx, SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net: <ethaddr> not set. Validating first E-fuse MAC
<ethaddr1> not set. Validating first E-fuse MAC
cpsw, usb_ether
get MAC Address from spiflash
SF: Detected W25Q32 with page size 4 KiB, total 4 MiB
booting from MMC1 & no insert SD
Hit any key to stop autoboot: 0
mmc_send_cmd : timeout: No status update
mmc1(part 0) is current device
mmc_send_cmd : timeout: No status update
SD/MMC found on device 1
reading uEnv.txt
** Unable to read file uEnv.txt **
reading uImage
3200704 bytes read in 342 ms (8.9 MiB/s)
Booting from mmc ...
## Booting kernel from Legacy Image at 80007fc0 ...
Image Name: Linux-3.2.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3200640 Bytes = 3.1 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
XIP Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 3.2.0 (root@ubuntu) (gcc version 4.7.3 20130226 (pr
erelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03)
) #1 Tue Dec 16 09:13:59 CST 2014
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio
n cache
[ 0.000000] Machine: am335xevm
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] AM335X ES2.1 (neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 130048
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 r
o rootfstype=ext3 rootwait ip=none mac_addr=00:00:08:C8:65:20,00:00:80:96:00:00
verbose
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 512MB = 512MB total
[ 0.000000] Memory: 513144k/513144k available, 11144k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc059d000 (5716 kB)
[ 0.000000] .init : 0xc059d000 - 0xc05d7000 ( 232 kB)
[ 0.000000] .data : 0xc05d8000 - 0xc0640ca8 ( 420 kB)
[ 0.000000] .bss : 0xc0640ccc - 0xc0672a2c ( 200 kB)
[ 0.000000] NR_IRQS:396
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrup
ts
[ 0.000000] Total of 128 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz
[ 0.000000] OMAP clocksource: GPTIMER1 at 24000000 Hz
[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 17895
6ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000181] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[ 0.059032] pid_max: default: 32768 minimum: 301
[ 0.059156] Security Framework initialized
[ 0.059247] Mount-cache hash table entries: 512
[ 0.059607] CPU: Testing write buffer coherency: ok
[ 0.079942] omap_hwmod: gfx: failed to hardreset
[ 0.096230] omap_hwmod: pruss: failed to hardreset
[ 0.097284] print_constraints: dummy:
[ 0.097635] NET: Registered protocol family 16
[ 0.099723] OMAP GPIO hardware version 0.1
[ 0.102275] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.104018] omap_i2c.1: alias fck already exists
[ 0.104851] omap2_mcspi.1: alias fck already exists
[ 0.105749] edma.0: alias fck already exists
[ 0.105771] edma.0: alias fck already exists
[ 0.105788] edma.0: alias fck already exists
[ 0.132513] bio: create slab <bio-0> at 0
[ 0.134780] SCSI subsystem initialized
[ 0.136077] usbcore: registered new interface driver usbfs
[ 0.136375] usbcore: registered new interface driver hub
[ 0.136570] usbcore: registered new device driver usb
[ 0.136855] registerd cppi-dma Intr @ IRQ 17
[ 0.136868] Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000)
[ 0.136878] Cppi41 Init Done
[ 0.136902] musb-ti81xx musb-ti81xx: musb0, board_mode=0x13, plat_mode=0x3
[ 0.137176] musb-ti81xx musb-ti81xx: musb1, board_mode=0x13, plat_mode=0x1
[ 0.138269] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz
[ 0.141403] print_constraints: VRTC:
[ 0.142867] print_constraints: VIO: at 1500 mV
[ 0.145205] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal
[ 0.147533] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal
[ 0.148539] print_constraints: VDD3: 5000 mV
[ 0.149966] print_constraints: VDIG1: at 1800 mV
[ 0.151416] print_constraints: VDIG2: at 1800 mV
[ 0.152856] print_constraints: VPLL: at 1800 mV
[ 0.154294] print_constraints: VDAC: at 1800 mV
[ 0.155730] print_constraints: VAUX1: at 1800 mV
[ 0.157173] print_constraints: VAUX2: at 3300 mV
[ 0.158606] print_constraints: VAUX33: at 3300 mV
[ 0.160043] print_constraints: VMMC: at 3300 mV
[ 0.160855] tps65910 1-002d: No interrupt support, no core IRQ
[ 0.162298] pca953x 1-0073: interrupt support not compiled in
[ 0.169329] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.170459] Switching to clocksource gp timer
[ 0.185541] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 0.185710] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[ 0.186015] MUSB0 controller's USBSS revision = 4ea20800
[ 0.186047] musb0: Enabled SW babble control
[ 0.186915] musb-hdrc musb-hdrc.0: USB OTG mode controller at e083c000 using
DMA, IRQ 18
[ 0.187065] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[ 0.187371] MUSB1 controller's USBSS revision = 4ea20800
[ 0.187398] musb1: Enabled SW babble control
[ 0.187801] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 0.187885] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus numbe
r 1
[ 0.188004] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.188018] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
1
[ 0.188031] usb usb1: Product: MUSB HDRC host driver
[ 0.188042] usb usb1: Manufacturer: Linux 3.2.0 musb-hcd
[ 0.188052] usb usb1: SerialNumber: musb-hdrc.1
[ 0.188807] hub 1-0:1.0: USB hub found
[ 0.188837] hub 1-0:1.0: 1 port detected
[ 0.189347] musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using
DMA, IRQ 19
[ 0.189743] NET: Registered protocol family 2
[ 0.189920] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.190206] TCP established hash table entries: 16384 (order: 5, 131072 bytes
)
[ 0.190569] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.190742] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.190755] TCP reno registered
[ 0.190768] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.190790] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.190993] NET: Registered protocol family 1
[ 0.191227] RPC: Registered named UNIX socket transport module.
[ 0.191240] RPC: Registered udp transport module.
[ 0.191249] RPC: Registered tcp transport module.
[ 0.191258] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.191494] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.209680] VFS: Disk quotas dquot_6.5.2
[ 0.209750] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.210249] msgmni has been set to 1002
[ 0.213341] alg: No test for stdrng (krng)
[ 0.213979] io scheduler noop registered
[ 0.213993] io scheduler deadline registered
[ 0.214055] io scheduler cfq registered (default)
[ 0.215829] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
[ 0.876386] console [ttyO0] enabled
[ 0.880678] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
[ 0.888498] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
[ 0.896324] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
[ 0.904132] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
[ 0.911897] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
[ 0.920104] omap4_rng omap4_rng: OMAP4 Random Number Generator ver. 2.00
[ 0.936353] brd: module loaded
[ 0.944297] loop: module loaded
[ 0.947742] i2c-core: driver [tsl2550] using legacy suspend method
[ 0.954227] i2c-core: driver [tsl2550] using legacy resume method
[ 0.960653] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 0.967915] Board name: A33515BB
[ 0.971290] Board version: 1.5A
[ 0.974561] SKU: SKU#01
[ 0.977107] The board is general purpose EVM with DDR3 in profile 0
[ 0.984154] da8xx_lcdc.0: alias fck already exists
[ 0.989693] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel
[ 1.012933] Console: switching to colour frame buffer device 100x30
[ 1.028337] omap_hsmmc.0: alias fck already exists
[ 1.033858] omap_hsmmc.1: alias fck already exists
[ 1.039962] d_can.1: alias fck already exists
[ 1.049051] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.056001] m25p80 spi1.0: w25q32 (4096 Kbytes)
[ 1.060956] Creating 1 MTD partitions on "spi_flash":
[ 1.066235] 0x000000000000-0x000000400000 : "SPL"
[ 1.072873] omap2-nand driver initializing
[ 1.077314] OneNAND driver initializing
[ 1.082262] CAN device driver interface
[ 1.086264] CAN bus driver for Bosch D_CAN controller 1.0
[ 1.092733] d_can d_can.1: device registered (irq=55, irq_obj=56)
[ 1.140519] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[ 1.147004] davinci_mdio davinci_mdio.0: detected phy mask ffffff76
[ 1.155312] davinci_mdio.0: probed
[ 1.158867] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver RTL8211E
Gigabit Ethernet
[ 1.167879] davinci_mdio davinci_mdio.0: phy[3]: device 0:03, driver RTL8211E
Gigabit Ethernet
[ 1.176873] davinci_mdio davinci_mdio.0: phy[7]: device 0:07, driver RTL8211E
Gigabit Ethernet
[ 1.186179] usbcore: registered new interface driver zd1201
[ 1.192189] usbcore: registered new interface driver cdc_ether
[ 1.198418] usbcore: registered new interface driver cdc_eem
[ 1.204533] usbcore: registered new interface driver dm9601
[ 1.210383] cdc_ncm: 04-Aug-2011
[ 1.213924] usbcore: registered new interface driver cdc_ncm
[ 1.219831] Initializing USB Mass Storage driver...
[ 1.225147] usbcore: registered new interface driver usb-storage
[ 1.231428] USB Mass Storage support registered.
[ 1.236665] mousedev: PS/2 mouse device common for all mice
[ 1.247316] rtc-s35390a 1-0030: rtc core: registered rtc-s35390a as rtc0
[ 1.254507] i2c /dev entries driver
[ 1.258519] Linux video capture interface: v2.00
[ 1.263675] usbcore: registered new interface driver uvcvideo
[ 1.269666] USB Video Class driver (1.1.1)
[ 1.311365] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.322528] cpuidle: using governor ladder
[ 1.327428] cpuidle: using governor menu
[ 1.335471] omap4_aes_mod_init: loading AM33X AES driver
[ 1.341221] omap4-aes omap4-aes: AM33X AES hw accel rev: 3.02
[ 1.347785] omap4_aes_probe: probe() done
[ 1.352522] omap4_sham_mod_init: loading AM33X SHA/MD5 driver
[ 1.358703] omap4-sham omap4-sham: AM33X SHA/MD5 hw accel rev: 4.03
[ 1.371204] omap4_sham_probe: probe() done
[ 1.381748] usbcore: registered new interface driver usbhid
[ 1.387650] usbhid: USB HID core driver
[ 1.393809] usbcore: registered new interface driver snd-usb-audio
[ 1.402138] ALSA device list:
[ 1.405279] No soundcards found.
[ 1.408857] oprofile: hardware counters not available
[ 1.414205] oprofile: using timer interrupt.
[ 1.418717] pktgen: Packet Generator for packet performance testing. Version:
2.74
[ 1.427056] nf_conntrack version 0.5.0 (8017 buckets, 32068 max)
[ 1.433967] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.439691] TCP cubic registered
[ 1.443129] NET: Registered protocol family 17
[ 1.447820] can: controller area network core (rev 20090105 abi 8)
[ 1.454427] NET: Registered protocol family 29
[ 1.459128] can: raw protocol (rev 20090105)
[ 1.463636] can: broadcast manager protocol (rev 20090105 t)
[ 1.469634] Registering the dns_resolver key type
[ 1.474672] VFP support v0.3: implementor 41 architecture 3 part 30 variant c
rev 3
[ 1.482764] ThumbEE CPU extension supported.
[ 1.487324] mux: Failed to setup hwmod io irq -22
[ 1.493013] Power Management for AM33XX family
[ 1.497890] Trying to load am335x-pm-firmware.bin (60 secs timeout)
[ 1.504650] Copied the M3 firmware to UMEM
[ 1.509039] Cortex M3 Firmware Version = 0x181
[ 1.519248] clock: disabling unused clocks to save power
[ 1.546067] Detected MACID=0:0:8:c8:65:20
[ 1.551593] cpsw: Detected MACID = 00:00:80:96:00:00
[ 1.558923] rtc-s35390a 1-0030: setting system clock to 2013-11-03 07:16:52 U
TC (1383463012)
[ 1.568400] Waiting for root device /dev/mmcblk0p2...
[ 1.584533] mmc1: unrecognised EXT_CSD revision 7
[ 1.589484] force to use eMMC 5.0! ...
[ 1.595480] mmc1: new high speed MMC card at address 0001
[ 1.601915] mmcblk0: mmc1:0001 4FEACB 3.64 GiB
[ 1.606809] mmcblk0boot0: mmc1:0001 4FEACB partition 1 4.00 MiB
[ 1.613203] mmcblk0boot1: mmc1:0001 4FEACB partition 2 4.00 MiB
[ 1.620903] mmcblk0: p1 p2 p3 p4
[ 1.627166] mmcblk0boot1: unknown partition table
[ 1.633844] mmcblk0boot0: unknown partition table
[ 1.683035] kjournald starting. Commit interval 5 seconds
[ 1.688857] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 1.696180] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.
[ 1.703743] Freeing init memory: 232K
[ 5.520218] kjournald starting. Commit interval 5 seconds
[ 5.545930] EXT3-fs (mmcblk0p4): using internal journal
[ 5.551532] EXT3-fs (mmcblk0p4): mounted filesystem with ordered data mode
[ 5.715699] kjournald starting. Commit interval 5 seconds
[ 5.722738] EXT3-fs (mmcblk0p3): using internal journal
[ 5.728260] EXT3-fs (mmcblk0p3): mounted filesystem with ordered data mode
[ 5.953284] EXT3-fs (mmcblk0p2): using internal journal
[ 6.992770] Disabling lock debugging due to kernel taint
[ 7.487466] gadget: Mass Storage Function, version: 2009/09/11
[ 7.493786] gadget: Number of LUNs=2
[ 7.497660] lun0: LUN: removable file: /dev/mmcblk0p1
[ 7.503085] lun1: LUN: removable file: /dev/mmcblk0p3
[ 7.508525] gadget: Mass Storage Gadget, version: 2009/09/11
[ 7.514594] gadget: userspace failed to provide iSerialNumber
[ 7.520773] gadget: g_mass_storage ready
[ 7.525015] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 7.530685] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus numbe
r 2
[ 7.538589] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.545760] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=
1
[ 7.553378] usb usb2: Product: MUSB HDRC host driver
[ 7.558604] usb usb2: Manufacturer: Linux 3.2.0 musb-hcd
[ 7.564204] usb usb2: SerialNumber: musb-hdrc.0
[ 7.569601] hub 2-0:1.0: USB hub found
[ 7.573599] hub 2-0:1.0: 1 port detected
[ 8.229096] net eth0: CPSW phy found : id is : 0x1cc915
[ 8.272777] net eth1: CPSW phy found : id is : 0x1cc915
[ 8.587711] net eth0: CPSW phy found : id is : 0x1cc915
[ 8.663681] net eth0: CPSW phy found : id is : 0x1cc915
[ 9.399340] net eth1: CPSW phy found : id is : 0x1cc915

Lite-On PSS Site Monitoring Controller, All rights reserved @ 2014-2015
Today is Sun Nov 3 2013 07:17:00 @ LiteOn-SMC

  • Hi,

    I will forward this to the SW team.

  • Hi Jing,

    Message "INIT: Entering runlevel 5" appear from initialization process. Kernel is finishing and it is given management to initialization file systems. If you don't see the message mean that the initialization process not going well. For that purpose could you see the file /etc/inittab and see well the boot parameters. I see that ip=none, but MAC is setting.

    BR
    Ivan
  • Ivan,

    Thanks.

    The system boots up fine. All the process started by /etc/rc5.d seem to be started. It is only the logging information which is missing.

    I tried to change the default log level from 4 to 6 in the Linux kernel, but the INIT message is still missing.

    BR

    Jing

    PS: The inittab file is shown below:

    =====================================================================

    # /etc/inittab: init(8) configuration.
    # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

    # The default runlevel.
    id:5:initdefault:

    # Boot-time system configuration/initialization script.
    # This is run first except when booting in emergency (-b) mode.
    si::sysinit:/etc/init.d/rcS

    # What to do in single-user mode.
    ~~:S:wait:/sbin/sulogin

    # /etc/init.d executes the S and K scripts upon change
    # of runlevel.
    #
    # Runlevel 0 is halt.
    # Runlevel 1 is single-user.
    # Runlevels 2-5 are multi-user.
    # Runlevel 6 is reboot.

    l0:0:wait:/etc/init.d/rc 0
    l1:1:wait:/etc/init.d/rc 1
    l2:2:wait:/etc/init.d/rc 2
    l3:3:wait:/etc/init.d/rc 3
    l4:4:wait:/etc/init.d/rc 4
    l5:5:wait:/etc/init.d/rc 5
    l6:6:wait:/etc/init.d/rc 6
    # Normally not reached, but fallthrough in case of emergency.
    z6:6:respawn:/sbin/sulogin
    S:2345:respawn:/sbin/getty 115200 ttyO0
    # /sbin/getty invocations for the runlevels.
    #
    # The "id" field MUST be the same as the last
    # characters of the device (after "tty").
    #
    # Format:
    # <id>:<runlevels>:<action>:<process>
    #

    1:2345:respawn:/sbin/getty 38400 tty1

  • I noticed the following post about INIT logging,

    http://e2e.ti.com/support/embedded/linux/f/354/t/77469

    I am not sure if the INIT logging has been gutted as suggested the last post, I am using the following sysvinit:

    sysvinit - 2.88dsf-r7

    I understand sysvinit-2.88dsf comes from savannah.org. but how about r7?

    Is that a TI modification?

    Regards,

    Jing