Deqing Sun

Results 69 comments of Deqing Sun

Oh it might be the reason. I have not tried another sd card. I will try another sd card and also try to solder the nand flash for testing. If...

It is a card issue. I was using a Sandisk Ultra 32GB card, and there was a reboot issue. I changed a ATP 4GB card, and the reboot worked well!...

Great I saw the variables window_x1, etc. That is definitely easier for graphics application. However for text application, I do need to draw a rectangle to do a local erase...

I found some similar tutorial https://forums.100ask.net/t/topic/3151 It seems I need to run ```m kernel_menuconfig``` to check the kernel drivers. After doing so the remoteproc appears.

Thank you for getting back to me. When I run the following command after putting a e907.elf in lib/firmware ``` echo e907.elf > /sys/kernel/debug/remoteproc/remoteproc0/firmware echo start > /sys/kernel/debug/remoteproc/remoteproc0/state ``` I...

> 就是不完全一致的,加快运算速度的折中,想要完全一致就会变慢。代码很少,可以进去查看 请问可否提示一下是哪里可以改成一致?  

Found more info on https://oshwhub.com/gloomyghost/yuzukirulerpro https://twitter.com/GLGH_/status/1538059077766758400

I can add quote ```\"``` around $SRC and $OBJ in sdcc.sh to pass the path with space as a whole to SDCC. And I did change SDCC to the snapshot...

At this moment I suspect SDCC more than Arduino because running commands in cmd: ``` C:\TEMP\testSpace>"C:\\TEMP\\testSpace\\folder space test\\tools\\sdcc\\build.13407_4/bin/sdcc" -MMD -c -Ddouble=float -DUSE_STDINT -D__PROG_TYPES_COMPAT__ --model-large --int-long-reent --less-pedantic -mmcs51 -DCH552 -DF_CPU=16000000L -DF_EXT_OSC=0L...

I haven't got to the -I part yet. I think the SDCC need to fix "sdcpp.exe: fatal error: too many input files" before the bug can be fully solved.