Giter VIP home page Giter VIP logo

linuxrk-tk1's Introduction

linuxrk-tk1

TK1 flashing guide

Requirement: HostLinux must be x86, Jetson ehternet connected, USB Micro-B cable

0. only if your TK1 is not R19.3 (3.10.24 kernel)

0.[on HostLinux] flash TK1 to R19.3 by running flash_R19.3.sh with root permission

a) Put your system into "reset recovery mode" by holding down the RECOVERY button and press RESET button once on the main board.

b) Ensure your Linux host system is connected to the target device through the USB cable for flashing as below.

$ lsusb

Bus 006 Device 010: ID 0955:7140 NVidia Corp.

https://github.com/leeymcj/linuxrk-tk1/blob/master/flash_R19.3.sh

sudo ./flash_R19.3.sh

//It will download and extract Linux for Tegra R19.3, referred as $(Linux_for_Tegra)

//reset board

#NOW if your TK1 is R19.3 (3.10.24 kernel)

  1. [on TK1] Compile the kernel and module

git clone https://github.com/leeymcj/linuxrk-tk1.git

cd linuxrk-tk1

make -j4

make modules

make modules_install

cd mcrkmod

make //it will generate rk.ko

//check modules installed

ls /lib/modules

//3.10.24-rk is installed

//copy kernel image to host machine to flash scp arch/arm/boot/zImage $(host_machine):$(Linux_for_Tegra)/kernel/

  1. [on HostLinux] flash kernel $(pwd)=Linux_for_Tegra

// Put your system into "reset recovery mode" by holding down the RECOVERY button and press RESET button once on the main board.

sudo ./flash.sh -k 6 jetson-tk1 mmcblk0p1

//reset

linuxrk-tk1's People

Contributors

leeymcj avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.