Skip to main content

Install Debian on MiniX NEO X7

notice NOTICE: Your Minix will boot from SD-Card automatically. Internal Flash will not be used and won’t be available.

To install Debian on the MiniX NEO X7 you need:

– a SD Card (minimum 4GB)
– a Linux Machine
– a Windows Machine
– these both zip-files: rootfs.zip (needed on the linux machine) & minix_neo_x7.zip (needed on the windows machine)

minix_neo_x7

At first boot up your Linux Box, and insert your SD Card.

Find the right partition of the SD Card, it should contain only one partition:

cat /proc/partitions

Then format the partition as ext4:
mkfs.ext4 /dev/sdX1

Unzip rootfs.zip, then write the extracted rootfs image to that partition:
dd if=./20140305_debian_minimal_server.img of=/dev/sdX1 bs=1M

Resize the partition to the filesystem size to be able to use the whole SD Card:
resize2fs /dev/sdX1

Change the partition label to ‘linuxroot’:
e2label /dev/sdX1 linuxroot

So far, so good. Now eject the SD Card an insert it into the Minix.

Boot up your Windows Box, and extract minix_neo_x7.zip, it contains

the loader file:
RK3188Loader(L)_V2.03.bin

the kernel:
linux_kernel_marvin_neo_x7.img

the recovery kernel:
linux_kernel_marvin_neo_x7_recovery.img

the parameter file:
linuxium-parameter-mk802iv

boot image:
multiboot.img

and the RKAndroidTool, to burn the loader, kernel, recovery, boot image and parameter file.

Set your MiniX to recovery mode: To do this, use a paperclip to push and hold the button marked with “recovery”. While pushing, press and hold Power Button for about two seconds. Then release both.

Connect your Minix to your PC. Maybe you have to install the drivers first, please refer to the Minix Video (https://www.youtube.com/watch?v=zbGp8WL4vu4) how to do that. Drivers are contained in the Minix Firmware Releases zip-files: http://www.minix.com.hk/Support.htm

Start the RKAndroidTool. On the bottom of the program, something like the following should be displayed:

2014-03-15 11_02_28-Greenshot

  1.  Select ‘erase IDB’
  2. Select and check the loader, kernel, boot, recovery and parameter files and then click ‘Run’.

You could connect the MiniX to a Display and Keyboard, just to track the initial startup.

Username: root
Password: password

Many thanks to the guys in the freaktab.com – forums, especially to the great support of mcividino (who explained me all the steps to get a working debian up and running on my MiniX, all of the files linked at the beginning, are also downloadable on his site, which is actually hosted on a MiniX.)

 

21 thoughts to “Install Debian on MiniX NEO X7”

  1. Hello,
    I want to test the x7 files from above on my Neo x8zh plus but if I want to access ( download ) the files it’s asking for user and password…
    Please help me.
    Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *