Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023.07 ALL-H3-CC-H5 #8

Open
dsx724 opened this issue Apr 27, 2023 · 5 comments
Open

2023.07 ALL-H3-CC-H5 #8

dsx724 opened this issue Apr 27, 2023 · 5 comments

Comments

@dsx724
Copy link

dsx724 commented Apr 27, 2023

  • Test and Enable CONFIG_CMD_USB_SDP

  • Test and Enable CONFIG_DM_USB_GADGET

  • Test and Enable CONFIG_USB_FUNCTION_MASS_STORAGE

  • g_dnl_register: failed!, error: -6

  • cacheinfo: Unable to detect cache hierarchy for CPU 0

  • phy phy-1c19400.phy.0: Looking up phy-supply property in node /soc/phy@1c19400 failed

  • sun50i-h5-pinctrl 1c20800.pinctrl: Looking up vcc-pa-supply property in node /soc/pinctrl@1c20800 failed

  • usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator

  • sun8i-h3-r-pinctrl 1f02c00.pinctrl: Looking up vcc-pl-supply property in node /soc/pinctrl@1f02c00 failed

  • sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator

  • sunxi-mmc 1c0f000.mmc: Looking up vqmmc-supply property in node /soc/mmc@1c0f000 failed

  • thermal_sys: Failed to find 'trips' node

  • thermal_sys: Failed to find trip points for thermal-sensor id=1

  • simplefb
    [ 12.123397] simple-framebuffer be000000.framebuffer: framebuffer at 0xbe000000, 0x1026600 bytes
    [ 12.123431] simple-framebuffer be000000.framebuffer: format=x8r8g8b8, mode=2520x1680x32, linelength=10080
    [ 12.126231] Console: switching to colour frame buffer device 315x105
    [ 12.185319] mc: Linux media interface: v0.10
    [ 12.214639] videodev: Linux video capture interface: v2.00
    [ 12.237317] simple-framebuffer be000000.framebuffer: fb0: simplefb registered!
    [ 12.245866] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
    [ 12.249614] simple-framebuffer simple-framebuffer.0: simplefb: cannot reserve video memory at [mem 0xbe000000-0xbf026fff]
    [ 12.249692] simple-framebuffer simple-framebuffer.0: framebuffer at 0xbe000000, 0x1027000 bytes
    [ 12.249705] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=2520x1680x32, linelength=10080
    [ 12.249722] simple-framebuffer simple-framebuffer.0: Unable to register simplefb: -16
    [ 12.260487] simple-framebuffer: probe of simple-framebuffer.0 failed with error -16

  • Trying to free nonexistent resource <00000000be000000-00000000bf0265ff>

  • thermal
    [ 3.433181] thermal_sys: Failed to find 'trips' node
    [ 3.438216] thermal_sys: Failed to find trip points for thermal-sensor id=1
    [ 3.445202] sun8i-thermal: probe of 1c25000.thermal-sensor failed with error -22
    [ 3.453420] cpu cpu0: Looking up cpu-supply from device tree
    [ 3.457225] sun8i-h3-r-pinctrl 1f02c00.pinctrl: Looking up vcc-pl-supply from device tree
    [ 3.457253] sun8i-h3-r-pinctrl 1f02c00.pinctrl: Looking up vcc-pl-supply property in node /soc/pinctrl@1f02c00 failed

  • Reboot

@dsx724
Copy link
Author

dsx724 commented Apr 28, 2023

  • Bus usb@ff5c0000: ehci_generic usb@ff5c0000: Failed to get clocks (ret=-19)

Missing interrupt parents in u-boot

@dsx724
Copy link
Author

dsx724 commented Apr 28, 2023

reset

U-Boot SPL 2023.04+ (Apr 28 2023 - 02:04:16 -0400)
DRAM: 2048 MiB
Trying to boot from MMC1
lzma image processing ...
Uncompressing error
spl_load_simple_fit: can't load image loadables index 1 (ret = -5)
mmc_load_image_raw_sector: mmc block read error
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

@dsx724
Copy link
Author

dsx724 commented May 6, 2023

[ 2.597040] thermal_sys: Failed to find 'trips' node
[ 2.597050] thermal_sys: Failed to find trip points for thermal-sensor id=1
[ 2.597061] sun8i-thermal: probe of 1c25000.thermal-sensor failed with error -22

@dsx724
Copy link
Author

dsx724 commented May 6, 2023

[ 2.736220] musb-hdrc musb-hdrc.2.auto: VBUS_ERROR in a_idle (80, <SessEnd), retry #0, port1 00000104

@dsx724
Copy link
Author

dsx724 commented May 6, 2023

[ 18.822424] simple-framebuffer be000000.framebuffer: framebuffer at 0xbe000000, 0x7e9000 bytes
[ 18.822455] simple-framebuffer be000000.framebuffer: format=x8r8g8b8, mode=1920x1080x32, linelength=7680
[ 18.828686] Console: switching to colour frame buffer device 240x67
[ 18.867820] simple-framebuffer be000000.framebuffer: fb0: simplefb registered!
[ 18.873638] simple-framebuffer simple-framebuffer.0: simplefb: cannot reserve video memory at [mem 0xbe000000-0xbe7e8fff]
[ 18.873737] simple-framebuffer simple-framebuffer.0: framebuffer at 0xbe000000, 0x7e9000 bytes
[ 18.873750] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ 18.873765] simple-framebuffer simple-framebuffer.0: Unable to register simplefb: -16
[ 18.881808] simple-framebuffer: probe of simple-framebuffer.0 failed with error -16
[ 18.970183] Error: Driver 'simple-framebuffer' is already registered, aborting...

@dsx724 dsx724 changed the title 2023.04 ALL-H3-CC-H5 2023.07 ALL-H3-CC-H5 Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant