NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

OMAP Wireless Connectivity AM37x Troubleshooting

From Texas Instruments Wiki
Jump to: navigation, search

Troubleshooting[edit]

The following list provides problem scenarios along with their suggested solutions.

  • Problem Description: Nothing is shown on the terminal when applying power to the board:
  • Make sure the SD is inserted correctly (label facing up).
  • Make sure that the switches are set according to the Switches Configuration section provided in the <Hardware Bringup> page.
  • Make sure the serial cable is connected to the UART1/2 port and the baud rate is set to 115200n8 .
  • Problem Description: No messages are seen on the terminal during the kernel boot up process:
  • Make sure that in the u-boot bootargs variable the console is set to ttyO0 and not ttyS0 .
  • Problem Description: u-boot tries loading the kernel but fails
  • Make sure that u-boot environment variables are set correctly as shown in the <Setting u-boot environment variables> section below.
  • Verify that the SD card was prepared correcly and that the "boot" partition has a "uImage" file on it.

Setting u-boot Environment Variables[edit]

The boot loader needs to know to load Linux image with the following values:

Linux kernel arguments
console=/dev/ttyO0,115200n8 (serial console name - ttyO0, baud rate - 115200n8)
root=/dev/mmcblk0p2 (root file system location - partition 2 of SD card)
rootfstype=ext3 (root file system type must be ext3)
rw rootwait (mount characteristics)
Kernel image load address is 0x82000000

The following list illustrates such setup:

OMAP3_EVM # setenv bootscript echo Running bootscript from mmc ...; source 0x82000000
OMAP3_EVM # setenv loaduimage fatload mmc 0 0x82000000 uImage
OMAP3_EVM # setenv nandboot echo Booting from nand ...; run nandargs; onenand read 0x82000000 280000 400000; bootm 0x82000000
OMAP3_EVM # setenv loadbootscript fatload mmc 0 0x82000000 boot.scr
OMAP3_EVM # setenv bootargs console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext 3 rootwait
OMAP3_EVM # setenv mmcboot echo Booting from mmc ...; bootm 0x82000000
OMAP3_EVM # setenv bootcmd if mmc init;then if run loadbootscript;then run bootscript;else if run loaduimage;then run mmcboot;else run nandboot;fi;fi; else run nandboot;fi
  • Save the environment on the board's flash. The next time the board is turned on, u-boot will load Linux kernel image automatically from the SD card:
OMAP3_EVM # saveenv
  • Boot the board:
OMAP3_EVM # boot




HomepageIcon.jpgHOME

E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article OMAP Wireless Connectivity AM37x Troubleshooting here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article OMAP Wireless Connectivity AM37x Troubleshooting here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article OMAP Wireless Connectivity AM37x Troubleshooting here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity