Are you using Openil 1.5 release?
Please refer to the attached log for "apt-get update", I used the images built from the latest release.
Run the following commands to build the final LS1028ARDB baremetal images:
$cd openil
$ make nxp_ls1028ardb_baremetal-64b_defconfig
$ make
├── sdcard.img --- entire image can be programmed into the SD
Use the following steps to bootup the Linux + Baremetal system with the images built from OpenIL.
1. Insert an SD card (of at least 2 GB size) into any Linux host machine.
2. Then, run the following commands:
$ sudo dd if=./output/images/sdcard.img of=/dev/sdx
# or in some other host machine:
$ sudo dd if=./output/images/sdcard.img of=/dev/mmcblkx
# find the right SD Card device name in your host machine and replace the “sdx” or “mmcblkx”.
3. Then, insert the SD card into the target board and power on.
After the above mentioned steps are complete, the Linux system is booted up on the master core (core 0), and the Baremetal system is booted up on slave core (core 1) automatically.
Thanks,
Yiping