u-boot 2022-07 on STM32F746G-DISCO

2022-09-19 Thread Waldemar Brodkorb
Hi, I am trying to run u-boot on a STM32F746G-DISCO device. I am configuring u-boot with stm32f746-disco_spl_defconfig. I use following openocd command to flash the output of the build: openocd \ -f interface/stlink.cfg -f board/stm32f7discovery.cfg \ -c "init" \ -c "reset

Re: u-boot 2022-07 on STM32F746G-DISCO

2022-09-19 Thread Waldemar Brodkorb
Hi again, Waldemar Brodkorb wrote, > Hi, > > I am trying to run u-boot on a STM32F746G-DISCO device. > I am configuring u-boot with stm32f746-disco_spl_defconfig. > > But nothing happens on the LCD nor on the serial console. > I use screen /dev/ttyACM0 115200 under Linux

Re: u-boot 2022-07 on STM32F746G-DISCO

2022-09-19 Thread Waldemar Brodkorb
Hi Patrice, Patrice CHOTARD wrote, > Waldemar, > > You can applied the following series on current U-Boot master > branch (a0759684e015bd7252be3af508c0fcfdbb8ec5dc): > > https://patchwork.ozlabs.org/project/uboot/list/?series=318991 > I applied the patches on top of u-boot master and the non-

Re: u-boot 2022-07 on STM32F746G-DISCO

2022-09-19 Thread Waldemar Brodkorb
Hi Simon, Simon Glass wrote, > Hi Waldemar, > > On Mon, 19 Sept 2022 at 13:48, Waldemar Brodkorb wrote: > > > > Hi again, > > > > Waldemar Brodkorb wrote, > > > > > Hi, > > > > > > I am trying to run u-boot on a STM

Re: u-boot 2022-07 on STM32F746G-DISCO

2022-09-20 Thread Waldemar Brodkorb
Hi Patrice, Patrice CHOTARD wrote, > Hi Waldemar > > On 9/19/22 23:03, Waldemar Brodkorb wrote: > > Hi Patrice, > > Patrice CHOTARD wrote, > > > >> Waldemar, > >> > >> You can applied the following series on current U-Boot master

Re: u-boot 2022-07 on STM32F746G-DISCO

2022-09-20 Thread Waldemar Brodkorb
Hi Patrice, Hi Simon, Patrice CHOTARD wrote, > Hi Waldemar > > On 9/20/22 01:12, Waldemar Brodkorb wrote: > > Hi Simon, > > Simon Glass wrote, > > > >> Hi Waldemar, > >> > >> On Mon, 19 Sept 2022 at 13:48, Waldemar Brodkorb wrote: >

Re: [PATCH v2 0/7] SPL fixes for STM32F7 MCUs

2022-09-20 Thread Waldemar Brodkorb
ADDR for STM32F746-DISCO and STM32746G-EVAL > > Changes in v2: > - Remove SYS_UBOOT_FLAG from stm32f746-disco.h I tested this series and all is working fine now. Both defconfigs and with or without Falcon mode. Thanks. Tested-by: Waldemar Brodkorb best regards Waldemar

Re: [U-Boot] [PATCH v3 0/12] avr32: add generic board

2015-02-10 Thread Waldemar Brodkorb
Hi Andreas, Andreas Bießmann wrote, > This is the first attempt to add generic board support to avr32 architecture. > It > has at least one relevant part for other manual reloc architectures. > > This series is currently runtime tested on grasshhopper and atstk1002. > Waldemar, could you please

[U-Boot] [PATCH] add example for file on VFAT filesystem usage

2015-02-12 Thread Waldemar Brodkorb
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv. Signed-off-by: Waldemar Brodkorb --- tools/env/fw_env.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools

[U-Boot] [PATCH] add example for file on VFAT filesystem usage

2015-02-15 Thread Waldemar Brodkorb
For example on a raspberry pi the u-boot environment can be saved in a file on the first VFAT partition. This example illustrates how to use it with fw_printenv/fw_setenv. Signed-off-by: Waldemar Brodkorb --- tools/env/fw_env.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools

[U-Boot] dt overlays raspberry pi

2015-04-08 Thread Waldemar Brodkorb
Hi U-boot hackers, we like to use u-boot as intermediate bootloader to create a raspberry pi based system with fallback partitions. This worked fine in the first tests. Recently the raspberry pi project switched to Linux Kernel 3.18.x and a device tree enabled kernel. I added fdtfile and stuff to

Re: [U-Boot] [PATCH 0/7] avr32: remove non-generic boards

2015-05-11 Thread Waldemar Brodkorb
Hi, Andreas Bießmann wrote, > Hi Hans-Christian, > > On 05/11/2015 01:19 PM, Hans-Christian Egtvedt wrote: > > Around Mon 11 May 2015 13:07:22 +0200 or thereabout, Andreas Bießmann wrote: > >> This series deletes avr32-boards that are still using the ancient > >> arch/avr32/lib/board.c code. If o

Re: [U-Boot] [PATCH 0/7] avr32: remove non-generic boards

2015-05-17 Thread Waldemar Brodkorb
Hi Andreas, Andreas Bießmann wrote, > Hi Waldemar, > > On 05/11/2015 01:32 PM, Waldemar Brodkorb wrote: > > Hi, > > Andreas Bießmann wrote, > > > >> Hi Hans-Christian, > >> > >> On 05/11/2015 01:19 PM, Hans-Christian Egtvedt wrote: >

[U-Boot] u-boot on raspberry pi with fw_printenv/fw_setenv

2015-01-06 Thread Waldemar Brodkorb
Hi Developers, I am looking for a way to change u-boot environment from Linux on a Raspberry PI. I have fw_printenv/fw_setenv, but I have no clue how the config file looks like, when using uboot.env as a file on the first vfat partition. I am not sure, but it looks like there is no code to use fw_

Re: [U-Boot] u-boot on raspberry pi with fw_printenv/fw_setenv

2015-01-07 Thread Waldemar Brodkorb
Hi, B.R. Oake wrote, > On 06/01/15 12:08, Waldemar Brodkorb wrote: > > I am looking for a way to change u-boot environment from Linux > > on a Raspberry PI. I have fw_printenv/fw_setenv, but I have no clue > > how the config file looks like, when using uboot.env as a file

[U-Boot] avr32 atmel ngw100 support question

2015-01-13 Thread Waldemar Brodkorb
Hi U-Boot Hackers, I have some problem regarding DHCP on my Atmel NGW100 board, when using dnsmasq on the server side. I want to use the device for some kind of automatic test suite runs. Does the support for this device is known to work in 2015.01? Can I update the old existing U-Boot boot loade

Re: [U-Boot] avr32 atmel ngw100 support question

2015-01-13 Thread Waldemar Brodkorb
Hi Andreas, Andreas Bießmann wrote, > Hi Waldemar, > > On 13.01.15 22:31, Waldemar Brodkorb wrote: > > Hi U-Boot Hackers, > > > > I have some problem regarding DHCP on my Atmel NGW100 board, when > > using dnsmasq on the server side. I want to use the device fo

Re: [U-Boot] avr32 atmel ngw100 support question

2015-01-13 Thread Waldemar Brodkorb
Hi Andreas, Andreas Bießmann wrote, > Hi Waldemar, > > On 13.01.15 23:59, Waldemar Brodkorb wrote: > > Hi Andreas, > > Andreas Bießmann wrote, > > > >> Hi Waldemar, > >> > >> On 13.01.15 22:31, Waldemar Brodkorb wrote: > >>> Hi

Re: [U-Boot] avr32 atmel ngw100 support question

2015-01-19 Thread Waldemar Brodkorb
Hi Andreas, Andreas Bießmann wrote, > > But unfortunately the device is dead after the erase command. > > Damn, this damn old code run completely from NOR. Current u-boot > versions relocate itself to ram after the very first bootstrap. Sorry, I > did not know that these old versions do not reloca