Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

the offset of bootloader in bootable SD card

32

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
32

the offset of bootloader in bootable SD card

Posted at 4/29/2015 16:51:07      View:4537 | Replies:2        Print     [Copy Link] 1#
Hi,
I am using SD card to boot rk3288 platform by prebuild image.
I had compiled my own bootloader(RK3288Loader_uboot_V2.17.02.bin) and I want to update the bootloader(uboot) in SD card.
Due to I can't using upgrade_tool to update the RK3288Loader_uboot_V2.17.02.bin when SD card is inserted.

I am trying to use linux command "dd" to fuse my SD card, but I didn't know the offset.(I tried offset: 0x0, 0x2000 )
Have someone know the offset to fuse the  RK3288Loader_uboot_V2.17.02.bin?


Reply

Use props Report

32

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
32
Posted at 4/30/2015 13:58:58      2#
I found a method the achieve my goal. Pack the FlashBoot.bin and execute
$ sudo dd if=FlashBoot.bin of=/dev/sdb conv=sync,fsync seek=100
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list