rock64_openbsd | TUTORIAL : Install OpenBSD on a PINE64 ROCK64 media board

 by   krjdev Shell Version: openbsd69_v1.0 License: CC-BY-4.0

kandi X-RAY | rock64_openbsd Summary

kandi X-RAY | rock64_openbsd Summary

rock64_openbsd is a Shell library. rock64_openbsd has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

TUTORIAL: Install OpenBSD on a PINE64 ROCK64 media board.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rock64_openbsd has a low active ecosystem.
              It has 40 star(s) with 5 fork(s). There are 12 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 7 have been closed. On average issues are closed in 23 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rock64_openbsd is openbsd69_v1.0

            kandi-Quality Quality

              rock64_openbsd has 0 bugs and 0 code smells.

            kandi-Security Security

              rock64_openbsd has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              rock64_openbsd code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              rock64_openbsd is licensed under the CC-BY-4.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              rock64_openbsd releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rock64_openbsd
            Get all kandi verified functions for this library.

            rock64_openbsd Key Features

            No Key Features are available at this moment for rock64_openbsd.

            rock64_openbsd Examples and Code Snippets

            Step 9 - Have fun with OpenBSD 6.9
            Shelldot img1Lines of Code : 113dot img1License : Permissive (CC-BY-4.0)
            copy iconCopy
            rock64# dmesg
            OpenBSD 6.9 (GENERIC.MP) #1134: Sun Apr 18 01:53:35 MDT 2021
                deraadt@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP
            real mem  = 4209647616 (4014MB)
            avail mem = 4003446784 (3817MB)
            random: good seed from bootblocks
            main  
            TUTORIAL: Install OpenBSD 6.9 on a PINE64 ROCK64 media board
            Shelldot img2Lines of Code : 11dot img2License : Permissive (CC-BY-4.0)
            copy iconCopy
            $ cd /usr/ports/devel/arm-none-eabi
            $ doas make install
            
            $ cd /usr/ports/devel/dtc
            $ doas make install
            
            $ sudo zypper install dtc
            
            $ sudo apt-get install device-tree-compiler
            
            $ cd /usr/ports/devel/swig
            $ doas make install
            
            $ sudo zypper install swig  
            Step 2 - Build U-Boot
            Shelldot img3Lines of Code : 7dot img3License : Permissive (CC-BY-4.0)
            copy iconCopy
            $ git clone https://github.com/u-boot/u-boot.git
            $ cd u-boot
            
            $ git checkout v2021.04
            $ make mrproper
            $ make rock64-rk3328_defconfig
            $ make CROSS_COMPILE=/path/to/gcc/bin/aarch64-none-elf-
            
            $ ./tools/mkimage -A arm64 -a 0 -e 0 -T script -C none -n "E  

            Community Discussions

            No Community Discussions are available at this moment for rock64_openbsd.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rock64_openbsd

            In this tutorial I use the Linux distribution openSUSE Leap 15.2. The additional BASH scripts (if you use them) for downloading the toolchains (GCC for AArch64), build ARM-Trusted-Firmware and U-Boot use default Linux commands. There are also some required software which is needed for a successfull build of U-Boot. Use 3.3V logic level only, to avoid damages of the board. In this tutorial I use GCC for AArch64 ELF bare-metal targets (aarch64-none-elf). If you use OpenBSD as your hostsystem you can use GCC for AArch64 from the ports. The port is called arm-none-eabi, but you if you build and install the port, the required aarch64-none-elf-gcc will also be installed. NOTE You need GNU Make for a successfull build of the ARM-Trusted-Firmware and U-Boot, if you use OpenBSD as your hostsystem. To build ARM-Trusted-Firmware and U-Boot use the command gmake instead of make in this tutorial, after you installed the package (GNU Make) on OpenBSD.
            PINE64 ROCK64 media board (In this tutorial I use version 2.0 of the board)
            PC with a Linux distribution or OpenBSD
            USB-UART-TTL converter
            microSD card
            GIT
            UART Terminal (in this tutorial I use minicom)
            GCC for the host system (required for U-Boot)
            GCC cross compiler for ARM64 (AArch64) Download: Toolchains from ARM
            Device Tree Compiler (required to build U-Boot)
            SWIG (required to build U-Boot)
            Image miniroot69.img for ARM64 from the offical OpenBSD FTP mirrors Download: Mirror Fastly (CDN)
            U-Boot script for enabling one of the USB ports Download

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/krjdev/rock64_openbsd.git

          • CLI

            gh repo clone krjdev/rock64_openbsd

          • sshUrl

            git@github.com:krjdev/rock64_openbsd.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link