Installing r2kaw and Tow-Boot to the SPI
#1
I am trying to get r2kaw and Tow-Boot installed to the SPI of the PPP at the same time.
I can install Tow-Boot to the SPI, and I can install r2kaw to the SPI, but I haven't figured out how to have both on the SPI.

For installing Tow-Boot to the SPI, I can follow the Tow-Boot installation instructions for the PPP, under the "Installing to SPI (recommended)" section.
For installing rk2aw, I can follow the rk2aw installation instructions for the PPP, under the "Installation to SPI NOR flash" section.
Here is the relevant part of the rk2aw installation instructions:

Quote:Installation steps are:

1) Erase the SPI NOR flash compeltely and install rk2aw

  # for RK3399:

  ./rk2aw-spi-flasher --erase-all --rk2aw rk2aw/debug.img.spi

  # for other SoCs:

  ./rk2aw-spi-flasher --erase-all --rk2aw rk2aw/debug.img

2) Install U-Boot or other bootloader

  a) U-Boot
 
    ./rk2aw-spi-flasher \
      --uboot-spl u-boot-spl.bin \
      --uboot-tpl u-boot-tpl.bin \
      --uboot-itb u-boot.itb

    (The above 3 files are normal build artifacts of U-Boot. You get them from
    a regular defconfig U-Boot build for your board.)

  b) Other bootloaders

    ./rk2aw-spi-flasher \
      --spl levinboot-emmc.img

  If flashing fallback bootloader add --replace-fallback to the above commands.
Although the instructions mention U-Boot and "other bootloaders", they don't directly mention Tow-Boot. So my first question was, what category does Tow-Boot fall under? U-Boot, since it's based off U-Boot, or "other bootloaders".

After downloading and extracting the "pine64-pinephonePro-2023.07-007.tar.xz" file from the latest Tow-Boot release, this is what I got:
Code:
$ tree ./pine64-pinephonePro-2023.07-007
./pine64-pinephonePro-2023.07-007
├── binaries
│   ├── Tow-Boot.noenv.bin
│   └── Tow-Boot.spi.bin
├── config
│   ├── noenv.config
│   └── spi.config
├── shared.disk-image.img
└── spi.installer.img

3 directories, 6 files
So there aren't the three "u-boot-spl.bin", "u-boot-tpl.bin", and "u-boot.itb" files mentioned in the U-Boot instructions, nor are there Tow-Boot equivalents.

Next I tried using the "shared.disk-image.img" file for the "Other bootloaders" method:
Code:
./rk2aw-spi-flasher --spl shared.disk-image.img
...
ERROR: File shared.disk-image.img is too big for the buffer size 1048576
Then I tried with "spi.installer.img":
Code:
./rk2aw-spi-flasher --spl spi.installer.img
...
ERROR: File spi.installer.img is too big for the buffer size 1048576

That's what I've tried so far. Any tips would be appreciated!
TIA, ethical_haquer
  Reply


Messages In This Thread
Installing r2kaw and Tow-Boot to the SPI - by ethical_haquer - 12-11-2024, 04:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  July 1 upgrade of Mobian Bookworm boot loops. mburns 9 2,507 02-25-2025, 08:27 AM
Last Post: Kevin Kofler
  tow-boot installation problem techariah 4 2,849 12-04-2024, 10:32 AM
Last Post: zetabeta
  How can boot from MicroSD after replacement of the main board u-kidjp 6 1,126 11-08-2024, 09:14 PM
Last Post: Kevin Kofler
  tow-boot, just bought pinephone pro stratofall 4 1,337 07-30-2024, 03:43 PM
Last Post: stratofall
  Tow-Boot, a new U-Boot option for Pinephone Pro and other devices Ulfnic 60 64,202 02-13-2024, 02:54 PM
Last Post: fxc
Brick Recovery without Tow Boot b34ux 10 4,479 02-02-2024, 07:07 PM
Last Post: reky
  What to do if your PinePhone Pro does not boot fxc 19 28,025 09-10-2023, 03:19 AM
Last Post: fxc
  Pine Phone won't boot into recovery mode ninjapig26@gmail.com 3 3,123 02-18-2023, 06:14 PM
Last Post: fxc
  create tow boot .img fox95 6 5,036 10-21-2022, 11:40 AM
Last Post: fox95
  No display on early boot after Manjaro update robocone 0 1,241 07-07-2022, 05:47 AM
Last Post: robocone

Forum Jump:


Users browsing this thread: 1 Guest(s)