xrock
xrock copied to clipboard
The low level tools for rockchip SOC with maskrom and loader mode support.
- Replace `gcc` and `g++` commands to more generic `as`, `cc` and `c++` - Replace `CROSS` variable with more common `CROSS_COMPILE` - Add `DESTDIR` and `PREFIX` variables to customize install...
In u-boot, we load linux kernel, initrd and fdt into DDR, then use "booti" to boot linux . ("bootz" need decompression, pass ) Can xrock do this? how?
Hi, thank you for the great tool. I am trying to use this on a RV1126 dev board. Added rules to 99-xrock.rules, added USB PID / VID to chip_t chips...
Hi My device goes to maskrom mode directly after booting , but rkdeveloptool gives an error for all options except „ld“. Can I use xrock to access RK3326 ( Supernote...
open file in binary mode, otherwise there will be 0A(LF) -> 0D0A(CRLF) convert on windows platfrom, result in wrong data
Hi, Thanks for creating this useful tool! I just downloaded the released package https://github.com/xboot/xrock/releases/tag/v1.1.2 and try to execute this command: `./xrock maskrom rk3568_ddr_1560MHz_v1.11.bin rk356x_usbplug_v1.13.bin --rc4-off` but it seems that the...
I use NixOS and was planning on packing this for use locally but can't change where it installs to. Could you change the Makefile do do something similar to https://github.com/xboot/xfel/pull/45?