Skip to content

OpenIPC/device-mjsxj02hl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenIPC for Xiaomi MJSXJ02HL

Installation

  1. Download the latest version of the Zadig program. Run it and turn on the full list of devices (Settings -> List of all devices).
  2. Connect the camera to the USB port of the computer (the wire that comes with the kit will not work - there are no data contacts in it) with the Reset button pressed, select the HiUSBBurn device from the list as quickly as possible and install the libusbK driver for it. Most likely you will not succeed the first time (the device disappears after a few seconds, you need to do everything very quickly).
  3. Download the HiTool program. After its launch, select the Hi3518EV300 chip. Having opened the HiBurn tool, select the partition table file and specify the path to the fastboot, kernel and rootfs files.
  4. Press Burn button, agree that some sections will be erased and connect the camera to USB with the Reset button pressed. If everything was done correctly, then the flashing process will begin. This usually takes about a minute and ends with an informational success message.

Configuration

  1. Create two VFAT partitions on your SD card (disable the quick format option).
  2. Download this repository and extract the contents of directory flash to the root of the first partition of your SD card.
  3. Using Notepad++, open file autoconfig/etc/network/interfaces.d/wlan0 and change the SSID and password of the Wi-Fi access point to your own (by default, these are myssid and mypassword).
  4. Turn off the camera's power, insert the SD card and turn it on again. If you did everything correctly, after a while (1-2 minutes) you will hear a shutter click and the camera will connect to your Wi-Fi network.
  5. Remove the SD card and reboot the device.

Using

  • Status of the built-in LEDs:
    • Orange - The system is not loaded or Majestic is not running.
    • Blue - The system is loaded and Majestic is running.
    • White - The sysupgrade utility is running (install updates or wipe overlay partition).
  • Web Interface is available on port 85 as http://camera-ip:85.
    • Default login and password are admin and 12345, respectively.
  • SSH access available as ssh root@<camera_ip_address>, there is no password by default.
    • After changing the password in the web, it also changes for the console.
  • Majestic Endpoints here - https://openipc.org/majestic-endpoints
  • Disable built-in LEDs chmod -x /etc/init.d/S00autoled and chmod +x /etc/init.d/S00autoled for enable it.
  • Disable automatic night mode chmod -x /etc/init.d/S96autonight and chmod +x /etc/init.d/S96autonight for enable it.
  • To reset the settings, hold down the Reset button, turn on the camera and wait for the white LED to light up.
  • You can find more information about using OpenIPC in our Wiki.

Bug reports

References to the previous project