Jump to content

yongwn

Members
  • Posts

    2
  • Joined

  • Last visited

  1. the config not work, I don't why MKIMAGE u-boot.img CC tpl/arch/arm/mach-rockchip/rk3399/rk3399.o In file included from include/part.h:9, from include/mmc.h:17, from include/spl.h:17, from arch/arm/mach-rockchip/rk3399/rk3399.c:9: include/blk.h: In function 'blk_dread': include/blk.h:552:30: error: 'struct blk_desc' has no member named 'block_read' 552 | blks_read = block_dev->block_read(block_dev, start, blkcnt, buffer); | ^~ include/blk.h: In function 'blk_dwrite': include/blk.h:564:25: error: 'struct blk_desc' has no member named 'block_write' 564 | return block_dev->block_write(block_dev, start, blkcnt, buffer); | ^~ include/blk.h: In function 'blk_derase': include/blk.h:571:25: error: 'struct blk_desc' has no member named 'block_erase' 571 | return block_dev->block_erase(block_dev, start, blkcnt);
  2. I used offical rom linux-kernel-rk3399-5.15.78-6fc4621-20230309, the typec is also not avaiable on linux 5.x; warloxx's solution works ok by the way , we need select fusb302 in the kernel menu and recompile it
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines