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.

dm3730 init

Hi,

which init.rc and BoardConfig.mk files does the dm37x board uses?

i keep getting this line in the boot log:

<5>[    0.000000] Kernel command line: loglevel=8 earlyprintk=1 boot_delay=1 console=ttyO0,115200n8 noinitrd console=ram-1 display=15 root=/dev/mmcblk0p2 rw rootwait init=/init mem=192M memmap=64M$0x8d000000 androidboot.console=ttyO0 omap_vout.vid1_static_vrfb_alloc=y vram=8M omapfb.vram=0:4M fbskip=1 printk.time=1

even though i've added this chang to ../omap3evm/BoardConfig.mk to:

BOARD_KERNEL_CMDLINE := console=ttyO2,115200n8 mem=456M@0x80000000 mem=512M@0xA0000000 init=/init vram=10M omapfb.vram=0:4M

so im guessing its the wrong file...

thanks.

  • Hi Shlomi,

    The environment variables including "console=ttyO0" should be set in the u-boot. For example if you are using an EVM board you should search for the CONFIG_EXTRA_ENV_SETTINGS macro in the ../uboot/include/configs/omap3_evm.h file and change the "console=...." variable.

    BR

    Tsvetolin Shulev