Ilya Kurdyukov
Ilya Kurdyukov
Try to install ARM cross compiler or Android NDK and compile [this](https://github.com/ilyakurdyukov/fpdoom/tree/main/fptest). NDK example: ``` NDK=$HOME/android-ndk-r25c TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm CLANG=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang make all TOOLCHAIN=$TOOLCHAIN CC=$CLANG ``` cross GCC example: ``` TOOLCHAIN=/usr/bin/arm-linux-gnueabi make all...
Looks like some new warnings from the new GCC that have turned into errors. As you can see, the return type differs. You need to fix it so that the...
I think you shouldn't install Linux on TV-boxes if you can't even do that. Because there will be many difficulties there. ```console $ git clone --depth=1 https://github.com/rockchip-linux/u-boot.git $ cd u-boot...
I don't think this will ever be done for you. Because there are many problems ahead with it. Next you won't be able to boot it. The HDMI driver is...
What does it mean it do nothing? In order to boot from the card, you need to turn off Android and turn off the power, then connect the power to...
Nobody tried it, I don't have a single device. If libusb is ported to macOS, then it should work.
Many FDLs ignore the CHANGE_BAUD command, most likely this command is only for UART connection. Some people forked my repo and [added](https://github.com/TomKing062/spreadtrum_flash/blob/fc1f333d8e0303a6ab9b80ac91588d89a1a8e756/spd_dump_interactive.c#L328) this command, but you may notice that this...
You can try sending this command on FDL1 stage to see if it does anything. Tiger T310's FDL2 doesn't have a handler for this command, FDL1 has a handler for...
> i had read the documents on sdboot, but i dont understood the meaning of key like `(0, 0)` or `(1, 0)` could you guys explained that? [@bigsmokeDev](https://github.com/bigsmokeDev) The keymap...
> thanks very much, also, this is very interesting to build app for feature phone, do you had some page records feature phones that is not locked by vendor or...