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 AM18x Preparing SD Card
Contents
Mobile MMC card preparation[edit]
In this section the formatting procedure of Mobile MMC card, partitioning it in to two partitions (FAT and ext2) and then copying the kernel image and filesystem on to it are discussed.
Comments: the following instructions are asumes running on Linux PC
Formatting and Partitioning[edit]
- Mobile MMC card minimum size is 1GB and should be 1.8V compatible ( later versions of AM-18 support 3.3v SD cards as well).
- Format the Mobile MMC card in to two partitions one with FAT and another with with ext2 file system. The ext2 partition must be 90% of the size of Mobile MMC card.
Create Partitioning[edit]
- There are 2 options To create the SD card partitions:
- Use script
- Use manual commands
- Eject MMC card, and insert it again
Copying the uImage and extracting the filesystem on to the Mobile MMC card[edit]
- Copy the uImage to the <Label1> (the FAT partition).
- e.g: sudo cp uImage /media/<Label1> (Make sure that the image name is 'uImage' on the MMC).
sudo cp uImage /media/BOOT
- Extract (untar) the MS_TI_AM1808_FS.tar.gz in to the Mobile MMC card partition <Label2> (the ext2 partition-ROOT).
- Change directory to Mobile MMC card directory (/media/<label2>)
[--Linux-host--] cd /media/<Label2>/ e.g: cd /media/ROOT
- Extract the file system to Mobile MMC card
[--Linux-host--] sudo tar -xvf <Path>/MS_TI_AM1808_FS.tar.gz
Close MMC Windows, Eject MMC card.
Booting up[edit]
- Insert the Mobile MMC card in to the SD card slot in the AM1808 EVM board.
- ‘switch on’ the board and now the board will be booting.
- Now you must see that the Linux kernel is booting up and mounting the file system. On the LCD screen of AM1808 EVM, the Matrix GUI comes up.
- Note that before turning off the EVM board, it is recommended to use the command ‘shutdown –h now’ so that the system halts in a proper way.