Git Product home page Git Product logo

uboot_rg353's Introduction

1: env:

	1.1: prepare source code ,eg: ~/rk3566/
	1.2: cp  rkbin file(for build image done)---https://github.com/rockchip-linux/rkbin
		mv rkbin  ~/rk3566/
	1.3: SDDiskTool_v1.69.zip	 

2: build:
	cd ~/rk3566
	./make.sh rk3566
	./make.sh trust
	cp trust.img rk3566_tool/Image/
	cd  ~/rk3566/rk3566_tool
	kernel build:make ARCH=arm64 rk3566.img -j12--------generate resource.img
	cp resource.img ~/rk3566/rk3566_tool/Image
	sudo ./rk3566-mkupdate.sh
	
	so,we get the update.image -->>>>(at rk3566_tool/update.img).
	
3: DownLoad image (prepare  get u-boot with GPT info)

	new ,we need to downLoad update.img  by tool the "SDDiskTool_v1.69.zip" (need to run on windows system).

	SD_Firmware_Tool.exe  
    	"Fireware" of rk3566_tool/update.img 
		choose  "Create"  to download
	
4: 	get sub image (get u-boot with GPT and  loader,then  build  all to batocera).
	
	sudo dd if=/dev/sdb of=uboot.img count=32768 bs=512---------------Obtain
	sudo dd if=uboot.img of=/dev/sdb count=32768 bs=512---------------burn
	
	the u-boot.img is  we need.

5: so ,we get the image uboot.img (with three  part , GPT+loader+u-boot.img),the image can  boot to kernel(pex,filesystem);
	now  GPT  only contain  loader+uboot,if wonder add new partition ,need to modify  GPT。

uboot_rg353's People

Contributors

thinkerclimb avatar

Watchers

 avatar Cebion avatar  avatar

Forkers

tech4bot

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.