(cd ${LICHEE_BR_DIR} && [ -x ${build_script} ] && ./${build_script} "buildroot" ${LICHEE_PLATFORM} ${LICHEE_CHIP}) [ $? -ne 0 ] && mk_error "build buildroot Failed" && return 1 mk_info "build buildroot OK." } Copy if [ "x${LICHEE_PLATFORM}" = "xlinux" ] ; then b...
.write_gran = 1 }; static int init(void) { sfud_dev = rt_sfud_flash_find_by_dev_name("GD25Q32"); sfud_dev = rt_sfud_flash_find_by_dev_name("W25Q128"); if (RT_NULL == sfud_dev) { return -1; } /* update the flash chip information */ gd25q32.blk_size = sfud_dev-...
tls_gpio_write((enum tls_io_name)sda, 1); } /** * This function sets the sda pin. * * @param w60x config class. * @param The sda pin state. */ static void w60x_set_sda(void *data, rt_int32_t state) { struct w60x_soft_i2c_config* cfg = (struct w60x_soft_i2c_config...
(must use IO with irq function) ; 3-no detect, always in for boot card ; 4-manually insert and remove by /proc/driver/sunxi-mmc.x/insert ; sdc_buswidth: card bus width, 1-1bit, 4-4bit, 8-8bit ; sdc_use_wp: 1-with write protect IO, 0-no write protect IO ; sdc_isio: ...
进入shell之后输入 demox 自动运行 littlevgl 程序。 更详细的烧录资料: https://whycan.cn/t_993.html !!!重要, 该固件由于jffs2文件系统原因不支持 W25Q128/256 等spi flash, 支持MX25L128/256. taobao: V3s/F1C100s/F1C200s/D1-H/D1s/T113-S3/XR32/XR829/A523/A133/H133/V831/V851s/V853 ...
MMCwrite:dev#0,block#48,count2...2blockswrite:OK U-Bootmmcread0x5000000x302 MMCread:dev#0,block#48,count2...2blocksread:OK U-Bootcmp.b0x80000x5000000x400 Totalof1024byte(s)werethesame U-Boot Followingexampleisusersetscurrentdevicetodevide2(eMMC)by“mmcdev”command. Use“mmcerase”comman...
if [ "x${LICHEE_PLATFORM}" = "xlinux" ] ; then build_buildroot export PATH=${LICHEE_BR_OUT}/external-toolchain/bin:$PATH build_external else build_toolchain Copy LICHEE_PLATFORM并没有被传入,实际执行的是下面这个build_toolchain: build_toolchain() ...
rt_pin_write(LED1_PIN, PIN_LOW); rt_thread_mdelay(500); } return RT_EOK; }329 changes: 329 additions & 0 deletions 329 bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/CubeMX_Config.ioc Show comments View file Edit file Delete file This file contains bidirectional Unicode ...