V3S u-boot 主线linux Ubuntu22(Jammy) 编译问题
Toolssudo apt install gcc-arm-linux-gnueabisudo apt-get remove libfdt-devubootChangeARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j8tomake ARCH=arm menuconfig----choose to correct defconfigmake AR
软硬件攻城狮
Toolssudo apt install gcc-arm-linux-gnueabisudo apt-get remove libfdt-devubootChangeARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j8tomake ARCH=arm menuconfig----choose to correct defconfigmake AR
在烧写KM4/HP的时候Linux端的Jtag设置GCC-RELEASE\project_hp\asdk\gnu_utility\gnu_script\ rtl_gdb_jtag_boot_com.txt端口需要改成2335原先的2331是KM0/LP
不是我想喷Realtek,团队内部公认的垃圾芯片,从来没遇到过如此曲折的过程。SDK开发支持缺失,PM支持力度不够,片子动不动就进不去...正题:https://github.com/ambiot/ambd_sdk/tree/dev/component/soc/realtek/amebad编译找不到的soc源码库从这里获取https://github.com/Ameba-AIoT/ameba-rt
APP(KOTLIN)https://github.com/fbiego/ESP32_BLE_OTA_Androidhttps://github.com/EspressifApps/esp-ble-ota-androidLIB:https://github.com/fbiego/Android-BLE-LibraryESP:https://components.espressif.com/comp
由于linux是ubuntu24, 默认是mysql8php时区已经设置 Asia/Shanghaimysql/MariaDB 用的是system - UTC解决方案:export TZ='Asia/Shanghai'service mysql restart