Hi Alexander,

On Tue, Oct 17, 2017 at 7:53 AM, Alexander Rössler
<[email protected]> wrote:
> I found a workaround for the problem.
>
> The problems seems to be related to the images I built with the
> setup_sdcard script. I used the Debian Stretch console image builder 9.2
> with the following command:
>
>> ./setup_sdcard.sh --dtb beaglebone --enable-cape-universal
>> --enable-uboot-cape-overlays --boot_label SandyBox --enable-systemd
>> --hostname sandybox --img-4gb test.img
>
>
> With the prebuilt image, everything works as expected. For me this
> solution is okay.
>
> My best guess is that it has to do with the boot_label, but I have no clue
> why it should only cause trouble with the RT kernels.

It also could be the "--enable-systemd" that was only for the old
"wheezy", since jessie systemd has been the default and the flag my
change something else..

if [ "x${enable_systemd}" = "xenabled" ] ; then
       cmdline="${cmdline} init=/lib/systemd/systemd"
fi

i'll test that locally too...

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYg8opuHcwBu3r_WGQMebQ%3DwaXOLPS3qE9LSL%2Bx35y19jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to