Activity
From 08/03/2015 to 09/01/2015
09/01/2015
- JC 02:01 PM Software Development: RE: Create ubifs
- Here is a copy of instructions from the 1GB part. I'm going to copy it for the other parts as well.
*Note*: The "-F" option enables "free space fixup":http://www.linux-mtd.infradead.org/faq/ubifs.html#L_free_space_fixup. The version ... - MF 01:54 PM Software Development: RE: Create ubifs
- I downloaded the base rfs from the Files tab. Ran the following:
- BD 12:17 PM Software Development: RE: Create ubifs
- Hi Mary,
The exported root filesystem is the contents of the rootfs partition on your SD card. If you mount your SD on a Linux host, you can archive that partition using tar: - I need to create a ubifs. Our product will not have a SD card interface, so first article booting will have to be over UART. I understand how to load MLO, U-boot, and the kernel image into NAND.
I have the EVM board: 3354-GX-X38RC
... - AS 07:13 AM Software Development: RE: MityARM - ECC: uncorrectable
- Thanks. This has fixed this problem.
08/31/2015
- JC 09:11 AM Software Development: RE: MityARM - ECC: uncorrectable
- I tried to be as explicit as possible but the following error "Critical Link: Error u-boot compiled for large page nand support. Nand may not function correctly." indicates that the u-boot your using is configured for the 512MB nand bch1...
08/28/2015
- AS 05:55 AM Software Development: RE: MityARM - ECC: uncorrectable
- The bootlog is this:
08/27/2015
- JC 01:20 PM Software Development: RE: MityARM - ECC: uncorrectable
- Which module do you have?
What u-boot version are you using? Can you provide the bootlog from power on till you get into u-boot? - Hi,
I have a MityARM card.
I try to flash the NAND memory according to the guidelines that are given for the MitySOM, "here":https://support.criticallink.com/redmine/projects/armc8-platforms/wiki/UBIFS_Nand_Boot#256MB-NAND. My writ...