Booting Quartz64 Model B
#7
Quote:> You were probably using the wrong device tree, Arch's kernel package doesn't yet have a Model B device tree so you'd have to bring your own.

Edit: Updated the Arch instructions on the wiki for the Model B


amazing, thanks for you help!

the `dtb` certainly gets me further (and no longer has the thermal problems). i'm trying to boot from SD without an eMMC fitted and seeing a bunch of errors configuring `mmc0` at different speeds (which makes sense because there's no eMMC), but then can't find the `rootfs` partition (by label or UUID) like it's stopped talking to the SD card too...


Code:
[    1.024380] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[    1.026003] dwmmc_rockchip fe2b0000.mmc: All phases bad!
[    1.026473] mmc0: tuning execution failed: -5
[    1.026869] mmc0: error -5 whilst initialising SD card
[    1.045839] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.046406] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 300000Hz, actual 300000HZ div = 250)
[    1.062177] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.065473] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.068023] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[    1.072724] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.076013] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.161369] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    1.165029] mmc2: new high speed SDIO card at address 0001
[    1.202016] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.212939] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.214583] dwmmc_rockchip fe2b0000.mmc: failed to set rate 300000Hz
[    1.215155] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[    1.216751] dwmmc_rockchip fe2b0000.mmc: All phases bad!
[    1.217219] mmc0: tuning execution failed: -5
[    1.217604] mmc0: error -5 whilst initialising SD card
[    1.236530] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.237104] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 200000Hz, actual 200000HZ div = 375)
[    1.251633] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.254832] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.259294] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.262491] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.384649] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.391110] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.392281] dwmmc_rockchip fe2b0000.mmc: failed to set rate 200000Hz
[    1.392853] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[    1.394438] dwmmc_rockchip fe2b0000.mmc: All phases bad!
[    1.394914] mmc0: tuning execution failed: -5
[    1.395300] mmc0: error -5 whilst initialising SD card
[    1.414209] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.414783] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 100000Hz, actual 100000HZ div = 750)
[    1.430429] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.433716] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.440698] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.443975] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.569603] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.580116] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.581717] dwmmc_rockchip fe2b0000.mmc: failed to set rate 100000Hz
[    1.582279] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[    1.583891] dwmmc_rockchip fe2b0000.mmc: All phases bad!
[    1.584360] mmc0: tuning execution failed: -5
[    1.584754] mmc0: error -5 whilst initialising SD card
  Reply


Messages In This Thread
Booting Quartz64 Model B - by Jojo120120 - 06-25-2022, 11:33 AM
RE: Booting Quartz64 Model B - by igorp - 06-26-2022, 09:30 AM
RE: Booting Quartz64 Model B - by Jojo120120 - 07-01-2022, 05:40 AM
RE: Booting Quartz64 Model B - by igorp - 07-07-2022, 10:57 AM
RE: Booting Quartz64 Model B - by ryankurte - 07-15-2022, 12:25 AM
RE: Booting Quartz64 Model B - by CounterPillow - 07-15-2022, 09:17 AM
RE: Booting Quartz64 Model B - by ryankurte - 07-16-2022, 07:36 PM
RE: Booting Quartz64 Model B - by t4_4t - 07-17-2022, 04:43 AM
RE: Booting Quartz64 Model B - by CounterPillow - 07-17-2022, 10:08 AM
RE: Booting Quartz64 Model B - by ryankurte - 07-17-2022, 04:01 PM
RE: Booting Quartz64 Model B - by CounterPillow - 07-17-2022, 11:35 PM
RE: Booting Quartz64 Model B - by ryankurte - 07-18-2022, 10:39 PM
RE: Booting Quartz64 Model B - by CounterPillow - 07-19-2022, 03:09 AM
RE: Booting Quartz64 Model B - by shaggy013 - 07-20-2022, 04:23 AM
RE: Booting Quartz64 Model B - by balbes150 - 01-23-2023, 03:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Quartz64 seeming died Darin755 0 363 01-19-2024, 07:29 PM
Last Post: Darin755
  Quartz64 model a neither booting nor resetting without pressing reset button aleix 2 1,610 08-24-2023, 04:52 AM
Last Post: aleix
  Thoughts on repairs for a Quartz64-B beepy 1 1,124 08-02-2023, 05:02 PM
Last Post: beepy
Question Li-Pol QUARTZ64 Model-B vs Model-A polrus 1 1,192 07-13-2023, 10:36 PM
Last Post: tllim
  can't get quartz64-A working jyoung 14 6,500 04-29-2023, 04:41 PM
Last Post: diederik
  Trustzone support for QUARTZ64 capablegh 13 9,009 04-28-2023, 01:58 AM
Last Post: NCLI
  quartz64 model b 2x20 max power proj964 1 1,856 10-23-2022, 05:32 AM
Last Post: CounterPillow
  quartz64 model b 2x20 pin header proj964 1 1,857 10-23-2022, 05:21 AM
Last Post: CounterPillow
  JTAG/SWD on Quartz64 model A capablegh 4 5,498 10-03-2022, 03:16 PM
Last Post: fatalfeel
Tongue Trying to get Quartz model A working fasani 2 2,658 09-17-2022, 06:43 AM
Last Post: balbes150

Forum Jump:


Users browsing this thread: 2 Guest(s)