Tim.ZHANG

Results 3 comments of Tim.ZHANG

Hello pelwell, I added "arm_bit64=1" in end of /boot/config.txt, and I use uname -a to get aarch64 which means it is 64-bit kernel running, am I right? The reason I...

I got the same issue on Ubuntu 21. @DavidBuchanan314, Is there quick workaround to fix issue? Thanks Tim

> For debugging, I defined the "nanosleep" system call in "icrt_syscall.h". > > ``` > _syscall2(SYS_nanosleep,_nanosleep, int, void*, void*) > ``` > > Pause the process for 30 seconds when...