[U-Boot] ARM: omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-14 Thread Jon Cormier
We have a product based on the 335x that has several different models where the only difference is the nand part. We would like to have a unified u-boot that can dynamically configure the nand's ECC, page size, block size, etc using a spi eeprom containing a model number. Both the UBL and u-boot

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Jon Cormier
Pekon, Thanks for the response. On Tue, Jul 15, 2014 at 12:23 AM, Gupta, Pekon pe...@ti.com wrote: Hi Jon, From: Jon Cormier [mailto:jcorm...@criticallink.com] We have a product based on the 335x that has several different models where the only difference is the nand part. We would

Re: [U-Boot] omap: Looking to dynamically setup ECC and nand settings during boot

2014-07-16 Thread Jon Cormier
On Wed, Jul 16, 2014 at 3:03 PM, Gupta, Pekon pe...@ti.com wrote: Hi Jon, From: Jon Cormier [mailto:jcorm...@criticallink.com] On Tue, Jul 15, 2014 at 12:23 AM, Gupta, Pekon pe...@ti.com wrote: From: Jon Cormier [mailto:jcorm...@criticallink.com] We have a product based on the 335x

Re: [U-Boot] usb flash boot on am335x machines

2015-01-26 Thread Jon Cormier
Date: Mon, 26 Jan 2015 08:35:51 +0200 From: matti kaasinen matti.kaasi...@gmail.com To: u-boot@lists.denx.de u-boot@lists.denx.de Subject: [U-Boot] usb flash boot on am335x machines Message-ID: cadnuhn33oo-vguofkoq0-7r0dztaohboocrx2qzsa9lt1sv...@mail.gmail.com Content-Type:

Re: [U-Boot] [PATCH] watchdog: omap_wdt: improve watchdog reset path

2018-03-05 Thread Jon Cormier
Because someone was wondering what the usb speed was in linux. My kernel is based on 3.2. Note I have USB DMA disabled so that doesn't help the speed. Not sure if u-boot is using DMA but I'd guess not. ADB over usb $ time adb -s 16019491 push userdata.img /mnt/obb/ userdata.img: 1 file pushed.

Re: [PATCH v4 1/8] binman: ti-secure: Add support for firewalling entities

2023-12-14 Thread Jon Cormier
Hi Manorit, This commit added a possibly unintentional dependency on python 3.9+. I ran into this while trying to build the soon-to-be-released 09.01.00.008. Build failure on ubuntu 20.04 which uses python 3.8: "binman: 'type' object is not subscriptable" This can be fixed by: diff --git