Throwaway8 commented on PR #10193: URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1712994173
> https://github.com/webOS-ports/meta-pine64-luneos/releases/tag/20211220-v1 > > then I deleted the `boot.scr` and created a `extlinux` folder where I copied the following extlinux.conf > > ``` > ## /boot/extlinux/extlinux.conf > ## > ## IMPORTANT WARNING > ## > ## The configuration of this file is generated automatically. > ## Do not edit this file manually, use: u-boot-update > > default l0 > menu title U-Boot menu > prompt 1 > timeout 1 > > > label l0 > menu label Mobian GNU/Linux 6.1-rockchip > kernel /Image.gz > fdt /rk3399-pinephone-pro.dtb > ``` > > copied the `Image.gz` to the root of the sdcard after using balena I also added the device tree `rk3399-pinephonepro.dtb` from another image (I can't remember which one) not even sure if it matters since uboot has it's own dtsi and nuttx is not using it.. but the uboot extlinux.conf wanted to have a `fdt` line > > [rk3399-pinephone-pro.zip](https://github.com/apache/nuttx/files/12570947/rk3399-pinephone-pro.zip) Great thank you for sharing I will through this and give it a try soon.. makes sense I wasn't sure if you were using the only the image.gz file directly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
