Re: [U-Boot] Raspberry Pi Compute Module 1 mini-UART

2019-11-29 Thread edrose
I've done some more digging, and have made a bit of progress (I think). After fiddling with the device-tree, I've managed to get the serial port to show up when running `dm tree`. I appended this block to the end of bcm2835-rpi-b.dts: &uart1 { pinctrl-names = "default"; pinctrl-0

Re: [U-Boot] Raspberry Pi Compute Module 1 mini-UART

2019-11-27 Thread edrose
Hi Matthias, Thank you very much for your help. Unfortunately I'm still a little stuck. Matthias Brugger wrote > 1) as you found out U-Boot is using an embedded device tree. The device > tree it > uses is specified in configs/rpi_* > I suppose you are using rpi_3_defconfig, so your device-tree i

Re: [U-Boot] Raspberry Pi Compute Module 1 mini-UART

2019-11-26 Thread Matthias Brugger
Hi Ed, On 25/11/2019 21:47, edrose wrote: > Hi, > > I'm working on a project that uses the Raspberry Pi Compute Module 1. Much > like the CM 3, the CM 1 has two UART interfaces - the main UART at ttyAMA0, > and a second "mini-UART" at ttyS0. The project uses the main UART since it > works better

[U-Boot] Raspberry Pi Compute Module 1 mini-UART

2019-11-25 Thread edrose
Hi, I'm working on a project that uses the Raspberry Pi Compute Module 1. Much like the CM 3, the CM 1 has two UART interfaces - the main UART at ttyAMA0, and a second "mini-UART" at ttyS0. The project uses the main UART since it works better at high speeds, so the console has been bumped over to

Re: [U-Boot] u-boot: raspberry pi 4 with 4G ram, bdinfo: dram bank size is < 1G

2019-10-01 Thread Matthias Brugger
On 25/09/2019 11:51, Matthias Brugger wrote: > Hi, > > On 19/09/2019 13:51, Pi NewBie wrote: >> With top of the tree(tot) uboot, and tot firmware, uboot command bdinfo >> shows the dram bank size as 0x3b40 which is <1G, but the >> rpi4 board has 4G of ram. >> >> However with kernel8.

Re: [U-Boot] u-boot: raspberry pi 4 with 4G ram, bdinfo: dram bank size is < 1G

2019-09-25 Thread Matthias Brugger
Hi, On 19/09/2019 13:51, Pi NewBie wrote: > With top of the tree(tot) uboot, and tot firmware, uboot command bdinfo > shows the dram bank size as 0x3b40 which is <1G, but the > rpi4 board has 4G of ram. > > However with kernel8.img in the firmware, linux kernel shows in /proc/meminfo

[U-Boot] u-boot: raspberry pi 4 with 4G ram, bdinfo: dram bank size is < 1G

2019-09-19 Thread Pi NewBie
With top of the tree(tot) uboot, and tot firmware, uboot command bdinfo shows the dram bank size as 0x3b40 which is <1G, but the rpi4 board has 4G of ram. However with kernel8.img in the firmware, linux kernel shows in /proc/meminfo cat /proc/meminfo MemTotal:3999784 kB MemFree:

Re: [U-Boot] Raspberry PI Compute Module - UART Issue

2019-09-17 Thread Lee Annamalai
Thanks. Tried that (set to -2) ... will let you know if this works. Lee -Original Message- From: Belisko Marek Sent: Tuesday, 17 September 2019 21:02 To: Lee Annamalai Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Raspberry PI Compute Module - UART Issue Hi Lee, On Tue, Sep 17

Re: [U-Boot] Raspberry PI Compute Module - UART Issue

2019-09-17 Thread Belisko Marek
Hi Lee, On Tue, Sep 17, 2019 at 4:45 PM Lee Annamalai wrote: > > Hi > > I am using a Raspberry PI compute module (CM 3+), which seems to be running > U-Boot - U-Boot 2019.04-dirty (Aug 21 2019 - 14:41:54 +) > > The CM3+ is communicating on the UART at boot, before the Kernel loads: > > U-Boo

[U-Boot] Raspberry PI Compute Module - UART Issue

2019-09-17 Thread Lee Annamalai
Hi I am using a Raspberry PI compute module (CM 3+), which seems to be running U-Boot - U-Boot 2019.04-dirty (Aug 21 2019 - 14:41:54 +) The CM3+ is communicating on the UART at boot, before the Kernel loads: U-Boot 2019.04-dirty (Aug 21 2019 - 14:41:54 +) DRAM: 948 MiB RPI Compute Mod

[U-Boot] Raspberry Pi / fdt_addr bug with environment

2018-07-15 Thread Pascal Vizeli
Hi, I found a funny bug. I don't think that is a raspberry pi only bug. It is the handling how env restore work. We use the origin device tree from first bootloader. We store also the environment to SSD for a fallback scenario. Now it store also the fdt_addr to environment. On next boot, it overw

Re: [U-Boot] Raspberry Pi 3(+) / 64bit bug with saveenv

2018-06-12 Thread Pascal Vizeli
Yes, this patch works. Thanks a lot. Greets Pascal 2018-06-12 22:36 GMT+02:00 Alexander Graf : > > > On 12.06.18 20:21, Pascal Vizeli wrote: >> Hi, >> >> I see a strange problem with `saveenv` on Raspberry Pi 3 platform. >> Other Raspberry Pi (0/w/2) device work well with `saveenv`. >> >> After I

Re: [U-Boot] Raspberry Pi 3(+) / 64bit bug with saveenv

2018-06-12 Thread Alexander Graf
On 12.06.18 20:21, Pascal Vizeli wrote: > Hi, > > I see a strange problem with `saveenv` on Raspberry Pi 3 platform. > Other Raspberry Pi (0/w/2) device work well with `saveenv`. > > After I call the `saveenv` command, the device going into `fsm 1, hsts > 0001` loop. I try it with env file

[U-Boot] Raspberry Pi 3(+) / 64bit bug with saveenv

2018-06-12 Thread Pascal Vizeli
Hi, I see a strange problem with `saveenv` on Raspberry Pi 3 platform. Other Raspberry Pi (0/w/2) device work well with `saveenv`. After I call the `saveenv` command, the device going into `fsm 1, hsts 0001` loop. I try it with env file on ext/fat and on mmc. Here is the bug report: https://

[U-Boot] Raspberry Pi USB storage broken after 64 byte device descriptor patch

2018-01-30 Thread Kristian Amlie
I have a recent problem with USB storage on the Raspberry Pi 3 with U-Boot. Take a look at the output from v2017.01: -- USB0: Core Release: 2.80a scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found scanning usb for e

Re: [U-Boot] u-boot - raspberry pi

2016-08-27 Thread dh
From: Stephen Warren To: Simon Glass ; d...@synoia.com Cc: "u-boot@lists.denx.de" ; Stephen Warren Sent: Friday, August 26, 2016 9:00 AM Subject: Re: [U-Boot] u-boot - raspberry pi On 08/26/2016 08:39 AM, Simon Glass wrote: > +Stephen > > On 25 August 2016 at 22:12,  w

Re: [U-Boot] u-boot - raspberry pi

2016-08-26 Thread Stephen Warren
m:* Stephen Warren *To:* Simon Glass ; d...@synoia.com *Cc:* "u-boot@lists.denx.de" ; Stephen Warren *Sent:* Friday, August 26, 2016 9:00 AM *Subject:* Re: [U-Boot] u-boot - raspberry pi On 08/26/2016 08:39 AM, Simon Glass wrote: +Stephen On 25 August 2016 at 22:12, mailto:d...@synoia.

Re: [U-Boot] u-boot - raspberry pi

2016-08-26 Thread dh
management. Where do we raise this concern? Thanks Duncan Hare 714 931 7952 From: Stephen Warren To: Simon Glass ; d...@synoia.com Cc: "u-boot@lists.denx.de" ; Stephen Warren Sent: Friday, August 26, 2016 9:00 AM Subject: Re: [U-Boot] u-boot - raspberry pi On 08/26/201

Re: [U-Boot] u-boot - raspberry pi

2016-08-26 Thread Stephen Warren
On 08/26/2016 08:39 AM, Simon Glass wrote: +Stephen On 25 August 2016 at 22:12, wrote: We have u-boot working on a raspberry pi, but need to append our kernel parms to those built by the firmware. is there a version of u-boot for the pi 3, with this support, and some doc (the variable name

Re: [U-Boot] u-boot - raspberry pi

2016-08-26 Thread Simon Glass
+Stephen On 25 August 2016 at 22:12, wrote: > We have u-boot working on a raspberry pi, but need to append our kernel > parms to those built by the firmware. > > is there a version of u-boot for the pi 3, with this support, and some doc > (the variable name for the firmware built kernel parms)

[U-Boot] u-boot - raspberry pi

2016-08-26 Thread dh
We have u-boot working on a raspberry pi, but need to append our kernel  parms to those built by the firmware. is there a version of u-boot for the pi 3, with this support, and some doc (the variable name for the firmware built kernel parms), a github link would be perfect. We have an order of 4

[U-Boot] Raspberry PI u-boot

2016-08-10 Thread dh
I have u-boot built and can completely boot the pi with u-boot on the SD card. But, the video resolution start off correctly, and when the kernel starts switches to a low resolution. Any suggestions?  Duncan Hare 714 931 7952 ___ U-Boot mailing list U-B

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-02-02 Thread Stephen Warren
On 02/02/2015 06:13 PM, Simon Glass wrote: ... >> On Jan 29, 2015 5:24 PM, "Simon Glass" wrote: >>> On 29 January 2015 at 14:03, Reza Nikoopour wrote: Hey guys, I'm working on setting up an NTP server using the following: Raspberry Pi Model B+ > Raspberry PI GPS

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-02-02 Thread Simon Glass
Hi Reza, On 29 January 2015 at 20:40, Reza Nikoopour wrote: > Hey Simon, > > It seems like Crochet doesn't actually build U-boot with specifying which > config to use. > > I'm looking up how to build uboot using rpi_b.h OK. Please don't top post. The config is now called 'rpi'. Are you using th

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-01-29 Thread Reza Nikoopour
Hey Simon, It seems like Crochet doesn't actually build U-boot with specifying which config to use. I'm looking up how to build uboot using rpi_b.h Reza On Jan 29, 2015 5:24 PM, "Simon Glass" wrote: > Hi Reza, > > On 29 January 2015 at 14:03, Reza Nikoopour wrote: > > Hey guys, > > > > I'm wo

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-01-29 Thread Simon Glass
Hi Reza, On 29 January 2015 at 14:03, Reza Nikoopour wrote: > Hey guys, > > I'm working on setting up an NTP server using the following: > > Raspberry Pi Model B+ >> > Raspberry PI GPS Add-on < >> http://imall.iteadstudio.com/raspberry-pi-gps-add-on.html > >> FreeBSD 10.1 (built with Crochet) < >

[U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-01-29 Thread Reza Nikoopour
Hey guys, I'm working on setting up an NTP server using the following: Raspberry Pi Model B+ > Raspberry PI GPS Add-on < > http://imall.iteadstudio.com/raspberry-pi-gps-add-on.html > > FreeBSD 10.1 (built with Crochet) < > https://github.com/kientzle/crochet-freebsd > > u-boot-pi < https://github

Re: [U-Boot] Raspberry Pi with driver model

2014-11-25 Thread Simon Glass
Hi Stephen, On 25 November 2014 at 09:44, Stephen Warren wrote: > On 11/24/2014 09:32 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 24 November 2014 at 21:21, Stephen Warren wrote: >>> >>> On 11/24/2014 08:58 AM, Simon Glass wrote: Hi Stephen, There was another thread whe

Re: [U-Boot] Raspberry Pi with driver model

2014-11-25 Thread Stephen Warren
On 11/24/2014 09:32 PM, Simon Glass wrote: Hi Stephen, On 24 November 2014 at 21:21, Stephen Warren wrote: On 11/24/2014 08:58 AM, Simon Glass wrote: Hi Stephen, There was another thread where you reported a hang when booting Raspberry Pi with driver model. It can be repeated by applying thi

Re: [U-Boot] Raspberry Pi with driver model

2014-11-24 Thread Stephen Warren
On 11/24/2014 08:58 AM, Simon Glass wrote: > Hi Stephen, > > There was another thread where you reported a hang when booting > Raspberry Pi with driver model. It can be repeated by applying this > patch and trying to boot with syslinux. > > http://patchwork.ozlabs.org/patch/392180/ > > When it h

Re: [U-Boot] Raspberry Pi with driver model

2014-11-24 Thread Simon Glass
Hi Stephen, On 24 November 2014 at 21:21, Stephen Warren wrote: > On 11/24/2014 08:58 AM, Simon Glass wrote: >> Hi Stephen, >> >> There was another thread where you reported a hang when booting >> Raspberry Pi with driver model. It can be repeated by applying this >> patch and trying to boot with

[U-Boot] Raspberry Pi with driver model

2014-11-24 Thread Simon Glass
Hi Stephen, There was another thread where you reported a hang when booting Raspberry Pi with driver model. It can be repeated by applying this patch and trying to boot with syslinux. http://patchwork.ozlabs.org/patch/392180/ When it hangs, the HDMI display displays lots of spaces, then lots of

[U-Boot] raspberry pi

2013-01-24 Thread Mohamed Haneef
Hi, Is there any active raspberry pi development going on, i am planning to do a support package for raspberry pi, any suggestions would be welcome. thanks, Haneef. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boo

Re: [U-Boot] Raspberry pi

2013-01-23 Thread Anatolij Gustschin
Hi, On Thu, 24 Jan 2013 00:58:55 +0800 (SGT) Haneef Mohamed wrote: ... > Does u-boot support raspberry pi. (armv6) a basic support for Raspberry Pi model B is there, see include/configs/rpi_b.h file, rpi_b configuration. Thanks, Anatolij ___ U-Boot m

[U-Boot] Raspberry pi

2013-01-23 Thread Haneef Mohamed
Hi, Does u-boot support raspberry pi. (armv6) thanks, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot