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...