Jump to content

Hashimoto Kenichi

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

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

  1. I don't use Tinker OS. git://git.yoctoproject.org/meta-rockchip https://source.denx.de/u-boot/u-boot.git v2022.01
  2. 1. what are the results of: devnum and devtype is not set. Because I use distro_bootcmd. 2. where was the uboot flashed onto? eMMC 3. is there any other storage (such as sd card/ usb flash storage ... etc) attached to tinker board 2s? SD card is removed.
  3. CMD_SEND:1 ARG 0x00000000 MMC_RSP_R3,4 0xffffffff The above is clearly an outlier and we are trying to find the cause.
  4. 1. are you using tinker os? No. I am using Yocto (kirkstone) with patches. u-boot version is 2022.01. 2. what's the error you encountered? The second "mmc dev 0" execution results in an error. Writing to eMMC, such as saveenv, succeeds, but distro_bootcmd executes "mmc dev 0", so it fails there.
  5. => mmc dev 0 CMD_SEND:0 ARG 0x00000000 MMC_RSP_NONE CMD_SEND:8 ARG 0x000000aa RET -110 CMD_SEND:55 ARG 0x00000000 RET -110 CMD_SEND:0 ARG 0x00000000 MMC_RSP_NONE CMD_SEND:8 ARG 0x000000aa RET -110 CMD_SEND:55 ARG 0x00000000 RET -110 CMD_SEND:0 ARG 0x00000000 MMC_RSP_NONE CMD_SEND:1 ARG 0x00000000 MMC_RSP_R3,4 0xffffffff CMD_SEND:2 ARG 0x00000000 RET -110 CMD_SEND:2 ARG 0x00000000 RET -110 CMD_SEND:2 ARG 0x00000000 RET -110 CMD_SEND:2 ARG 0x00000000 RET -110 CMD_SEND:2 ARG 0x00000000 RET -110 Enable CONFIG_MMC_TRACE
  6. Even if You don't write mmc dev 0 was not working.
  7. The following settings were made to save the u-boot env to eMMC. U-Boot 2022.01 CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_MMC_ENV_DEV=0 CONFIG_SYS_MMC_ENV_PART=0 The write operation succeeds once, but then the eMMC stops responding. Writing by ums is also successful, so writing itself seems to be OK, but there seems to be a problem in the subsequent operation. What are the problems with writing to eMMC?
×
×
  • Create New...