Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add build system comment

...

The file must be copied to the LS1028ARDB, e.g. via scp.

Info

When building for the OpenIL-v1.9-202009 release, build with a system that uses Glibc 2.30 else running the software will cause issues.

I.e. build in a Ubuntu 20.04 virtual machine

 

On the LS1028ARDB:

Code Block
languagebash
#reduce kernel log messages to only critical ones
echo 1 > /proc/sys/kernel/printk
#disable memory overcommitting
echo 2 > /proc/sys/vm/overcommit_memory
#make application executable
chmod +x goal_ linux_nxp_ls1028a.bin
#start application (adjust Ethernet port if necessary)
./goal_ linux_nxp_ls1028a.bin -i <IFACE>

...