• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Android » All Tags » nand
Share
Android
  • Forum

Browse by Tags

Android

Welcome to the Android Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
nand
  • adb push
  • AM3505/17
  • am3517
  • am3517 rowboat android
  • am35x
  • AM35xx
  • android
  • Android NAND boot
  • android rowboat
  • booting
  • c6A816x AM389x
  • cortex-a8
  • dm3730
  • fastboot
  • flash
  • froyo
  • help
  • kernel
  • mmc
  • OMAP OMAP35xx AM35xx AM3517 EVM
  • omap4460
  • rootfs build
  • rowboat
  • ubifs
  • x-loader
Related Posts
  • Forum Post: Froyo Dev Kit v2.2 Burn to NAND Failure

    Sean Ulrich Sean Ulrich
    Hello, I am cross posting this from the ARM forum of E2E in hopes that someone here can help. I have compiled a small footprint version of Rowboat Android and want to have the entire system running from NAND. I have burned u-boot and uImage successfully but am having issues creating the YAFFS2...
    on Feb 24, 2011
  • Forum Post: how to make and program a yaffs2 android image to NAND

    Kevin Chow Kevin Chow
    Hi, I want to make a yaffs2 image of android system under my ubuntu, #mkyaffs2image rootfs rootfs.yaffs2 can this rootfs.yaffs2 file work in flash? How to program the rootfs.yaffs2 to NAND? Is there anybody who can help me? Thanks, Kevin
    on May 8, 2011
  • Forum Post: Re: how to make and program a yaffs2 android image to NAND

    Kevin Chow Kevin Chow
    Hi Amit Pundir, There is an introduction about "Fastboot and UBI rootfs" on http://processors.wiki.ti.com/index.php/TI-Android-FroYo-DevKit-V2.2_UserGuide#NAND_Booting , in the document, it says, Establishing Fastboot connectivity Connect serial port to host PC via null modem...
    on May 12, 2011
  • Forum Post: why can't mount ubifs image

    Kevin Chow Kevin Chow
    I want to flash the android ubifs images by fastboot, my NAND flash is Samsung K9F4G08U0A, 512MiB 3,3V 8-bit, page size is 2k, each block contains 64 pages. I create the ubi.img as follows, $ sudo mkfs.ubifs -r temp/ -m 2048 -e 131072 -c 4096 -o ubifs.img $ ubinize -o ubi.img -m 2048 -p 128KiB...
    on May 17, 2011
  • Forum Post: Errors when fastbooting ubi.img to NAND

    Kevin Chow Kevin Chow
    Hi, I fastboot ubi.img to NAND, and the file system can start up, but not completely. 1. Lots of errors like this show up, request_suspend_state: wakeup (0->0) at 155900817876 (2000-01-01 00:12:05.870483401 UTC) init: untracked pid 1320 exited UBIFS error (pid 849): make_reservation: cannot...
    on May 20, 2011
  • Forum Post: How to fit my new NAND chip

    Kevin Chow Kevin Chow
    Hi, I am testing a new board which is of the same hardware with AM3517EVM except NAND chip, I substitute Samsung NAND(8 bit) for Micron NAND(16 bit), what changes in kernel should I do to make Android works on my NAND, as I flashed x-loader, u-boot, uImage, and ubi.img to NAND. Should NAND driver...
    on May 24, 2011
  • Forum Post: Re: VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)

    Kevin Chow Kevin Chow
    Hi Amit Pundir, I tried mtd-utils in the system running on MMC, the procedure and logs are posted on Thu, May 26 2011 2:46 AM at http://e2e.ti.com/support/embedded/f/509/p/111277/400322.aspx#400322 Hope it helps. Thanks, Kevin
    on May 26, 2011
  • Forum Post: Re: Errors when fastbooting ubi.img to NAND

    Kevin Chow Kevin Chow
    Hi Satish, I also tried mtd-utils in the system running on MMC, the procedure and logs are posted on Thu, May 26 2011 2:46 AM at http://e2e.ti.com/support/embedded/f/509/p/111277/400322.aspx#400322 Hope it helps. Thanks, Kevin
    on May 26, 2011
  • Forum Post: Re: How to fit my new NAND chip

    Kevin Chow Kevin Chow
    Hi Vaibhav, Thanks for your advices. I tried mtd-utils in the system running on MMC, the procedure and logs are posted on Thu, May 26 2011 2:46 AM at http://e2e.ti.com/support/embedded/f/509/p/111277/400322.aspx#400322 From the log, it seems something wrong with the ubi.img. Thanks...
    on May 26, 2011
  • Forum Post: Re: why can't mount ubifs image

    Kevin Chow Kevin Chow
    Hi SriHarsha, I am sure, that the UBIFS image was created with sudo permissions, and nand was erased in u-boot with 'nand erase' or 'nand scrub' command. BTW, my mkfs.ubifs is of version 1.4, and ubinize is of version 1.2. Regards, Kevin
    on May 26, 2011
  • Forum Post: Re: why can't mount ubifs image

    Kevin Chow Kevin Chow
    Hi, I found the following bold errors are printed in ubi driver in kernel, kernel/drivers/mtd/ubi/io.c, could be the ubi driver's problem? UBI error: ubi_io_write: error -5 while writing 512 bytes to PEB 2326:0, written 0 bytes UBI error: erase_worker: failed to erase PEB 2326, error -5 ...
    on May 30, 2011
  • Forum Post: Re: How to fit my new NAND chip

    Kevin Chow Kevin Chow
    Hi, I found the following bold errors are printed in ubi driver in kernel, kernel/drivers/mtd/ubi/io.c, could be the ubi driver's problem? UBI error: ubi_io_write: error -5 while writing 512 bytes to PEB 2326:0, written 0 bytes UBI error: erase_worker: failed to erase PEB 2326, error -5 ...
    on May 30, 2011
  • Forum Post: Re: Errors when fastbooting ubi.img to NAND

    Kevin Chow Kevin Chow
    Hi, I found the following bold errors are printed in ubi driver in kernel, kernel/drivers/mtd/ubi/io.c, could be the ubi driver's problem? UBI error: ubi_io_write: error -5 while writing 512 bytes to PEB 2326:0, written 0 bytes UBI error: erase_worker: failed to erase PEB 2326, error -5...
    on May 30, 2011
  • Forum Post: Booting repeatedly after switching on the OMAP35X EVM

    Guo Joy Guo Joy
    Dears: I got a stuck while booting from the MMC/SD card. I download and prepare the SD card Image well by following the step in TI_Android-FroYo-DevKit-V2.2 UserGuide. And I also empty my NAND through u-boot command. However, I was stuck in the beginning of start animation...
    on Jul 14, 2011
  • Forum Post: init: Timed out waiting for /dev/.coldboot_done

    Kevin Chow Kevin Chow
    Hi, I am testing on am3517evm with TI Android GingerBread 2.3 DevKit 1.0. I boot from NAND, I want to update init.rc on the board, so I execute #adb push init.rc / , and it transmit successfully, but after reboot by pushing reboot button, the board can't enter android system after kernel boots...
    on Sep 21, 2011
  • Forum Post: AM3894 DDR3 and Flash capatibility list

    Charles H Charles H
    Is there a list of verified DDR3 or Flash parts for the AM3894? I saw that Elpida was on the Dev board for the DM8168, but the parts are actually EOL'd. Is there a suggested replacement or listing somewhere of compatible devices for the AM3894? Thanks Charles
    on Jan 12, 2012
  • Forum Post: Re: Problem figuring out why NAND boot with x-loader isn't working

    Jaya Kumar Jaya Kumar
    Hi Vaibhav, Thanks for your reply. Yes, I am happy to post the code changes. I had an idea after reading your post. Since my DM3730 board is almost identical to XM except having beagleboard C3 memory, I decided to try to eliminate as many differences as possible. So I switched to using the pre-built...
    on Jan 17, 2012
  • Forum Post: RE: Install Android boot image in NAND flash over USB

    Jack Phan1 Jack Phan1
    Hi Bahabur, Could you please share me the way to flash boot-loaders images to NAND without SDcard? Did you boot over USB or UART? THanks for help! JPhan
    on Dec 22, 2012
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use