Issues about OpenIL for LS1028 reference board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Issues about OpenIL for LS1028 reference board

Jump to solution
1,095 Views
0229ender
Contributor I

Hi everyone,

I am new for LS1028 reference board recently, and I have met some issues about this board.

 

1. I used nxp_ls1028ardb-64b_ubuntu_defconfig of OpenIL, and programmed it into SD card. And I boot the board with root successfully, when I use command "apt-get update",(sudo is not avaliable) error occurs as shown in the following figure:

updateerror.png

 2. Also, I tried OpenIL with baremeta framework and I insert SD card to board after compling os successfully, but error occurs as follows,

kernel image.png

Note that left is UART1(COM3), right is UART2(COM4).

Thank you very much,

Best,

Junhui Jiang

0 Kudos
1 Solution
915 Views
yipingwang
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
2 Replies
916 Views
yipingwang
NXP TechSupport
NXP TechSupport

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

0 Kudos
915 Views
baiyu
Contributor I

Hi, Yiming

1. I have complie sdcard.img following document below successfully. (environment:ubuntu 18.04 LTS running as virtual machine in my windows pc)

pastedImage_4.pngpastedImage_1.png

2. the sdcard.img burn into the sd card successfully

pastedImage_2.png

3. copy below file to sd card

pastedImage_3.png

4. Insert the SD card into the LS1028ARDB, the DIP switch (SW2) set as manual shows.

pastedImage_5.png

5. Link the board with Tera Term

   the screen shows nothing.

0 Kudos