This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change I2C speed
#10
Hi chobio

You need to build uboot by self.
https://github.com/TinkerBoard/debian_u-boot?files=1

[Linux]
Building image:
$ cd debian_u-boot
$ make CROSS_COMPILE=arm-linux-gnueabihf- O=miniarm-rk3288 tinker-rk3288_defconfig all -j4
$ ./miniarm-rk3288/tools/mkimage -n rk3288 -T rksd -d miniarm-rk3288/spl/u-boot-spl-dtb.bin u-boot.img
$ cat miniarm-rk3288/u-boot.bin >> u-boot.img

Flash uboot image:
Prepare one sdcard which has the full Debian image inside.
then insert the sdcard into a linux based OS, and suppose the block device of the sdcard is /dev/sdx
$ sudo dd if=[path]/u-boot.img of=/dev/sdx seek=64

Please backup flash firstly, and be careful with dd operation.
How to backup sdcard: 
https://tinkerboarding.co.uk/forum/thread-900.html

Reply


Messages In This Thread
How to change I2C speed - by chobio - 03-02-2018, 06:52 AM
RE: How to change I2C speed - by scorpiochang - 03-02-2018, 10:30 AM
- - by ThomasNex - 12-06-2020, 05:47 PM
RE: How to change I2C speed - by chobio - 03-07-2018, 02:31 PM
RE: How to change I2C speed - by scorpiochang - 03-07-2018, 03:39 PM
RE: How to change I2C speed - by u26 - 03-08-2018, 08:31 AM
RE: How to change I2C speed - by scorpiochang - 03-08-2018, 09:02 AM
RE: How to change I2C speed - by u26 - 03-08-2018, 09:08 AM
RE: How to change I2C speed - by scorpiochang - 03-08-2018, 10:18 AM
RE: How to change I2C speed - by chobio - 03-08-2018, 09:00 PM
RE: How to change I2C speed - by scorpiochang - 03-09-2018, 06:20 AM
RE: How to change I2C speed - by u26 - 03-09-2018, 11:10 AM
RE: How to change I2C speed - by 1SeeSee1 - 03-09-2018, 12:06 PM
RE: How to change I2C speed - by u26 - 03-09-2018, 12:52 PM
RE: How to change I2C speed - by simkard - 12-15-2019, 10:45 AM
RE: How to change I2C speed - by Userpc1010 - 04-17-2020, 12:34 AM
RE: How to change I2C speed - by Userpc1010 - 10-30-2020, 01:55 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)