orangepi-rv2.conf: switch to mainline Linux, U-Boot and OpenSBI - #673
Conversation
|
LGTM. Nice to see the vendor BSPs start to get replaced :) |
|
Tested on Orange Pi RV2 using the new orangepi-rv2 configuration. The image builds and boots successfully, and everything works as expected. |
Khem Raj (kraj)
left a comment
There was a problem hiding this comment.
also files/wic/orangepi-rv2.wks is orphaned now, so perhaps delete that too.
a nit, conf/machine/orangepi-rv2.conf says require conf/machine/include/k1.inc maybe like other machine files change it to require include/k1.inc to match conventions.
recipes-bsp/u-boot/u-boot-orangepi.bb do_deploy:append:orangepi-r2s copies x1_orangepi-rv2.dtb, not the R2S DTB. Looks like a copy-paste bug from before this PR now that RV2 is gone from that recipe it stands out more.
17d875e to
cebfab3
Compare
I also saw this. However, trying to fix this breaks the u-boot-orangepi build for orangepi-r2s. Maybe that was intended. I should have time tomorrow to update orangepi-r2s and investigate this. Can it be done in a separate set of changes? |
ok that is fine I think. |
This replaces the former "orangepi-rv2-mainline" machine, now that mainline Linux and U-Boot support is usable enough for this board. Vendor recipes for SpaceMIT K1 are still kept for the "orangepi-r2s" machine. Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
cebfab3 to
5b1c957
Compare
Description
This replaces the former "orangepi-rv2-mainline" machine, now that mainline Linux and U-Boot support is usable enough for this board.
Vendor recipes for SpaceMIT K1 are still kept for the "orangepi-r2s" machine.
Checklist
docs/DEPRECATED.md,
then it is maintenance-only, i.e. it does not add support for a
previously-removed BSP (or significant features to one slated for removal)
bitbake-registry/have been updated, if necessary
kasfile has been provided inkas/Signed-off-byand any other tags to each commitHow has this been tested?
Tested on OrangePI RV2. Flashed and SD card following instructions and booted up to a Linux shell.