Jump to content

Huifeng Shen

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It seems that I can only run the system on tf card. That's fine. I just want to know what happened on the internal EMMC. I find armbian firefly rk3399 image with 6.5 kernel of 6.6 kernel will fail to reboot some time. It enter busybox when I attach a monitor. No more output on UART then. I hope this only happen on my board I guess I know the problem. I need write correct uboot to emmc. I will try to build and flash it soon.
  2. The log without tf card, it seems that the board reboot again. DDR Version 1.26 20210628 In Channel 0: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB Channel 1: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB 256B stride ch 0 ddrconfig = 0x101, ddrsize = 0x20 ch 1 ddrconfig = 0x101, ddrsize = 0x20 pmugrf_os_reg[2] = 0x32817281, stride = 0x9 OUT Boot1 Release Time: May 29 2020 17:36:36, version: 1.26 CPUId = 0x0 ChipType = 0x10, 338 mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed emmc reinit mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed emmc reinit mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed SdmmcInit=2 1 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 SdmmcInit=0 1 UsbBoot ...35647542 powerOn 35659765 Usb re Boot. 2 Usb re Boot. 6000006 Usb re Boot. 12000011 SoftReset DDR Version 1.26 20210628 In soft reset SRX Channel 0: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB Channel 1: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB 256B stride ch 0 ddrconfig = 0x101, ddrsize = 0x20 ch 1 ddrconfig = 0x101, ddrsize = 0x20 pmugrf_os_reg[2] = 0x32817281, stride = 0x9 OUT
  3. The full complete log when start Armbian for firefly rk3399 DDR Version 1.26 20210628 In Channel 0: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB Channel 1: DDR3, 800MHz Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB 256B stride ch 0 ddrconfig = 0x101, ddrsize = 0x20 ch 1 ddrconfig = 0x101, ddrsize = 0x20 pmugrf_os_reg[2] = 0x32817281, stride = 0x9 OUT Boot1 Release Time: May 29 2020 17:36:36, version: 1.26 CPUId = 0x0 ChipType = 0x10, 337 mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed emmc reinit mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed emmc reinit mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed SdmmcInit=2 1 mmc0:cmd5,20 SdmmcInit=0 0 BootCapSize=0 UserCapSize=30145MB FwPartOffset=2000 , 0 StorageInit ok = 488421 SecureMode = 0 SecureInit read PBA: 0x4 SecureInit read PBA: 0x404 SecureInit read PBA: 0x804 SecureInit read PBA: 0xc04 SecureInit read PBA: 0x1004 SecureInit read PBA: 0x1404 SecureInit read PBA: 0x1804 SecureInit read PBA: 0x1c04 SecureInit ret = 0, SecureMode = 0 atags_set_bootdev: ret:(0) GPT part: 0, name: Ventoy, start:0x800, size:0x3acffd8 GPT part: 1, name: VTOYEFI, start:0x3ad07d8, size:0x10000 no find partition:uboot. Trust Addr:0x4000, 0x58334c42 No find bl30.bin No find bl32.bin Load uboot, ReadLba = 2000 Load OK, addr=0x200000, size=0xd9f08 RunBL31 0x40000 @ 612057 us NOTICE: BL31: v1.3(release):845ee93 NOTICE: BL31: Built : 15:51:11, Jul 22 2020 NOTICE: BL31: Rockchip release version: v1.1 INFO: GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3 INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 0 INFO: plat_rockchip_pmu_init(1196): pd status 3e INFO: BL31: Initializing runtime services WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x200000 INFO: SPSR = 0x3c9 U-Boot 2022.04-armbian (Aug 22 2023 - 15:24:21 +0000)
  4. @balbes150 I succeed to run `Armbian_23.10_Firefly-rk3399_lunar_edge_6.6.0.img` and `Armbian_23.8.1_Firefly-rk3399_jammy_current_6.1.50.img` on SD card. Thank you very much. Would you please help me a favor, how to fix the following error on UART mmc: ERROR: SDHCI:Transfer data timeout mmc: ERROR: SDHCI ERR:cmd:0x153a,stat:0x0 mmc: ERROR: Tuning procedure failed, falling back to fixed sampling clock mmc: ERROR: tuning execution failed emmc reinit
  5. Would you please give me the URL for new versions 20231010 current (6.5.5) and edge (6.6.-rc5) for Firefly-rk3399. I searched with Google but failed.
  6. @balbes150 The firefly RK3399 board I have is not complete version, it has no WiFi, no GPIO, etc. It can not start after I erased the EMMC and failed to burn firefly official firmware
  7. @balbes150 Thank you! I have write the Armbian Jammy Cli image on TF card and it can not boot. I have not TTL now. I will have this soon so that I can check the log on serial.
  8. @Archetrix @balbes150 I have purchased a Firefly RK3399 board which has Android 8.1 on it. I can start it with Ubuntu 20.04 downloaded from T-Firefly website on a TF card. I can enter loader mode and maskrom mode. My questions how can I install armbian on EMMC. Can you give me a much detailed guide. Thanks a lot.
  9. I like your work. I use your OpenWRT for beikeyun. I think Armbian team has its own guide for contribution.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines