Forum Discussion

Wild's avatar
Wild
Icon for New Contributor rankNew Contributor
6 years ago

Quartus in Docker 18.0 standart uboot qeneration does not work

I try to get quartus run inside docker. I've got everything working but:

  • Uboot generation
  • HDL generation fails at altera_pll (Platform designer)

If i ran the uboot generation according to: https://rocketboards.org/foswiki/Documentation/PreloaderUbootCustomization131

The generation exited without any error but when i try to boot it runs until:

"Hit any key to stop autoboot:"

after that it exits the boot proccess with "Unknown command 'run' ".

We have the quartus environment installed on a Oracle VM where u-boot.img can be generatet bootable. When i generate uboot on docker uboot has size 232.16 kB on VM 232.68 kB .

Does anyone have an idea what could be the cause oft this?

My System ubuntu-trusty in docker (wsl 2, windows host):

i run Quartus 18.0 standart with socEDS (18.0 build 614).

my dockerfile in in the attachment.