Question./rkbin/tools/upgrade_tool uf image/update.img Program Data in /home/baifudong/.config/upgrade_tool Loading firmware... Support Type:RK3326 FW Ver:1.0.00 FW Time:2023-11-08 00:37:39 Loader ver:1.23 Loader Time:2023-11-07 23:36:37 Download Firmware Fail Answer./rkbin/tools/upgrade_tool di -system image/rootfs.img Program Data in /home/baifudong/.config/upgrade_tool directlba=1,first4access=1,gpt=1 Download system start...(0x00060000) Download image failed,partition too small,file=1194997760,partition=1073741824
Question. /opt/os-sdk/16.0.0-aarch64/environment-setup-aarch64-os-linux $ flutter-elinux create helloworld Recreating project helloworld... $ cd helloworld/ $ flutter-elinux build elinux --target-arch=arm64 \ > --target-compiler-triple=aarch64-os-linux \ > --target-sysroot=/opt/os-sdk/16.0.0-aarch64/sysroots/aarch64-os-linux Building an eLinux application with wayland backend in release mode for arm64 target... ⡿ Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1336 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app. Building an eLinux application with wayland backend in release mode for arm64 target.
Question==1628787==ERROR: AddressSanitizer: heap-use-after-free on address 0x602000000015 at pc 0x56294097ae4c bp 0x7ffc6336f920 sp 0x7ffc6336f910 WRITE of size 1 at 0x602000000015 thread T0 #0 0x56294097ae4b in fat_write_certificate (/opt/workdir/prepare-to-commit/t40/smartlock/external/factory-test/fat/fat+0x4e4b) #1 0x56294097b29e in main (/opt/workdir/prepare-to-commit/t40/smartlock/external/factory-test/fat/fat+0x529e) #2 0x7f469339d082 in __libc_start_main ../csu/libc-start.c:308 #3 0x5629409795ed in _start (/opt/workdir/prepare-to-commit/t40/smartlock/external/factory-test/fat/fat+0x35ed) 0x602000000015 is located 5 bytes inside of 6-byte region [0x602000000010,0x602000000016) freed by thread T0 here: #0 0x7f4693678c3e in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cc:163 #1 0x56294097a551 in fat_serial_write (/opt/workdir/prepare-to-commit/t40/smartlock/external/factory-test/fat/fat+0x4551) #2 0x56294097b27c in main (/opt/workdir/prepare-to-commit/t40/smartlock/external/factory-test/fat/fat+0x527c) #3 0x7f469339d082 in __libc_start_main .
Questionkermit -- 0 Connecting to /dev/ttyUSB0, speed 115200 Escape character: Ctrl-\ (ASCII 28, FS): enabled Type the escape character followed by C to get back, or followed by ? to see other options. Session Log: /home/baifudong/logs/20231102-15:31:33.log, timestamped-text (0) ?Carrier required but not detected. *********************************** Hint: To CONNECT to a serial device that is not presenting the Carrier Detect signal, first tell C-Kermit to: SET CARRIER-WATCH OFF *********************************** Answerset line /dev/ttyUSB\%1 # Use kermit -- 0 to connect to ttyUSB0 set speed 115200 set carrier-watch off set handshake none set flow-control none robust set file type bin set file name lit set rec pack 1000 set send pack 1000 set exit on-disconnect on set window 5 .