Alper Ak

Results 5 issues of Alper Ak

Added `net.ifnames=0` kernel parameter into `CMDLINE`. If we boot the kernel this way, the network interfaces will not be renamed. Otherwise it will be renamed. Without parameter: root@raspberrypi3-64:~# ip addr...

This pull request adds support for the OrangePi RV2 board based on the Ky X1 SoC. **Key changes:** - Add machine definition: - `conf/machine/orangepi-rv2.conf` - Add U-Boot recipe and board...

Hi, I have an OrangePi RV2 board and noticed that there is currently no support for this board in the meta-riscv layer. I have started working on adding support for...

Fix: | CMake Error at CMakeLists.txt:3 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument value. Or, use the ... syntax...

Symbol.cc: it - rs.begin() returns a value of type std::ptrdiff_t. On 32-bit systems, this is typically int, so casting it to int is redundant and triggers -Wuseless-cast. FileStream.cc: size_t is...

C++