Pinebook Pro 'xtreme'
#20
(11-28-2019, 02:16 AM)PakoSt Wrote: ...
I wonder if dual-SPI would be realistic (for normal use and recovery). Or slotted SPI?
But let's see how uboot will progress
I too want a second SPI flash memory slot on future PBPs. Or just the solder pads that would allow hardware mods to add one.

The RK3399 reference I just looked at, has 6 x SPI interfaces. Only SPI1 can be used for boot flash memory. So, we can't use the SPI interfaces for alternante boot flash images directly.

However, I was looking for a way to recover a failed SPI u-boot. This is what I came up with;
- Stage 1 code to select u-boot image, that has recovery by looking at a special SD card
- data to select image 1 or 2
- u-boot image 1
- u-boot image 2

So, under normal conditions, we have an old, working u-boot, (maybe lacking a feature like NVMe boot), installed in one SPI u-boot slot. And we want to install a new, less tested image into the second slot. We then run a program to install new u-boot image and change the boot image selection to newest.

If the new u-boot image fails in such a way we can't work around the problems easily, we install a SD card that has a special signature our stage 1 code recognizes. If stage 1 sees this, it changes the u-boot image selection to the other one, (aka old u-boot image), and proceeds to boot.

We can also have stage 1 look for a second signature on the SD card. If found, boot off the SD card. that way, we have a choice.

Since this is all open source, the exact location and data of these signatures would be well known and documented.

So, that's my solution to the SPI issue where we could "brick" our Pinebook Pros.
--
Arwen Evenstar
Princess of Rivendale


Messages In This Thread
Pinebook Pro 'xtreme' - by bcnaz - 11-26-2019, 12:43 PM
RE: Pinebook Pro 'xtreme' - by GLSRacer - 11-26-2019, 12:50 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 11-26-2019, 01:16 PM
RE: Pinebook Pro 'xtreme' - by GLSRacer - 11-26-2019, 01:19 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 11-26-2019, 01:20 PM
RE: Pinebook Pro 'xtreme' - by Luke - 11-26-2019, 05:19 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 11-26-2019, 05:22 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-26-2019, 11:45 PM
RE: Pinebook Pro 'xtreme' - by Arglebargle - 11-27-2019, 01:40 AM
RE: Pinebook Pro 'xtreme' - by as400 - 11-27-2019, 02:06 AM
RE: Pinebook Pro 'xtreme' - by PakoSt - 11-27-2019, 03:40 AM
RE: Pinebook Pro 'xtreme' - by inkslinger - 11-27-2019, 10:07 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-27-2019, 11:39 AM
RE: Pinebook Pro 'xtreme' - by brent.thierens - 11-28-2019, 01:28 AM
RE: Pinebook Pro 'xtreme' - by oxoocoffee - 08-16-2020, 10:11 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 08-16-2020, 02:52 PM
RE: Pinebook Pro 'xtreme' - by oxoocoffee - 11-25-2020, 12:59 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 11-27-2019, 12:25 PM
RE: Pinebook Pro 'xtreme' - by PakoSt - 11-28-2019, 02:16 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-28-2019, 01:49 PM
RE: Pinebook Pro 'xtreme' - by Kochise - 11-28-2019, 03:52 AM
RE: Pinebook Pro 'xtreme' - by pfeerick - 11-28-2019, 04:28 AM
RE: Pinebook Pro 'xtreme' - by tllim - 12-01-2019, 12:36 PM
RE: Pinebook Pro 'xtreme' - by Luke - 11-28-2019, 02:19 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 12-01-2019, 01:31 PM
RE: Pinebook Pro 'xtreme' - by Kochise - 12-01-2019, 02:39 PM
RE: Pinebook Pro 'xtreme' - by brent.thierens - 12-04-2019, 01:34 AM
RE: Pinebook Pro 'xtreme' - by Luke - 12-04-2019, 04:10 AM
RE: Pinebook Pro 'xtreme' - by as400 - 12-04-2019, 06:30 AM
RE: Pinebook Pro 'xtreme' - by Luke - 12-04-2019, 09:46 AM
RE: Pinebook Pro 'xtreme' - by undo - 12-11-2019, 03:55 AM
RE: Pinebook Pro 'xtreme' - by brent.thierens - 12-04-2019, 02:12 PM
RE: Pinebook Pro 'xtreme' - by fpex73 - 12-05-2019, 08:33 AM
RE: Pinebook Pro 'xtreme' - by cartoonworld - 12-05-2019, 11:40 AM
RE: Pinebook Pro 'xtreme' - by moonwalkers - 07-16-2020, 10:48 PM
RE: Pinebook Pro 'xtreme' - by brent.thierens - 12-05-2019, 12:33 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 12-11-2019, 06:14 AM
RE: Pinebook Pro 'xtreme' - by CrystalGamma - 01-01-2020, 05:11 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 01-01-2020, 08:13 PM
RE: Pinebook Pro 'xtreme' - by karr0n - 01-01-2020, 08:21 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 01-01-2020, 08:39 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 01-02-2020, 05:39 AM
RE: Pinebook Pro 'xtreme' - by Kochise - 01-03-2020, 05:34 AM
RE: Pinebook Pro 'xtreme' - by xmixahlx - 01-03-2020, 11:44 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 01-04-2020, 12:03 AM
RE: Pinebook Pro 'xtreme' - by xmixahlx - 01-04-2020, 10:14 PM
RE: Pinebook Pro 'xtreme' - by xmixahlx - 07-16-2020, 11:55 AM
RE: Pinebook Pro 'xtreme' - by WZ9V - 08-09-2020, 07:16 PM
RE: Pinebook Pro 'xtreme' - by bcnaz - 08-09-2020, 07:28 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 08-09-2020, 08:58 PM
RE: Pinebook Pro 'xtreme' - by Arwen - 08-11-2020, 09:38 PM
RE: Pinebook Pro 'xtreme' - by ambulant - 08-16-2020, 07:13 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-25-2020, 02:03 PM
RE: Pinebook Pro 'xtreme' - by xyzzy - 11-25-2020, 03:44 PM
RE: Pinebook Pro 'xtreme' - by nightranger73 - 11-26-2020, 12:45 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-26-2020, 05:37 PM
RE: Pinebook Pro 'xtreme' - by xyzzy - 11-27-2020, 01:25 AM
RE: Pinebook Pro 'xtreme' - by jiyong - 11-27-2020, 04:35 AM
RE: Pinebook Pro 'xtreme' - by Arwen - 11-27-2020, 12:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 2 5,599 08-10-2025, 10:35 PM
Last Post: Pattienner
  Pinebook problem meghancordo 1 3,000 07-24-2025, 07:28 AM
Last Post: mikehenson
Question Printing and scanning documents with pinebook? Www 0 2,739 06-28-2025, 01:25 AM
Last Post: Www
  Pinebook Pro in EU for Sale - €90 jan_vdk 4 5,769 06-19-2025, 02:14 AM
Last Post: shelfaberrant
  Pinebook pro bricked? michaelmoua 2 3,493 03-12-2025, 11:09 AM
Last Post: tophneal
  Use SD to install new OS over pinebook debian Rudy558 10 20,652 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 3,551 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Next !spekulation! Surehand53 2 4,153 01-23-2025, 11:49 AM
Last Post: Surehand53
  Pinebook Pro wants a PIN for my bluetooth mouse ColoBill 1 3,123 01-19-2025, 04:38 PM
Last Post: ColoBill
Tongue Yet another Pinebook Pro won't boot thread pinemouth 5 8,500 12-27-2024, 11:38 AM
Last Post: akash3995

Forum Jump:


Users browsing this thread: 2 Guest(s)