Posts by by-gnome

    I merged all suggestions in the @by-gnome proposed project files in a new branch.

    I also prepared a solution for the NXP/imx6 update.sh script.

    How to proceed? Would you like to review the other files in advance, should I close this PR and start a new one based on the other branch or... ?

    You can force push your changes in the same branch and PR will be automaticaly updated.

    I can confirm this working for Wandoards.

    I guess we can boot all iMX6 targets with one image using boot.scr

    I tried this with Wandboard B1 and C1 and it works.

    The script I used:

    Code
    setenv image "/KERNEL"
    setenv bootargs "boot=UUID=2511-1511 disk=UUID=3a00fe1a-8c24-42fd-83ae-69c4a2043aa0 quiet console=ttymxc0,115200"
    load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} ${image}
    load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${fdtfile}
    bootz ${kernel_addr_r} - ${fdt_addr_r}