Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-29 Thread Fausto Sessego
2017-05-27 14:50 GMT+02:00 Fabio Estevam : > On Sat, May 27, 2017 at 8:00 AM, Fausto Sessego > wrote: > > > Starting kernel ... > > > > Uncompressing Linux... done, booting the kernel. > > > > Error: unrecognized/unsupported machine ID (r1 = 0x1

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-27 Thread Fausto Sessego
2017-05-26 14:04 GMT+02:00 Lothar Waßmann : > Fausto Sessego wrote: > > > Hi, > > > > here you are my configuration: > > > > #define CONFIG_EXTRA_ENV_SETTINGS \ > > "image=zImage\0" \ > > "console=" CONFIG_CONSOLE_DEV &qu

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Fausto Sessego
Hi Fabio, i tried both solutions without any output. -- *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnologie Wireless per la logistica e la sicurezza* *address:* Parco scientifico e tecnologico della Sardegna, Edificio 1 Loc. P

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-26 Thread Fausto Sessego
mcroot}\0" \ "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ #define CONFIG_BOOTCOMMAND \ "run mmcargs; " \ "run loadfdt; " \ "run loadimage; " \ "

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-24 Thread Fausto Sessego
solution. Thanks ------ *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnologie Wireless per la logistica e la sicurezza* *address:* Parco scientifico e tecnologico della Sardegna, Edificio 1 Loc. Piscinamanna - 09010 Pula (CA) <https://w

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-05 Thread Fausto Sessego
Ok. I have the problem the Kernel Stucks at startup "Starting Kernel " Could it depend on boot configuration (the macro CONFIG_MMCROOT) ? ------ *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnologie Wireless

Re: [U-Boot] i.Mx6q u-boot stuck

2017-05-05 Thread Fausto Sessego
Ok, now it seems to work fine. I have another question: the define #define CONFIG_MMCROOT "/dev/mmcblk0p2" what does it mean? I have 2 sd card in my custom board: 1) SD3 used like mass storage 2) SD4 used to load the SO thanks ------ *Ing. Fausto Ses

Re: [U-Boot] i.Mx6q u-boot stuck

2017-04-11 Thread Fausto Sessego
what do you suggest? How can i check if the ram configuration is right? Thanks -- *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnologie Wireless per la logistica e la sicurezza* <http://www.infomob.it> *a:* Parco scientif

Re: [U-Boot] i.Mx6q u-boot stuck

2017-04-11 Thread Fausto Sessego
on Offset is: 3875d000 Relocating to 4ff5d000, new gd at 4f55aeb8, sp at 4f55ae90 initcall: 4ff68c80 initcall: 4ff68c88 Could it be a problem of ram configuration? Thanks -- *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnologie Wirel

Re: [U-Boot] i.Mx6q u-boot stuck

2017-04-10 Thread Fausto Sessego
Hi Fabio, in attachment there are my configuration files. I started from SabreSD and i changed very minimal parts.7 Could you check if you see any error in my files? thanks -- *Ing. Fausto Sessego* *R&D Hardware & Software Engineer* info mob > *Tecnolog

[U-Boot] i.Mx6q u-boot stuck

2017-04-10 Thread Fausto Sessego
itch to partitions #0, OK mmc1 is current device Unknown command 'if' - try 'help' Unknown command 'then' - try 'help' Unknown command 'else' - try 'help' Unknown command 'fi' - try 'help' Custimized_board> Why, if