[Kernel-packages] [Bug 1652504] Re: Recent updates broke Ubuntu on Raspberry Pi 3

2019-02-27 Thread Chris E
*** This bug is a duplicate of bug 1652270 ***
https://bugs.launchpad.net/bugs/1652270

As of upgrading between 16.04 and 18.04.2 the fdt_addr has changed
again, I was able to fix this via the following, first cat boot.scr on
the primary partition, there's a bunch of binary at the start of the
file followed by fdt_addr_r 0x0300

Use that as the base value on config.txt:

device_tree_address=0x0300

You do not need to set device_tree_end, this got the pi booting again.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1652504

Title:
  Recent updates broke Ubuntu on Raspberry Pi 3

Status in flash-kernel package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  I've been running Raspberry Pi 3 with Ubuntu as described here 
https://wiki.ubuntu.com/ARM/RaspberryPi

  I've installed Ubuntu 16.04 and then upgraded to 16.10 and have been
  using this setup successfully since October up until last week.
  Unfortunately one of the latest kernel updates broke the installation
  and I found out the same happened for Ubuntu 16.04 LTS - and therefore
  I can no longer run up-to-date Ubuntu installation (with updated
  kernel) on my RPI.

  I am getting this error:
  Error image is not a fdt - must reset the board to recover

  I also tried this but it didn't help me:
  https://www.raspberrypi.org/forums/viewtopic.php?f=28=168838

  Now I know running Ubuntu on RPI3 this way is not officially
  supported, but since Ubuntu Snappy is supported I thought someone here
  could know what is going on.

  Thank you very much.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1652504/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1652270] Re: Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

2019-02-27 Thread Chris E
This is related to bug #1652504 and the answer #16 there is a more
detailed explanation of #65 above:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1652504/comments/16

As of 18.04.2 the fdt_addr has changed again, I was able to fix this via
the following, first cat boot.scr on the primary partition, there's a
bunch of binary at the start of the file followed by fdt_addr_r
0x0300 - this is the new device tree address.

Use that as the base value on config.txt:

device_tree_address=0x0300

You do not need to set device_tree_end, this got the pi booting again.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi2 in Ubuntu.
https://bugs.launchpad.net/bugs/1652270

Title:
  Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

Status in linux-raspi2 package in Ubuntu:
  Confirmed

Bug description:
  This issue was reported in this mailing list thread first
  https://lists.ubuntu.com/archives/snapcraft/2016-December/002138.html

  Hardware: RPi3
  Image: 
http://www.finnie.org/software/raspberrypi/ubuntu-rpi3/ubuntu-16.04-preinstalled-server-armhf+raspi3.img.xz

  [Steps to Reproduce]
  1. Install the image in an SD card. Use it to boot into the system.
  2. Issue the command "sudo apt-get update; sudo apt-get install 
linux-image-4.4.0-1038-raspi2 linux-headers-4.4.0-1038-raspi2 
linux-raspi2-headers-4.4.0-1038 -y"
  3. Reboot

  [Expected Result]
  Boot into the system with kernel 4.4.0-1038-raspi2

  [Actual Result]
  The system stop at the booting session with the message 'Starting kernel...' 
and never goes to the login session.

  [Additional Info]

  4.4.0-1029-raspi2 and 4.4.0-1034-raspi2 were used as the forementioned
  apt installation steps. They work well. They could go to the login
  session and ready for use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1652270/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp