[U-Boot] Porting uboot (2015.01) to a new Hardware Platform

2015-08-27 Thread ManuelCurcio
Hi I must port uboot (2015.01) to a new platform (ti am335x soc). I don't know again really uboot and I search some documentation to do that (a sort of "Porting uboot to your new Hardware platform step by step" document). I think to start by a copy of the beagle black board (with the same SOC :am3

[U-Boot] MTD devices emulation driver (gluebi) support

2017-04-06 Thread ManuelCurcio
Hi, I want to read a jffs2 file system over ubi from uboot. From ubi.h, I found the CONFIG_MTD_UBI_GLUEBI define to allow this functionality (I think) : /* gluebi.c */ #ifdef CONFIG_MTD_UBI_GLUEBI However, when I set this define, after compilation, I have errors links about gluebi functio

Re: [U-Boot] MTD devices emulation driver (gluebi) support

2017-04-11 Thread ManuelCurcio
Hello Thanks for the answer. Hi Thanks for the answer. I would like ... but I think I'm going to a raw data storage in a ubi volume instead of a little jffs2 file system :( (my need it is just to store some bytes of data) ... Manuel - Eaton Industries (Franc

Re: [U-Boot] MTD devices emulation driver (gluebi) support

2017-04-11 Thread ManuelCurcio
I tried to use ubifs. However, I just need of a space storage for three files with a total size of 500 bytes. From theses three files, the UBIFS generated a 1.8 MegaBytes file. The ubifs file system mounted took 7 Megabytes just for 500 bytes ! JFFS2 over ubi requires "only" 4 LEB minimum, so