FAQ - Frequently Asked Questions: Difference between revisions

From Ronetix's Wiki
Jump to navigation Jump to search
(Initial create)
 
(No difference)

Revision as of 17:50, 19 January 2024

How to rebase the Ronetix U-BOOT git repository?

Here are the steps to rebase the U-BOOT repository:

$ git clone https://github.com/nxp-imx/uboot-imx.git
$ cd u-boot-imx
$ git remote add https://github.com/ronetix/u-boot.git
$ git checkout remotes/ronetix/lf_v2023.04 -b lf_v2023.04
$ git rebase origin/lf_v2023.04

If there are some conflicts, resolve them manually and then commit.