[U-Boot] Enabling external watchdog support u-boot NXP imx6

2019-04-06 Thread Konstantyn Prokopenko
Hello, I'm using external watchdog MAX6751 for imx6q board and i need to trigger it in u-boot, otherwise system would reset. The reset time is about 1 sec. I've added initialization of GPIO PAD to the board support code and function hw_watchdog_reset(). When i enable CONFIG_HW_WATCHDOG and

Re: [U-Boot] Problem Mounting/Unmounting several UBI volumes in u-boot.

2015-01-29 Thread Konstantyn Prokopenko
start with index 0 in the mtd_dev_param[]. Thank you. Regards, Konstantyn -Original Message- From: Heiko Schocher [mailto:h...@denx.de] Sent: Thursday, January 29, 2015 4:04 AM To: Konstantyn Prokopenko Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Problem Mounting/Unmounting several

Re: [U-Boot] Problem Mounting/Unmounting several UBI volumes in u-boot.

2015-01-21 Thread Konstantyn Prokopenko
Hello Heiko, I'll try the patch today. Thank you very much! Regards, Konstantyn -Original Message- From: Heiko Schocher [mailto:h...@denx.de] Sent: Wednesday, January 21, 2015 12:57 AM To: Konstantyn Prokopenko Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Problem Mounting/Unmounting

[U-Boot] Problem Mounting/Unmounting several UBI volumes in u-boot.

2015-01-20 Thread Konstantyn Prokopenko
Hello, I'm using the latest u-boot on our custom board. The u-boot is located on the NAND flash in the first 4MB partition. I break 256MB NAND into 4 MTD partitions: u-boot(4MB), kernel(4MB), rootfs(100MB), safefs(40MB), varfs(108MB). We are using Freescale iMX6 processor (nitrogen6x BSP in