Other Parts Discussed in Thread: OMAP3530
Hello, everyone.
I'm working on a custom OMAP3530 board and trying to make Linux boot and run from NAND flash.
Linux does, but during the boot process I get a bunch of messages:
[ 3.793853] Empty flash at 0x0000fffc ends at 0x00010000
[ 3.816162] Empty flash at 0x0002fffc ends at 0x00030000
.... And so on.
So I have two questions:
1. What causes these messages?
2. Is this a problem to fix or something tolerable to live with (because Linux is running)?
Details:
NAND Chip: Micron's MT29F8G16ADBDAH4
U-boot reports: Device 0: NAND 1GiB 1,8V 16-bit, sector size 128 KiB
U-boot and Kernel sources are derived from Arago hosted PSP_04.02.00.07
NAND contains an JFFS2 image, built and flashed from u-boot in accordance with PSP_04.02.00.07 User Guide.
Thanks.