|
Posted at 6/12/2016 04:22:30
Only Author
56#
i have a firefly rk3288 reloaded, and wanted to use your "next" type of images (the main line kernel)
first i tried flashing it to SD card, but the board did not boot at all
then i also tried flashing it directly to the board, but it always failed to flash the bootloader, leaving my board half-bricked... :-/
- ./flash.sh -r
- ------ unpack tools
- ------ flash boot loader
- Loading loader...
- Loading loader failed!
- ------ flash parameters
- rkflashtool: info: rkflashtool v5.2
- rkflashtool: info: Detected RK3288...
- rkflashtool: info: interface claimed
- rkflashtool: info: writing flash memory at offset 0x00001c00... Done!
- ------ flash kernel
- rkflashtool: info: rkflashtool v5.2
- rkflashtool: info: Detected RK3288...
- rkflashtool: info: interface claimed
- rkflashtool: info: working with partition: kernel
- rkflashtool: info: found offset: 0x00002000
- rkflashtool: info: found size: 0x00008000
- rkflashtool: info: writing flash memory at offset 0x000060a0... Done!
- rkflashtool: info: premature end-of-file reached.
- ------ flash boot
- rkflashtool: info: rkflashtool v5.2
- rkflashtool: info: Detected RK3288...
- rkflashtool: info: interface claimed
- rkflashtool: info: working with partition: boot
- rkflashtool: info: found offset: 0x0000a000
- rkflashtool: info: found size: 0x00008000
- rkflashtool: info: writing flash memory at offset 0x0000a720... Done!
- rkflashtool: info: premature end-of-file reached.
- ------ flash linuxroot slack-current-miniroot_07Apr16-4.6.0-rc1-firefly-build-20160502.img
- rkflashtool: info: rkflashtool v5.2
- rkflashtool: info: Detected RK3288...
- rkflashtool: info: interface claimed
- rkflashtool: info: working with partition: linuxroot
- rkflashtool: info: found offset: 0x00012000
- rkflashtool: info: partition extends up to the end of NAND (size: 0x01d0d000).
- rkflashtool: info: writing flash memory at offset 0x0013c800... Done!
- rkflashtool: info: premature end-of-file reached.
- ------ reboot device
- rkflashtool: info: rkflashtool v5.2
- rkflashtool: info: Detected RK3288...
- rkflashtool: info: interface claimed
- rkflashtool: info: rebooting device...
-
Copy the code
is it because the bootloader differs for the reloaded and the simple rk3288?
|
|