Re: [PATCH V4 8/8] doc: board: ti: Add BeaglePlay documentation

2023-08-25 Thread Robert Nelson
r mode. Within 5 minutes or so, it should shutdown with a new image in the eMMC.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] ARM: dts: am335x-pocketbeagle: choose tick-timer

2023-09-08 Thread Robert Nelson
gt; > CPU : AM335X-GP rev 2.1 > Model: TI AM335x PocketBeagle > DRAM: 512 MiB > Core: 154 devices, 16 uclasses, devicetree: separate > Could not initialize timer (err -19) > > resetting ... > > Suggested-by: Pierre Lebleu > Sign

Re: [BISECTED] BeagleBone Black doesn't boot after a58147c2dbbf

2022-08-19 Thread Robert Nelson
o read eeprom to actual trigger of final eeprom > read attempt: ~18ms > > IMHO, 14ms penalty is'nt a bad deal for dealing with variations of > eeproms we are seeing in the wild. > > You can find the data (analog+digital capture) here: > https://github.com/nmenon/data-captures/tree/main/i2c-eeprom-1byte-captures > Tool used to capture (and view): https://www.saleae.com/downloads/ > > Tom, Robert, folks: what do you folks think? I'm okay with the delay. if we only had 'one' production run it would be a different story.. But with 10 years of manufacturing, parts will EOL and vary. Let's go with the safe slower route.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-13 Thread Robert Nelson
el Image and DTB's in the 1st fat partition.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-13 Thread Robert Nelson
On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson wrote: > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole wrote: > > > > The Kernel Image and DTB files are supposed to be picked from the rootfs > > of the SD Card, this fails in legacy boot flow because bootpart is set >

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-15 Thread Robert Nelson
ript extlinux efi pxe > > Shouldn't the fix be to just drop 'script' from bootmeths. These TI > scripts needed to go away years ago. I agree! nuke the non bootmeth's. ;) Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-15 Thread Robert Nelson
On Fri, Jun 14, 2024 at 1:04 AM Dhruva Gole wrote: > > Robert, > > On Jun 13, 2024 at 16:51:24 -0500, Robert Nelson wrote: > > On Thu, Jun 13, 2024 at 4:47 PM Robert Nelson > > wrote: > > > > > > On Thu, Jun 13, 2024 at 3:06 AM Dhruva Gole wrote: >

Re: [PATCH] board: beagleplay: Fix the bootpart to pick from root partition

2024-06-17 Thread Robert Nelson
uva's just looking to make sure it works with TI's currently released sdk's. (So last year, and this quarter's releases..) Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH] board: beagle: beagleplay: enable OF_SYSTEM_SETUP

2024-06-20 Thread Robert Nelson
break its boot. > > > > > > > > > > Enable OF_SYSTEM_SETUP to fixup the kernel's FDT to inform it of the > > > > > actual location of the firmware > > > > > > > > > > CC: Andrew Davis > > > > > CC: Nishan

Re: [PATCH v4 0/2] k3-am625-beagleplay: Add symlinks for tiboot3 and tispl

2024-06-28 Thread Robert Nelson
to reflect above change. > > > > Changes in v4: > > * Add the docs patch. > > > > Cc: Nishant Menon > > Cc: Robert Nelson > > > > Dhruva Gole (2): > > arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl > > doc: beagle

Re: [PATCH 5/5] arm: Remove omap3_beagle board

2024-07-16 Thread Robert Nelson
On Mon, Jul 15, 2024 at 2:36 PM Tom Rini wrote: > > This board has not been converted to CONFIG_DM_I2C by the deadline. > Remove it. > > Signed-off-by: Tom Rini Acked-by: Robert Nelson It has to be done, has not been converted, if any active real users want to bring this

Re: [PATCH 1/5] arm: Remove omap4_panda board

2024-07-16 Thread Robert Nelson
On Mon, Jul 15, 2024 at 2:36 PM Tom Rini wrote: > > This board has not been converted to CONFIG_DM_I2C by the deadline. > Remove it. > > Signed-off-by: Tom Rini Acked-by: Robert Nelson It has to be done, has not been converted, if any active real users want to bring this

Re: [PATCH] board: beagle: convert to CONFIG_DM_I2C

2024-07-20 Thread Robert Nelson
device tree kernel days we would pass a boot arg to the kernel to re-pinmux the proper device configuration.. We could either just drop this part, or convert to the u-boot expansion framework, which would use u-boot overlays.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [PATCH 3/3] arm: dts: k3-j721e: Move to OF_UPSTREAM

2024-07-23 Thread Robert Nelson
243a98c12a4a33c4160e3cd git bisect good e9774afedd20bfe8a18b20a63010c1d18cd16cd7 git bisect good 54c93718b38c58160a018bb6a267a6b8b47469c4 git bisect good c9507f07a1d6c92bd1f73fd64384f8c5994be9c2 git bisect good 48639c705026b5556e60320aef01a94a9ee45be3 ``` The real fix is to convert beagleboneai6

Re: [PATCH 1/4] board: beagle: beagleplay: Enable 32k crystal

2024-02-12 Thread Robert Nelson
hat needs to be done prior to DM managing the system > and all other muxes get set, do the same from R5 context. > > Signed-off-by: Nishanth Menon Tested-by: Robert Nelson Yay, WiFi (wl18xx) now works on the BeaglePay with these 4 patches on top of v2024.01-rc1 debian@BeaglePl

Re: [RFC PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2022-11-30 Thread Robert Nelson
or of EEPROM keeps > showing up. I will try refactoring the logic that way. Due to part shorages, sadly the BeagleBone AI64 (J721E) has both 1byte and 2byte eeproms in user hands today.. While I think most other previous designs have stuck with one type of eeprom throughout their production life. S

Re: [BISECTED] BeagleBone Black doesn't boot after a58147c2dbbf

2022-08-05 Thread Robert Nelson
t; OK, that'll help some. Can you see what the specific part number of the > > EEPROM is? That might also help Nishanth figure out what to do here. > > Attached here is the EEPROM dump. .U3.A335BNLT00C0 Ah, the "CO"... i'm pretty sure that board was made by Element14, (they messed up the position of the "C") not that it really mattered as the A335BNLT is only used.. Can you please take a quick snapshot of the eeprom, it should be... 24LC32AT-I/OT but maybe they used another variation.. Regards, -- Robert Nelson https://rcn-ee.com/

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-01 Thread Robert Nelson
ages, 0, sizeof(bootm_headers_t)); + + boot_start_lmb(images); + + images->os.os = IH_OS_LINUX; + ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, images, 1); However it's still locking up a

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Robert Nelson
On Tue, Jul 2, 2013 at 2:39 AM, Simon Glass wrote: > Hi Robert, > > On Tue, Jul 2, 2013 at 5:44 AM, Robert Nelson > wrote: >> >> On Fri, Jun 28, 2013 at 5:12 PM, Tom Rini wrote: >> > Hey all, >> > >> > I've tagged and pushed v2013.07-rc2.

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Robert Nelson
On Tue, Jul 2, 2013 at 6:41 AM, Robert Nelson wrote: > On Tue, Jul 2, 2013 at 2:39 AM, Simon Glass wrote: >> Hi Robert, >> >> On Tue, Jul 2, 2013 at 5:44 AM, Robert Nelson >> wrote: >>> >>> On Fri, Jun 28, 2013 at 5:12 PM, Tom Rini wrote: >

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-03 Thread Robert Nelson
On Wed, Jul 3, 2013 at 8:52 AM, Simon Glass wrote: > Hi Robert. > > On Tue, Jul 2, 2013 at 11:15 PM, Simon Glass wrote: >> >> Hi Robert, >> >> On Jul 2, 2013 8:41 PM, "Robert Nelson" wrote: >> > >> > On Tue, Jul 2, 2013 at 2:39 AM, Si

Re: [U-Boot] [PATCH 3/3] bootm: Add the missing PREP stage to bootz

2013-07-03 Thread Robert Nelson
fdba0 ip : 7fe00fa8 fp : r10: bfefe6a0 r9 : 0002 r8 : bfefdf38 r7 : 8000 r6 : 0700 r5 : 10da7a5a r4 : bfefdc18 r3 : bfefdc18 r2 : bfefe6a0 r1 : 0002 r0 : 0100 Flags: NzCv IRQs off FIQs off Mode SVC_32 Resetting CPU ... resetting ... Regards,

Re: [U-Boot] [PATCH 3/3] bootm: Add the missing PREP stage to bootz

2013-07-03 Thread Robert Nelson
vice.dtb bootz zImage initrd.img device.dtb Environment size: 2316/8188 bytes => load mmc ${mmcdev}:${mmcpart} ${loadaddr} zImage 4109672 bytes read in 310 ms (12.6 MiB/s) => load mmc ${mmcdev}:${mmcpart} ${fdt_addr} /dtbs/${fdt_file} 22150 bytes read in 259 ms (83 KiB/s) => run mmcargs =&

Re: [U-Boot] [PATCH 3/3] bootm: Add the missing PREP stage to bootz

2013-07-03 Thread Robert Nelson
On Wed, Jul 3, 2013 at 9:46 AM, Robert Nelson wrote: > On Wed, Jul 3, 2013 at 9:12 AM, Simon Glass wrote: >> In the recent bootm refactor, the PREP stage was missing in the bootz >> command. This causes unpredictable behaviour on platforms which need >> this stage to operat

Re: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling

2013-07-08 Thread Robert Nelson
mc ${mmcdev}:${mmcpart} ${loadaddr} zImage 3464448 bytes read in 249 ms (13.3 MiB/s) => load mmc ${mmcdev}:${mmcpart} ${fdt_addr} /dtbs/${fdt_file} 23571 bytes read in 253 ms (90.8 KiB/s) => run mmcargs => bootz ${loadaddr} - ${fdt_addr} Kernel image @ 0x

Re: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling

2013-07-09 Thread Robert Nelson
On Tue, Jul 9, 2013 at 2:00 PM, Simon Glass wrote: > Hi Tom, > > On Tue, Jul 9, 2013 at 10:01 AM, Tom Rini wrote: >> >> On Mon, Jul 08, 2013 at 10:22:13AM -0400, Tom Rini wrote: >> > On Mon, Jul 08, 2013 at 09:17:10AM -0500, Robert Nelson wrote: >> > >

Re: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling

2013-07-09 Thread Robert Nelson
; > Hi Tom, >> > > >> > > On Tue, Jul 9, 2013 at 10:01 AM, Tom Rini wrote: >> > > >> > > > On Mon, Jul 08, 2013 at 10:22:13AM -0400, Tom Rini wrote: >> > > > > On Mon, Jul 08, 2013 at 09:17:10AM -0500, Robert Nelson wrote: >&

Re: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling

2013-07-09 Thread Robert Nelson
eeBSD/arm/BeagleBone NM.. they are using the 'bootelf' command.. https://github.com/kientzle/crochet-freebsd/blob/master/board/BeagleBone/files/uboot_patch05.patch#L108 Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-B

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
otpart} ${loadaddr} ${bootdir}/${bootfile}\0" > \ > + "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \ > "mmcboot=echo Booting from mmc ...; " \ > "run mmcargs; " \ > "boot

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: > On 17:02-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrote: >> > For folks not using concatenated device tree with uImage, having >> > an handy function to find and loa

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-11 Thread Robert Nelson
On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon wrote: > On 17:05-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: >> > On 17:02-20130711, Robert Nelson wrote: >> >> On Thu, Jul 11, 2013 at 4:52 PM, Nishanth Menon wrot

Re: [U-Boot] [PATCH 4/5] omap3_beagle: support findfdt and loadfdt for devicetree support

2013-07-12 Thread Robert Nelson
On Thu, Jul 11, 2013 at 11:06 PM, Nishanth Menon wrote: > On 18:17-20130711, Robert Nelson wrote: >> On Thu, Jul 11, 2013 at 5:17 PM, Nishanth Menon wrote: >> > On 17:05-20130711, Robert Nelson wrote: >> >> On Thu, Jul 11, 2013 at 5:03 PM, Nishanth Menon wrote: >

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread Robert Nelson
for kernel) and ext4 (for > rootfs). But if ext4fs_devread persists to complain (and I apparently > haven't removed it from code) I don't think it would work either. > > What is going on? > Can anyone give me some pointers what to do next? Just for sanity sake, have you tried try a different (brand) microSD card? Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Question: booting Linux from ext4 mmc partition

2014-01-07 Thread Robert Nelson
g files breaks. I seems to me that loading one big file > somehow corrupts something (hahah, very precise explanation). > uImage is little over 4MB. So if it's a failing at 4MB, at what "size" does it work as you maybe over writing memory.. Regards, -- Robert Nelson http://ww

[U-Boot] [PATCH] omap3_beagle: use omap3-beagle.dtb for the C4 revision

2014-01-17 Thread Robert Nelson
findftd is currently setting fdtfile to undefined for the beagle c4, select omap3-beagle.dtb instead Signed-off-by: Robert Nelson --- include/configs/omap3_beagle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index

Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-28 Thread Robert Nelson
a 3rd port? there's always two configs you can use on the BBB.. "am335x_evm" which supports: AM335x GP EVM AM335x EVM SK Beaglebone White Beaglebone Black or the "am335x_boneblack" which is just a tweak of "am335x_evm" to support only the

[U-Boot] [RFC] [PATCH] omap3_beagle: fdt: xMA/B set hsusb2_power_reg active-high

2014-01-28 Thread Robert Nelson
With the xM revision C, the DC control of the usb hub was inverted. By adding the enable-active-high property to hsusb2_power_reg, mainline omap3-beagle-xm.dtb will now activiate properly activate the usb hub on older xMA/B varients. Signed-off-by: Robert Nelson CC: Tom Rini --- include

Re: [U-Boot] [RFC] [PATCH] omap3_beagle: fdt: xMA/B set hsusb2_power_reg active-high

2014-01-29 Thread Robert Nelson
On Tue, Jan 28, 2014 at 5:31 PM, Robert Nelson wrote: > With the xM revision C, the DC control of the usb hub was inverted. > > By adding the enable-active-high property to hsusb2_power_reg, mainline > omap3-beagle-xm.dtb > will now activiate properly activate the usb hub on older

Re: [U-Boot] [RFC] [PATCH] omap3_beagle: fdt: xMA/B set hsusb2_power_reg active-high

2014-01-29 Thread Robert Nelson
t to u-boot might be better in the long run. Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] Add option -r to env import to allow import of text files with CRLF as line endings

2014-08-14 Thread Robert Nelson
"run uenvcmd;" \ >> "fi;" \ > > > My intention was that uEnv.txt be used to set up environment variables, not > to allow its use for custom scripts. The check for if uenvcmd is set then run uenvcmd syntax, shou

Re: [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support

2015-04-29 Thread Robert Nelson
ant > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support

2015-04-29 Thread Robert Nelson
ttp://git.denx.de/?p=u-boot.git;a=blob;f=drivers/video/sunxi_display.c;hb=HEAD#l188 Could pull it out as a share it. Regards, -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
.c @@ -159,8 +159,8 @@ void get_board_mem_timings(u32 *mcfg, u32 *ctrla, u32 *ctrlb, u32 *rfr_ctrl, switch (get_board_revision()) { case REVISION_C4: if (pop_mfr == NAND_MFR_STMICRO && pop_id == 0xba) { - /* 512MB DDR */ -

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
*rfr_ctrl, *rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_200MHz; break; } + printf("case REVISION_C4: Neither option was selected.\n"); case REVISION_XM_A: case REVISION_XM_B: case REVISION_XM_C: On my

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini wrote: > On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson > wrote: >> On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini wrote: >>> On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan >>> wrote: >>>> I think the area of cod

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson wrote: > On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini wrote: >> On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson >> wrote: >>> On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini wrote: >>>> On Fri, Jan 27, 2012 at 8:50 AM,

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini wrote: > On Fri, Jan 27, 2012 at 10:09 AM, Robert Nelson > wrote: >> On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson >> wrote: >>> On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini wrote: >>>> On Fri, Jan 27, 2012

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 12:42 PM, wilsonjonathan wrote: > On Fri, 2012-01-27 at 12:00 -0600, Robert Nelson wrote: >> On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini wrote: >> >> >> >> >> >> OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz &g

Re: [U-Boot] u-boot v2011.12-rc1 hang on pandaboard

2011-12-12 Thread Robert Nelson
the commit, > does anyone have a suggestion for fixing this? Reverting that same commit also fixes the beagleboard xm.. For reference, I'm using, linaro's arm gcc: gcc version 4.6.2 20110908 (prerelease) (Linaro GCC 4.6-2011.09-1) Regards, -- Robert Nelson http://www.rcn-ee.com/ __

Re: [U-Boot] mx53loco hangs on 2012.07

2012-07-31 Thread Robert Nelson
07-g7395c76 (Jul 31 2012 - 11:29:17) Board: MX53 LOCO I2C: ready DRAM: 1 GiB WARNING: Caches not enabled CPU: Freescale i.MX53 family rev2.1 at 1000 MHz Reset cause: WDOG MMC: FSL_SDHC: 0, FSL_SDHC: 1 *** Warning - bad CRC, using default environment Uncompressing Linux... done, boot

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Robert Nelson
quot;load" command? As your already setting "CONFIG_CMD_FS_GENERIC" Once you do that, you might as well also enable: #define CONFIG_CMD_EXT4 > "bootscript=echo Running bootscript from mmc ...; " \ > "source\0" \ > "

Re: [U-Boot] [PATCH v11 2/2] Enable btrfs support in mx53loco config

2013-04-02 Thread Robert Nelson
On Tue, Apr 2, 2013 at 10:38 AM, Adnan Ali wrote: > On 02/04/13 16:19, Robert Nelson wrote: >> >> On Tue, Apr 2, 2013 at 9:17 AM, Adnan Ali >> wrote: >>> >>> Enable btrfs support in mx53loco config >>> >>> Signed-off-by: Adnan Ali >

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-20 Thread Robert Nelson
printf("%s: No available memory for allocation!\n", __func__); 103 return NULL; 104 } Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-26 Thread Robert Nelson
000 r6 : 36747fff r5 : af5668e8 r4 : 36747fff > r3 : af5668ec r2 : af5668eb r1 : r0 : af5668e8 > Flags: NzcV IRQs off FIQs off Mode SVC_32 > Resetting CPU ... > > resetting ... I've reverted this just to double check (no change for me...): http://git.denx.de/?p=u-boot.git;a=commit

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-26 Thread Robert Nelson
On Wed, Dec 26, 2012 at 9:54 AM, Fabio Estevam wrote: > On Wed, Dec 26, 2012 at 1:51 PM, Robert Nelson > wrote: > >> Interesting, I'm still only getting this far on the old Dialog board.. >> >> U-Boot 2013.01-rc2-00173-gd781d95-dirty (Dec 26 2012 - 09:42:4

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-26 Thread Robert Nelson
On Wed, Dec 26, 2012 at 10:50 AM, Fabio Estevam wrote: > On Wed, Dec 26, 2012 at 2:04 PM, Robert Nelson > wrote: > >> Okay, good to hear it works with the Dialog PMIC you have, as that >> should cover a majority of the Dialog based boards customers actually >> have.

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-26 Thread Robert Nelson
On Wed, Dec 26, 2012 at 11:21 AM, Fabio Estevam wrote: > On Wed, Dec 26, 2012 at 3:08 PM, Robert Nelson > wrote: > >> I'll keep debugging it here, did reverting this commit, help with the resets? >> http://git.denx.de/?p=u-boot.git;a=commit;h=28e5ac2d974547bde0c72aa0

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-02 Thread Robert Nelson
On Wed, Dec 26, 2012 at 11:51 AM, Robert Nelson wrote: > On Wed, Dec 26, 2012 at 11:21 AM, Fabio Estevam wrote: >> On Wed, Dec 26, 2012 at 3:08 PM, Robert Nelson >> wrote: >> >>> I'll keep debugging it here, did reverting this commit, help with the >

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-02 Thread Robert Nelson
*header_size_ptr = ALIGN(sbuf->st_size + imxhdr->flash_offset, 512); > } > int imximage_check_params(struct mkimage_params *params) > -- 1.7.9.5 Sweet! Thanks Troy, That fixes it on my Dialog based mx53loco with linaro's 4.7.3 gcc toolchain... Regards, -- Robert Nelson h

Re: [U-Boot] Resets on mx6qsabrelite

2012-09-19 Thread Robert Nelson
f > Flags: nZCv IRQs off FIQs off Mode SVC_32 > Resetting CPU ... > > resetting ... It might be masking the problem, but I've been reverting: http://git.denx.de/?p=u-boot.git;a=commit;h=c50afc1dab78a1a72bc37b60d97864e56b52cc5c (I've also been reverting that for mx51evk/mx53loco when using device tree's too...) Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
te.h > @@ -141,12 +141,10 @@ > #define CONFIG_EXTRA_ENV_SETTINGS \ > "script=boot.scr\0" \ > "uimage=uImage\0" \ > - "console=ttymxc1\0" \ > - "fdt_high=0x\0" \ > - "initrd_high=0xffff\

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador wrote: > On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson > wrote: >> On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador >> wrote: >>> OpenEmbedded has change partitioning layout of generated image so it >>> doe

Re: [U-Boot] zImage and raw ramdisk support -- test

2012-03-30 Thread Robert Nelson
b30b13f12077c7eec8ce2419cd96cd65ace8e2 Tested-by: Robert Nelson Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] beagle: expansion boards: retry i2c_read with 16bit addressing

2013-02-04 Thread Robert Nelson
Some expansion boards now ship with at24 eeproms that need to communicate via 16bit addressing. Signed-off-by: Robert Nelson --- board/ti/beagle/beagle.c |8 1 file changed, 8 insertions(+) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index b829a79..9493c6b

[U-Boot] [PATCH 2/2] beagle: expansion boards: add LSR COM6L adapter

2013-02-04 Thread Robert Nelson
http://www.lsr.com/wireless-products/com6l The eeprom on this expansion board requires 16bit addressing. Signed-off-by: Robert Nelson --- board/ti/beagle/beagle.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 9493c6b

Re: [U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value

2013-04-26 Thread Robert Nelson
oot a kernel again. > > Signed-off-by: Fabio Estevam Tested-by: Robert Nelson > --- > arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c > b/arch/arm/cpu/arm926ejs/m

Re: [U-Boot] [PATCH] Revert "am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot."

2013-10-08 Thread Robert Nelson
o master? i can > see posts like that, but doing a "git pull" produces nothing. i am on > the u-boot mainline, and the "master" branch, so what am i > misunderstanding? thanks. The public git/http server is only synced every 6hours... Regards, -- Robert Nelson http:/

Re: [U-Boot] Bad Linux ARM zImage magic

2013-10-23 Thread Robert Nelson
out of tree patch does.. If you'd like to use uImage, don't apply my patch. ;) (adding u-boot cc this time..) Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-14 Thread Robert Nelson
| M3), (*ctrl)->control_padconf_core_base + > UNIPRO_TX0); > + > +/* if processor_rev is panda ES and GPIO171 is 1, it is rev > b3 */ > +ret = gpio_get_value(PANDA_BOARD_ID_2_GPIO); > +} > +return ret; > +} > + > /** >

Re: [U-Boot] toolchain problems when building iMX6 mx6qsabreauto (and another bootloader tool)

2013-12-04 Thread Robert Nelson
-4.8-2013.10_linux/bin/arm-linux-gnueabihf-ld.bfd: error: required section '.rel.plt' not found in the linker script /opt/gcc/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/bin/arm-linux-gnueabihf-ld.bfd: final link failed: Invalid operation make: *** [u-boot] Error 1 Regard

Re: [U-Boot] toolchain problems when building iMX6 mx6qsabreauto (and another bootloader tool)

2013-12-04 Thread Robert Nelson
On Wed, Dec 4, 2013 at 9:35 AM, Måns Rullgård wrote: > Robert Nelson writes: > >> On Fri, Nov 29, 2013 at 4:28 PM, Wolfgang Denk wrote: >>> Dear Christian Gmeiner, >>> >>> In message >>> you >>> wrote: >>>> >>>>

Re: [U-Boot] Sources for MLO on BeagleBone Black?

2013-12-04 Thread Robert Nelson
rom exaclty. http://git.denx.de/?p=u-boot.git;a=blob;f=arch/arm/cpu/armv7/am33xx/config.mk#l7 Everything built inside "CONFIG_SPL_BUILD" for the particular TI/OMAP based target.. Regards, -- Robert Nelson http://www.rcn-ee.com/ __

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
x1150\0" \ > + "ramdisk_addr_r=0x1350\0" \ > "boot_fdt=try\0" \ > + "bootcmd_setup=mmc rescan\0" \ > + "bootcmd_pxe=setenv bootfile \"\" ;dhcp; tftp ${fdt_addr} > /dtb/${fdt_file}; pxe get; pxe boot\0&qu

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
On Thu, Dec 5, 2013 at 11:01 PM, Dennis Gilmore wrote: > El Thu, 5 Dec 2013 21:47:43 -0600 > Robert Nelson escribió: >> On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore >> wrote: >> > Signed-off-by: Dennis Gilmore >> > --- &g

Re: [U-Boot] [PATCH 2/5] port wandboards to use the generic distro configs

2013-12-05 Thread Robert Nelson
e patching to not require specifying a > filesystem I can see fixing cmd_pxe.c could be done later. But as just a generic uEnv.txt user, I do like the idea of having a consistent variable naming setup for a bunch of boards. So i can easily convert my stuff to this setup, but t

Re: [U-Boot] [PATCH] wandboard: add pxe support, set default boot command like highbank

2013-07-31 Thread Robert Nelson
esn't have to be patched for every little change. ;) I know it's bikeshedding, but most boards can be converted to just: #define CONFIG_BOOTCOMMAND \ "mmc dev ${mmcdev};" \ "if mmc rescan; then " \ "echo SD/MMC found on device ${mmcdev};" \ "if run loadbootenv; then " \ "run importbootenv;" \ "fi;" \ "if test -n $uenvcmd; then " \ "echo Running uenvcmd ...;" \ "run uenvcmd;" \ "fi;" \ "if run loadsomefailsafedefault; then " \ "run mmcboot;" \ "fi;" \ "fi;" #endif where: "loadbootenv=load mmc ${mmcdev}:${mmcpart} ${loadaddr} uEnv.txt\0" \ "importbootenv=echo Importing environment from mmc (uEnv.txt)...; " \ "env import -t ${loadaddr} ${filesize}\0" \ Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-16 Thread Robert Nelson
he cause of the failure that results > is pretty subtle. So whatever gets merged would be safer if it restored the > default setting of CM_CLKSEL5_PLL prior to handing off control to Linux. Agree, we should not apply this, till we also have an 'approved' patch for mainline lin

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-16 Thread Robert Nelson
On Fri, Aug 16, 2013 at 10:07 AM, Robert Nelson wrote: > On Fri, Aug 16, 2013 at 9:34 AM, Peter A. Bigot wrote: >> On 08/16/2013 08:38 AM, Tom Rini wrote: >>> >>> On Wed, Aug 14, 2013 at 09:53:16PM -0500, Peter A. Bigot wrote: >>>> >>>

Re: [U-Boot] ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.

2013-08-20 Thread Robert Nelson
So if your xM is fine, i do have a spare xM C, that pretty reliably shows the issue after transferring a large amount of data over the usb port... I had traded a good xM with a customer such that i could keep re-basing our out of tree dpll5 tweak.. Regards, -- Robert Nelson http:/

Re: [U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Robert Nelson
y late in the v2013.07, i forget the commit, it may have been a day or two right before. So looking at your pastebin.com log: "U-Boot 2013.07-rc2-00044-g1d28a6a" it might be worthwhile to re-test with v2013.07 final, specially since your using bootz... (I've already been sh

Re: [U-Boot] [BeagleBone Black] AM335x CPU frequency

2014-04-09 Thread Robert Nelson
board/ti/am335x/board.c;hb=HEAD#l280 Regards, -- Robert Nelson http://www.rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] omap3_beagle: xM A/B validate new dtb exits in file system

2014-05-02 Thread Robert Nelson
On Fri, May 2, 2014 at 3:15 PM, robertcnelson wrote: > From: Robert Nelson > > Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in > file system > > Signed-off-by: Robert Nelson > CC: Tom Rini > CC: Nishanth Menon > --- >

Re: [U-Boot] [beagleboard] Re: [PATCH v3] omap3_beagle: enable the use of a plain text file named uEnv.txt instead of boot.scr

2011-03-02 Thread Robert Nelson
emoved too. > So, just a thought.. Are you guys planning to push this same boot method to all the other "omap" devices that just finally got boot.scr boot support by default in u-boot? It also seems's like it'll end up be the FAQ of the month for the beagleboard group

Re: [U-Boot] [PATCH v3] omap3_beagle: enable the use of a plain text file named uEnv.txt instead of boot.scr

2011-03-03 Thread Robert Nelson
On Thu, Mar 3, 2011 at 7:43 PM, Alexander Holler wrote: > Am 03.03.2011 00:48, schrieb Robert Nelson: >> >> On Wed, Mar 2, 2011 at 5:41 PM, Alexander Holler >>  wrote: >>> >>> Hello Jason, >>> >>> Am 02.03.2011 21:26, schrieb Jason

Re: [U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

2012-10-24 Thread Robert Nelson
fine CONFIG_SUPPORT_RAW_INITRD" at the same time, otherwise you'd still have to run mkimage on the other half "initrd.img-$(uname -r)" when using booting an initramfs with your main kernel image.. Regards, -- Robert Nelson http://www.rcn-ee.com/ __

Re: [U-Boot] any value in defining specifically a beagleboard xM config file?

2012-11-11 Thread Robert Nelson
f the factory actually had nand, due to a shortage at the time of nandless-pop memory at the time.. Although you can't boot from it, (without modifications to the board), it's still usable in u-boot/kernel.. Regards, -- Robert Nelson http://www.rcn-ee.com/ __

[U-Boot] [PATCH] board/ti/am335x: add support for BeagleBone Green

2015-11-11 Thread Robert Nelson
(production model) Signed-off-by: Robert Nelson CC: Tom Rini CC: Jason Kridner --- board/ti/am335x/board.c | 12 +--- include/configs/am335x_evm.h | 7 ++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index

Re: [U-Boot] U-boot for AM5728

2015-11-21 Thread Robert Nelson
ist.github.com/RobertCNelson/4aa9eb1d028237a895a1 > > Please send the link to download where i can get the latest u-boot boot > loader which support for AM5728 EVM board. Please double check what terminal commands you utilized. Regards, -- Robert Nelson https://rcn-ee.com/ ___

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-04 Thread Robert Nelson
dd if=./u-boot/u-boot.img of=${DISK} seek=69 bs=1k Shouldn't we just not enable either and do like the wandboard and just dd SPL/u-boot.img? Regards, -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] mkimage: mxs (mx23_olinuxino) build regression

2015-09-02 Thread Robert Nelson
RAM: 64 MiB MMC: MXS MMC: 0 *** Warning - bad CRC, using default environment In:serial Out: serial Err: serial Net: Net Initialization Skipped No ethernet found. Regards, -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing

Re: [U-Boot] mkimage: mxs (mx23_olinuxino) build regression

2015-09-02 Thread Robert Nelson
On Wed, Sep 2, 2015 at 3:52 PM, Otavio Salvador wrote: > On Wed, Sep 2, 2015 at 4:48 PM, Robert Nelson wrote: >> I've just finished bisecting a build error for the mx23_olinuxino platform. >> >> git bisect points to: >> >> http:

Re: [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

2015-12-10 Thread Robert Nelson
#devtypel #instance " " > + > +#define BOOT_TARGET_DEVICES(func) \ > + func(MMC, mmc, 0) \ > + func(LEGACY_MMC, legacy_mmc, 0) \ > + func(MMC, mmc, 1) \ > + func(LEGACY_MMC, legacy_mmc, 1) \ I don't remember the panda having a 2nd mmc card slot, are there

Re: [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

2015-12-10 Thread Robert Nelson
On Thu, Dec 10, 2015 at 4:58 PM, Robert Nelson wrote: > On Thu, Dec 10, 2015 at 3:46 PM, Tom Rini wrote: >> Based on the am335x_evm conversion, switch to config_distro_bootcmd for >> mmc and pxe. Tested with Fedora 23. >> >> Signed-off-by: Tom Rini >> --- >

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-16 Thread Robert Nelson
622df7848a993f1eb2f173bc43;hb=dfd1bb4ec89e8b1e87f0605af2345ad6dcf777da;hpb=e4aa8edb6e5cae256a5c5a3c5cd30e05e8f5a2b4 Regards, -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-17 Thread Robert Nelson
On Thu, Dec 17, 2015 at 11:54 AM, Matwey V. Kornilov wrote: > 2015-12-17 3:53 GMT+03:00 Robert Nelson : >> Hi Matwey >> >> On Sat, Dec 12, 2015 at 3:14 AM, Matwey V. Kornilov >> wrote: >>> Hello, >>> >>> I am running 2016.01-rc on BBB

Re: [U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly

2015-12-19 Thread Robert Nelson
oduction eeprom, "test" doesn't seem to like non printable characters.. Sorry i didn't look into "test" much further.. Instead i just worked around it with the Green.. Regards, -- Robert Nelson https://rcn-ee.com/ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ANN] U-Boot v2015.07 released

2015-07-14 Thread Robert Nelson
e pushed v2015.07 out to the repository and tarballs should exist >>> soon. >> >> >> I don't see the release tag in git either by doing a pull from my >> checkout or via the web interface. Does it take time to sync? >> >> Peter > > > Same here, the

[U-Boot] [PATCH] board/ti/am335x: beaglebone stop muxing i2c1_pin_mux

2015-10-21 Thread Robert Nelson
On the BeagleBone these i2c1 pins are routed to the expanasion header, where they can be defined as either pr1_usart0_Xxd/pwm0/spi0/i2c1, dont assume i2c1 Fixes: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/313894/1387696 Signed-off-by: Robert Nelson Reported-by: Matthijs van Duin CC: Tom

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-05 Thread Robert Nelson
- WHY HERE #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x4 #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_SIZE 0x800 #define CONFIG_SYS_NAND_PAGE_COUNT 64 #define CONFIG_SYS_NAND_OOBSIZE 64 #define CONFIG_SYS_NAND_BLOCK_SIZE 0x2 #define CONFIG_SYS_NAND_BAD_BLO

Re: [U-Boot] Problem loading boot script from ext4 mmc on sunxi H3

2016-06-30 Thread Robert Nelson
ve reported, it appears >> that "flex_bg" is enabled by default on ext4 filesystems created >> with a recent mkfs.ext4 version. >> > > Reformatting without flex_bg does not seem to have any effect. > > However, ls seems to give some random stuff for directories o

  1   2   >