Skip to content

Commit

Permalink
docs(android): Add U-Boot cmdline issue to known issues
Browse files Browse the repository at this point in the history
When doing the following in U-Boot:

=> setenv bootargs param=value
=> run bootcmd

We are supposed to pass param=value to the kernel commandline.
This no longer works with bootmeth_android.

Fixes have been submitted upstream but the backports did not
land in time.
Document this as a known issue.

Signed-off-by: Mattijs Korpershoek <[email protected]>
  • Loading branch information
makohoek committed Dec 18, 2024
1 parent d617390 commit fdf79f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ Known Issues
- Some commands don't work from native console, but work via adb shell
- N/A
- N/A

* - **LCPD-42548**
- Can't override kernel cmdline in U-Boot
- `969cb05aea9 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=969cb05aea9>`_
`dca2919115b <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=dca2919115b>`_
`c095b62dfaf <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=c095b62dfaf>`_
`547cdd9aebd <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=547cdd9aebd>`_
`9d802d798ac <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=9d802d798ac>`_
- N/A
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,12 @@ Known Issues
- Some commands don't work from native console, but work via adb shell
- N/A
- N/A

* - **LCPD-42548**
- Can't override kernel cmdline in U-Boot
- `969cb05aea9 <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=969cb05aea9>`_
`dca2919115b <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=dca2919115b>`_
`c095b62dfaf <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=c095b62dfaf>`_
`547cdd9aebd <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=547cdd9aebd>`_
`9d802d798ac <https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?id=9d802d798ac>`_
- N/A

0 comments on commit fdf79f2

Please sign in to comment.