|
Posted at 9/30/2025 16:22:54
Only Author
6#
It sounds like the flash tool might not be writing the new kernel to the correct location or partition. A few things to check:
- Make sure your `parameter` file matches the current partition layout and points to the correct kernel partition.
- Try unpacking the boot.img using tools like `rk-unpack` or `Android Image Kitchen` to verify what's inside.
- Are you flashing in **MASKROM** mode or **Loader** mode? Some tools behave differently depending on mode.
- If you built your kernel correctly but it's not changing, maybe the bootloader is ignoring the new kernel due to signature checks or config mismatch.
Let me know what your `parameter` file looks like - happy to take a look, steal a brainrot
|
|