Cannot Boot Star64
#3
(08-18-2023, 08:24 AM)balbes150 Wrote: return the switch to the factory state (flash 0,0) and show the log of the entire UART log from the power-on moment when starting any image from the specified theme (download, unpack and burn to the SD card, do not change anything after recording, connect to Star64 and turn on the power).

Please note, there is no bootloader (u-boot) in my images and they work exclusively in startup mode with built-in u-boot (factory state of the device). If you want to test the launch from an SD card, use Fishwaldo images, they have a built-in u-boot and they can work in both switch position options (SD and flashe).

Thanks for the assistance!  Returning the switch to factory state got some much more interesting results, however it is still not booting successfully.  It occurs to me that this may be because I likely did not successfully update the bootloader according to your post on the Armbian boards. But before I attempt that again, I'll post the UART log:

Code:
U-Boot SPL 2021.10 (Jan 19 2023 - 04:09:41 +0800)
DDR version: dc2e84f0.
Trying to boot from SPI

OpenSBI v1.2
   ____                    _____ ____ _____
  / __ \                  / ____|  _ \_   _|
| |  | |_ __   ___ _ __ | (___ | |_) || |
| |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |
| |__| | |_) |  __/ | | |____) | |_) || |_
  \____/| .__/ \___|_| |_|_____/|____/_____|
        | |
        |_|

Platform Name             : StarFive VisionFive V2
Platform Features         : medeleg
Platform HART Count       : 5
Platform IPI Device       : aclint-mswi
Platform Timer Device     : aclint-mtimer @ 4000000Hz
Platform Console Device   : uart8250
Platform HSM Device       : jh7110-hsm
Platform PMU Device       : ---
Platform Reboot Device    : pm-reset
Platform Shutdown Device  : pm-reset
Firmware Base             : 0x40000000
Firmware Size             : 288 KB
Runtime SBI Version       : 1.0

Domain0 Name              : root
Domain0 Boot HART         : 1
Domain0 HARTs             : 0*,1*,2*,3*,4*
Domain0 Region00          : 0x0000000002000000-0x000000000200ffff (I)
Domain0 Region01          : 0x0000000040000000-0x000000004007ffff ()
Domain0 Region02          : 0x0000000000000000-0xffffffffffffffff (R,W,X)
Domain0 Next Address      : 0x0000000040200000
Domain0 Next Arg1         : 0x0000000042200000
Domain0 Next Mode         : S-mode
Domain0 SysReset          : yes

Boot HART ID              : 1
Boot HART Domain          : root
Boot HART Priv Version    : v1.11
Boot HART Base ISA        : rv64imafdcbx
Boot HART ISA Extensions  : none
Boot HART PMP Count       : 8
Boot HART PMP Granularity : 4096
Boot HART PMP Address Bits: 34
Boot HART MHPM Count      : 2
Boot HART MIDELEG         : 0x0000000000000222
Boot HART MEDELEG         : 0x000000000000b109


U-Boot 2021.10 (Jan 19 2023 - 04:09:41 +0800), Build: jenkins-github_visionfive2-6

CPU:   rv64imacu
Model: StarFive VisionFive V2
DRAM:  8 GiB
MMC:   sdio0@16010000: 0, sdio1@16020000: 1
Loading Environment from SPIFlash... SF: Detected gd25lq128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment

StarFive EEPROM format v2

--------EEPROM INFO--------
Vendor : PINE64
Product full SN: STAR64V1-2310-D008E000-00000021
data version: 0x2
PCB revision: 0xc1
BOM revision: A
Ethernet MAC0 address: 6c:cf:39:00:75:99
Ethernet MAC1 address: 6c:cf:39:00:75:9a
--------EEPROM INFO--------

In:    serial@10000000
Out:   serial@10000000
Err:   serial@10000000
Model: StarFive VisionFive V2
Net:   eth0: ethernet@16030000, eth1: ethernet@16040000
switch to partitions #0, OK
mmc1 is current device
found device 1
bootmode flash device 1
** Invalid partition 3 **
Couldn't find partition mmc 1:3
Can't set block device
** Invalid partition 3 **
Couldn't find partition mmc 1:3
Can't set block device
Hit any key to stop autoboot:  0
** Invalid partition 3 **
Couldn't find partition mmc 1:3
Can't set block device
Importing environment from mmc1 ...
## Warning: Input data exceeds 1048576 bytes - truncated
## Info: input data size = 1048578 = 0x100002
** Invalid partition 2 **
Couldn't find partition mmc 1:2
Can't set block device
## Warning: defaulting to text format
## Error: "boot2" not defined
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
332 bytes read in 6 ms (53.7 KiB/s)
1:    Armbian
Retrieving file: /boot/uInitrd
24114630 bytes read in 1012 ms (22.7 MiB/s)
Retrieving file: /boot/Image
8085097 bytes read in 342 ms (22.5 MiB/s)
append: root=UUID=309ddfae-1d04-4ad9-83ea-12a45bfa3520 console=ttyS0,115200n8 console=tty0 earlycon=sbi rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles
Retrieving file: /boot/dtb/starfive/jh7110-pine64-star64.dtb
48314 bytes read in 13 ms (3.5 MiB/s)
kernel_comp_addr_r or kernel_comp_size is not provided!
SCRIPT FAILED: continuing...
Card did not respond to voltage select! : -110
No EFI system partition
ethernet@16030000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
phy_startup() failed: -110FAILED: -110ethernet@16040000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
phy_startup() failed: -110FAILED: -110ethernet@16030000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
phy_startup() failed: -110FAILED: -110ethernet@16040000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
phy_startup() failed: -110FAILED:
  Reply


Messages In This Thread
Cannot Boot Star64 - by jdoolin - 08-18-2023, 07:34 AM
RE: Cannot Boot Star64 - by balbes150 - 08-18-2023, 08:24 AM
RE: Cannot Boot Star64 - by jdoolin - 08-18-2023, 08:48 AM
RE: Cannot Boot Star64 - by balbes150 - 08-19-2023, 12:33 AM
RE: Cannot Boot Star64 - by jdoolin - 08-19-2023, 09:50 AM
RE: Cannot Boot Star64 - by balbes150 - 08-20-2023, 06:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help in understanding Yocto and U-boot build process for Star64 InterestedinFOSS 1 182 05-13-2024, 01:28 PM
Last Post: tllim
  Star64 distro overview October 2023 tantamount 5 1,758 02-13-2024, 10:56 PM
Last Post: segaloco
  [Star64] UART activity stopped yogo1212 0 431 02-11-2024, 04:34 PM
Last Post: yogo1212
  Star64 Mechanicals nbxmike 4 2,249 01-16-2024, 04:35 AM
Last Post: oilumiun12
  star64 bootable images, u-boot, sbi, forum? hexdump 2 1,514 12-06-2023, 09:47 PM
Last Post: faultyforelimb
  Armbian and AltLinux for Star64 (RISC-V) balbes150 28 6,910 11-24-2023, 06:26 AM
Last Post: balbes150
  [Article] Star64 JH7110: Experiments with OpenSBI (Supervisor Binary Interface) lupyuen 0 597 10-28-2023, 06:55 PM
Last Post: lupyuen
  [Article] Star64: Strange Workaround for TFTP Timeout in U-Boot Bootloader lupyuen 0 660 10-05-2023, 07:22 PM
Last Post: lupyuen
  star64-image-minimal-star64-2.1 & X fonts tantamount 0 569 10-02-2023, 07:02 PM
Last Post: tantamount
  [Article] Star64 JH7110: Power Up the Display Controller with U-Boot Bootloader lupyuen 0 710 09-02-2023, 10:13 AM
Last Post: lupyuen

Forum Jump:


Users browsing this thread: 2 Guest(s)