How to install SD image or NOOBS in a Raspberry Pi compute module

Linutop OS XS can be install on NEC Large-Screen Pxx4 and Vxx4 Displays with Raspberry Pi Compute Module

Download and install the Compute Module boot installer. It will make the compute module visible as a storage

- For the NOOBS simply copy the NOOBS files directly on the compute module storage and restart the screen.

- For the SD image needs to be written on the compute module storage.

On Windows™, download Disk Imager, uncompress it and execute the software. Plug in a USB key or an SD card (1GB min), select it and select the Linutop .img file. Click the Write button.

 

On Linux systems, use the following command, where /dev/sdX if the name of the device:

$ dd if=linutop-demo-latest.img of=/dev/sdX
In order to determine the proper device name for the usb key or SD, you can use the lsblk command:
$ lsblk

Caution

Be carefull to select the correct device.