On Thursday, October 24, 2013 6:23:24 AM UTC-4, [email protected] wrote: > > Hi! > > I am working on BeagleBone variant board using Ångström distribution. > Main difference is that NAND flash is installed on board. In fact my set-up > sounds pretty much same as in "NAND flash with BeagleBone > variant<https://groups.google.com/forum/embed/?place=forum/beagleboard&showsearch=true&showpopout=true&showtabs=true&hideforumtitle=true&parenturl=http%3A%2F%2Fwww.beagleboard.org%2FCommunity%2FForums#!searchin/beagleboard/nand/beagleboard/Gbtg8xZ_TNY/0QL5Q01PlbQJ>" > > case. > > *Short story:* > > UBIFS partition/volume formatted/created in Linux does not work in U-Boot. > UBI part command in U-boot fails. Later on Linux finds this UBIFS > corrupted. I don't have any problems if this UBIFS is accessed purely from > Linux. I have made NAND flash additions from am335x-evm.dts to BeagleBone > device tree. I have tried with ti,nand-ecc-opt = "bch8" (with kernel > options CONFIG_MTD_NAND_OMAP_BCH and > OMAP_ECC_BCH8_CODE_HW) and without. In the latter case those kernel > options were not active. > I think that at least part of the answer is that you need to enable CONFIG_SYS_NAND_ONFI_DETECTION. You may also need to apply some of Pekon's patches from http://patchwork.ozlabs.org/project/uboot/list/?submitter=17320&state=* (there are 3 series there as of this writing, 2 v2's and a v8, you should apply all 3 series, and in the right order, saving each series to an mbox, and using git am -3 / git am --abort when they fail should help get the right order sorted out quickly).
-- Tom -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
