I followed the procedures below to start the board.
$ git clone https://github.com/openil/openil.git
$ cd openil
$ git checkout OpenIL-v1.11-202104 -b OpenIL-v1.11-202104
I changed debootstrap_ 1.0.95ubuntu0.8_ all to debootstrap_ 1.0.95ubuntu0.12_ all in env_setup file.
$ cd openil
$ make nxp_ls1021atsn_defconfig
$ make
$ sudo dd if=./sdcard.img of=/dev/sdx
LS1021A-TSN switch setting for SD card SW2 = 0b’111111
Then I entered "root" as the login name and Enter to access the root interface.
Next, I input "make linux-menuconfig", but it was invalid, there was no make command.
What should I do next?
The document I referred to is "Open Industrial User Guide Rev. 1.22, 04/2021".
This command cannot be executed on the target board.