Installing latest version of crust
#1
I installed the latest version of crust , by doing the following on my Mac:

This was using the Mobian stable and Mobian Nightly build:

used a docker Debian image, latest
make sure git/build-essential/cross compiler is installed

Downloaded the following and placed in /opt folder

https://musl.cc/or1k-linux-musl-cross.tgz


git clone https://github.com/crust-firmware/meta.git

edit the Makefile
update cross compiler folders
update board to say pine phone

make
(makes images)

grabbed the following afterwards:

u-boot-sunxi-with-spl.bin

copied this file to Mac book host file

booted up with jump drive on my sdcard

now I can see all drives

unmount all drives

bash-3.2# gpt -r show disk3
     start      size  index  contents
         0         1         MBR
         1      1952         
      1953    248048      1  MBR part 131
    250001   7171874     2  MBR part 131  MBR part 131
   7421875  23363661   



See (1 1952) is not assigned, but 1
and 2 are so I zeroed out 1 - 1952 just in case left overs (This is where uboot resides be careful your deleting boot now)

bash-3.2# dd if=/dev/zero of=/dev/disk3 bs=512 seek=1 cou
sync && sync && syncnt=1952
then I did the following:
bash-3.2# dd if=u-boot-sunxi-with-spl.bin of=/dev/disk3 bs=1024 seek=8
the above can be found at SUNXI sites=
sync && sync && sync
1024 seek=8
Try at your own risk but it worked for me

Output on UART:

DRAM: 2048 MiB
Trying to boot from MMC2
NOTICE:  BL31: v2.3(release):v1.4-5069-ga4b8b9dba
NOTICE:  BL31: Built : 1592882082
NOTICE:  BL31: Detected Allwinner A64/H64/R18 SoC (1689)
NOTICE:  BL31: Found U-Boot DTB at 0x40647b8, model: Pine64 PinePhone (1.2)
NOTICE:  PSCI: System suspend is available via SCPI


U-Boot 2020.07-rc4-18358-g139397e64e (Jun 23 2020 - 03:14:42 +0000) Allwinner Technology

CPU:   Allwinner A64 (SUN50I)
Model: Pine64 PinePhone (1.2)
DRAM:  2 GiB
MMC:   Device 'mmc@1c11000': seq 1 is in use by 'mmc@1c10000'
mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1
Loading Environment from FAT... Unable to use mmc 1:2... In:    serial@1c28000
Out:   serial@1c28000
Err:   serial@1c28000
starting USB...
No working controllers found
Hit any key to stop autoboot:  0


Messages In This Thread
Installing latest version of crust - by davegermiquet - 06-24-2020, 01:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Hardware version identification? g40 4 2,655 01-04-2022, 11:32 AM
Last Post: g40
Sad LTE data does not work on T-Mobile US with latest postmarketOS 21.06 SP3 PacificSinewave 1 1,333 11-07-2021, 10:15 AM
Last Post: beta-user
  Just reflashed to latest mobian, it never asked for disk encryption? JuniperFury 3 2,139 10-18-2021, 10:24 AM
Last Post: JuniperFury
  Kit version of the PinePhone? Redhatter 6 5,326 04-28-2021, 08:51 AM
Last Post: biketool
Lightbulb [12.11.20 Update] Latest PinePhone CE Manjaro - Device Arrival & Initial Tests Thread kern707 11 11,999 12-25-2020, 10:23 PM
Last Post: crevdunekin
  Modem stops working after CRUST Trbl 3 3,728 11-26-2020, 10:28 AM
Last Post: Ph42oN
  Latest PinePhone CE Manjaro - Charging issues: hardware or software? kern707 5 4,681 11-20-2020, 12:09 AM
Last Post: bcnaz
Big Grin Is the latest PinePhone CE that is shipping now a semi-stable device ? kern707 21 17,499 11-09-2020, 07:51 AM
Last Post: firefox-58
  Latest security loophole WSS 3 4,060 07-27-2020, 09:32 AM
Last Post: jrowe

Forum Jump:


Users browsing this thread: 1 Guest(s)