LattePanda – A Windows 10 Single Board Computer with integrated Arduino.

Looking for:

Lattepanda Tech Support Forum.

Click here to Download

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Step 1 : Open up a terminal in your Ubuntu OS using a mouse and keyboard and type in the command:. Note : After it completes installing on your computer, you can run the commands:. If it appears to not be working or connecting, then please run the commands:.

Step 3 : Now, to find your ” Remote Hostname ” IP address that we will use later in this guide, run the command:. Step 4 : Please use another computer that runs Windows OS to download and install the portable version of MobaXterm in order to remotely access your Ubuntu OS’s kernel. Step 5 : Once you have downloaded and installed this program, go ahead and run it and click the ” Session ” button at the top left.

Then, click ” OK. Step 8 : Finally, enter the password for your Ubuntu operating system’s account that you are trying to log in to. Please note that it will not appear as you are typing it, similar to if you were to type in your password in the terminal of the Ubuntu OS. Step 9 : Success! You are done connecting, and will be greeted by a message that will ask you if you would like to store the password safely in the software’s database.

You can choose to do this optional step and create a new master password for all of these stored passwords that the software can automatically access for each subsequent login, or you can choose to skip this step and try to use the terminal remotely on your Windows system.

This guide will go over how to set up the Bluetooth connectivity functions of your Ubuntu OS and a Bluetooth devices manager. Step 1 : In order to get your Bluetooth functions working properly, we will need to install all necessary packages onto the Ubuntu OS. To do this, run the following command in your terminal:. Once completed, continue onto the next step to confirm that your Bleuetooth device is not blocked.

If yes, then please unblock it by entering the following command:. Step 3 : Make sure that the Bluetooth service is active and running by entering the following command into your terminal:. If all is well, then please continue onto the next step, where we will start to install the device manager which will help you to pair a specific device with your LP SBC.

Step 4 : To install the blueman package, please run the following command in your terminal:. Once the list appears, go ahead and select the device that you would like to pair with the LP SBC, and then follow the steps as they appear on your screen to complete the pairing of devices. Step 6 : Now you are done, and have successfully paired your devices via a Bluetooth connection!

To learn more about how to pair devices and how to utilize some of the functions that become available to you via a Bluetooth connection, please visit this site. Now that you have Ubuntu installed onto your LattePanda V1 SBC, let’s use the terminal to install JupyterLab, a program which can allow you to seamlessly run python code and a variety of other coding languages right from your browser.

Step 1 : Since your version of Ubuntu OS may not come with Python2 pre-installed, we will need to install it by opening up a terminal and running the command:. Step 2 : This installation of python 2 may come without the pip tool. If this is the case, then please install pip onto your LattePanda. You can run the following code in the terminal to start installation immediately:. Step 3 : Install JupyterLab using a pip install command. Step 4 : You’re set to run JupyterLab!

You can run the following code in the terminal to start up the program immediately:. Note : Please remember to add a space between ” jupyter ” and ” lab ” in order to run the program, which will appear on your browser.

Step 5 : Now you can write any python code and run it directly from your browser. It is very fast, and can run multiple operations from its different kernels. Just don’t forget to install any modules that you might want to import by going back into the terminal and using the following code:. If you have any problems, please view the information page directly on Python’s website or this site to refer to the correct format that the code must have to install the module properly. Let’s use the terminal again to install this program.

Note : Once installation is complete, you can now use the terminal to open the Arduino IDE software just by running the following code:. However, if you accidentally click “no” or do not have this message come up, don’t worry.

You may want to be able to run the program without opening the terminal, in which case, you will have to give the Arduino program sudo privileges by making it part of the dialout group. Step 2 : In order to make your Arduino IDE program part of the dialout group, run the following code in the terminal:.

Note : Please note that this is not a secure and safe operation, as it will also add other possible devices into the dialout group and offer sudo privileges to them, as well. Step 3 : Now you can use Arduino! Open the Arduino program with either the code in Step 1 or opening it regularly after using the code in Step 2.

Step 6 : Now you can try it out! Basics , and then select ” Blink ” to try out this Arduino sketch. When you open it, press the upload button in the top left of the program, and then you should see the LED located on the ATMega32u4 co-processor on the board itself begin to blink!

Given that most software is made with Windows and Mac operating systems in mind, it can be hard to find good substitutes for Linux operating systems. One picture editing software that is an adequate substitute for great software like Adobe Photoshop and is available for Linux Distribution operating systems is GIMP.

Step 2 : Now that you have flatpak installed, you can now begin to run some flatpak commands. Now, from your terminal enter in the next command:. This will download and install all necessary software and additional packages that the software will need to run correctly. This may take a while, so you may want to find something to do while your terminal finishes the operations necessary to download and install these packages.

Sometimes, the icon may not appear in the Application Manager dock, in which case you may have to manually boot it from the terminal using this code:. While there are many versions of software which can manage and play through your many media files stored on your device, almost none of them match the versatility of VLC , which is usually not used to manage your media as it is used to open a variety of different formats of media and has very few media file types that it cannot open.

Step 2 : This will install the vlc software program onto your LP SBC, but for complete and full installation of the program, please enter this following command:. Step 3 : Now you’ve downloaded and installed the complete version of VLC! Now you can run the program by either entering in the following command in your terminal:.

It is advised to update your kernel of your Ubuntu software if you want to optimize the performance of your computer. Additionally, the regular steps taken to update your kernel will also ensure that many other functions of your Ubuntu OS are updated and upgraded, which will enhance the performance of your computer and ensure that your computer installs many necessary command tools that will help you become an experienced Linux user in no time!

This guide will teach you the last two commands that will be important to remember in order to update and upgrade your Linux kernel for your Ubuntu operating system.

Note : If you have installed Ubuntu This will ensure that some other packages can download successfully and will not throw any errors. The first part of this command should have successfully updated most everything you should regularly update when you are starting to use the operating system, but we are still not finished with the upgrading process.

Step 2 : Now, let’s upgrade the Ubuntu OS. To do so, simply enter the following command:. Now you have successfully updated and upgraded your kernel to the latest version. Note : If you are feeling really adventurous and have a good mastery on how to install patches to your kernel, you can also use GitHub user GraySky2’s repository to further optimize your Ubuntu OS’s kernel.

You’ll want to install ” Git ” onto your Ubuntu OS using the command:. Then, you’ll want to clone the Git repository into your Linux kernel’s source code, which will require you to first change the directory to where all of the source code sits, and then clone GraySky2’s repository using the proceeding command:. From here, you’ll want to make sure you install the correct “.

This means, if you are using the LattePanda 1 st Gen SBC, then you will want to install the patch that gives you access to the Silvermont’s “Airmont” processor patch. For more details, please refer to the readme on GraySky2’s GitHub repository. DFRobot user pATAq has also graciously given some advice on how to install this patch, advising that you enter these commands in order to successfully install the patch and enter into the window which can help you select the particular updated kernel you would need which complements your particular processor:.

There may be sometimes where the LattePanda SBC’s newly installed Ubuntu operating system is unable to properly detect and use the maximum resolution that your display can offer. In this event, this guide will teach you how to fix this problem, but you will need to know the maximum resolution of your display in order to proceed. Step 1 : In order to allow the LattePanda’s Ubuntu OS to access a particular resolution size other than the default, we will have to edit the GRUB file again, which we can do by entering the command:.

Please change this by first deleting the pound sign in front of this line which is used to “comment the line out”, so deleting this pound sign is necessary in order to have anything written in the line take effect. Then, enter in the resolution dimensions of your screen after the equals sign.

In this example, we are using a HDMI screen with a resolution of x, so we will change this line so that it will read:. Step 3 : You’re almost done! After a few minutes, the installation will finish.

This tutorial is for the LattePanda Delta and Alpha. If you are using the 1 st edition LattePanda, please refer to the 1 st edition documents. The LattePanda will restart. Afterwards, you will enter the installation GUI. The following picture should appear. There will be two options:. Both options should work, but in this tutorial, we will use the ‘Try Ubuntu without installing’ option. Then, the files will load. After a while, the following picture should appear.

During this process the screen may go black. However, please be patient and do not do anything until your LattePanda displays the following screen. This is the Ubuntu Desktop. Next, please double-click the icon on the desktop whose name is ‘Install Ubuntu After double-clicking, the installation will begin. A screen like the picture below will appear.

Choose your default language and continue. Check the box to install third-party software, and then continue. This will ensure that the common plugins are installed so everything can run smoothly.

Choose the best option for you. The options may look slightly different on your screen, but normally the third option Erase disk and install Ubuntu will be the most appropriate.

There will be a small window to confirm that changes will be made to your hard disk. Please click continue. Choose your time zone and click continue to proceed. Select your keyboard layout.

 
 

– Multiple OS Support – Documentation

 
Choose and download the RIGHT LattePanda’s official Windows 10 image, which matches your hardware spec. x86 version for z 2GB+32GB · x64 version for z Download the Offical Windows 10 image for LattePanda. Put all the files to the root directory of your USB flash disk. (You need to set your USB flash disk.

 

– Lattepanda windows 10 download

 
sure your LattePanda has an active internet connection via WiFi or Ethernet · click on the Windows button and select System · 3. To download Windows iso,at least you need to prepare a USB of at I was able to put a normal install of Windows 10 Pro on my new drive. LattePanda is a new single board computer that runs a full version of Windows 10! Each unit comes preinstalled with Windows 10 Home Edition.