FAQ - Frequently Asked Questions

From Ronetix's Wiki
Revision as of 17:47, 19 January 2024 by Ilko (talk | contribs) (Initial create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.