Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Firefly-RK3288 Slackware Arm

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/19/2016 00:20:47      11#
Last edited by mara In 4/19/2016 00:32 Editor
AussieJohn Posted at 4/17/2016 17:45
hi I've actually been trying to download the files directly off you website and theres a 500mb and 2 ...

hi, Aussie John
I know there is a problem with the return file.
1 made compression
    http://dl.fail.pp.ua/slackware/f ... ild-20160417.img.7z
    http://dl.fail.pp.ua/slackware/f ... ild-20160417.img.7z
2 did torrent
    http://dl.fail.pp.ua/slackware/f ... 88_20160417.torrent

donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/19/2016 00:42:53      12#
Last edited by mara In 4/19/2016 01:31 Editor

hi, mac-l1
recent changes have not yet had time to commit.
there is strangeness, rootfs flash on the nand, but in fact does not work booting, rootfs to pour himself sdcard

further automates the creation boot sdcard

.config
http://p.fail.pp.ua/Ys6RTo9D

build testing
https://bitbucket.org/sndwvs/sla ... 1a53d5e/?at=testing
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/19/2016 10:52:51      13#
hi, AussieJohn
I'm sorry, does the right to file were limited fixed
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/20/2016 00:40:20      14#
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/20/2016 03:38:36      15#
create a bootable sdcard
http://p.fail.pp.ua/Pn6CSd2O
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/21/2016 03:19:22      16#
I wrote above, the firmware is successful on eMMC, but in fact and not sewn. so I put on root sdcard or all of the loader to the root partition
sufficient to eMMC flash parameters.txt, boot.img, kernel.img
create a partition on sdcard and pour back linuxroot (dd /dev/mmcb0p1)

above script to create such a sdcard (but be careful with the choice of card, the script has made a mistake, when you cancel it)
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/22/2016 10:50:51      17#
hi, aussijohn & Mac_L1
try create boot sdcard
http://p.fail.pp.ua/Gz4HPb5H
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/23/2016 06:22:45      18#
Last edited by mara In 4/23/2016 10:01 Editor

I finished and tested the script writing to the SDcard
http://p.fail.pp.ua/Zx8CXl9D

also corrected download from http://dl.fail.pp.ua/slackware/


donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/23/2016 09:20:22      19#
Last edited by mara In 4/23/2016 09:21 Editor

Transferring the system emmc:
boot from sd card
  1. cd /
  2. mkfs.ext4 /dev/mmcblk1p1
  3. mkdir /nand/{proc,sys}
  4. for d in $(ls | grep -v "nand\|proc\|sys"); do echo "copy dir $d"; сp -a "$d" /nand/ ; done
Copy the code


also need to flash:
RK3288UbootLoader_V2.19.01.bin
parameters.txt
boot.img
kernel.img
donation   slarm64
Reply

Use props Report

1175

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1175
Posted at 4/28/2016 00:51:05      20#
Last edited by mara In 4/28/2016 01:40 Editor

setting
0. download all files http://dl.fail.pp.ua/slackware/firefly-rk3288_20160417/
1. Write the image to SD card, script
  1. ./flash_sd.sh
Copy the code

2. loaded with SD card
3. Transfer system eMMC
  1.     cd /
  2.     mkfs.ext4 /dev/mmcblk1p1
  3.     mkdir /nand/{proc,sys}
  4.     for d in $(ls | grep -v "nand\|proc\|sys"); do echo "copy dir $d"; сp -a "$d" /nand/ ; done
Copy the code

4. to flash the bootloader
  1. #!/bin/sh

  2. if [ -f tools-x86_64.tar.xz ];then
  3.     echo "------ unpack tools"
  4.     tar xf tools-x86_64.tar.xz || exit 1
  5. fi

  6. echo "------ flash boot loader"
  7. tools/upgrade_tool ul $(ls | grep RK3288UbootLoader) || exit 1
  8. echo "------ flash parameters"
  9. tools/rkflashtool P < parameters.txt || exit 1
  10. echo "------ flash kernel"
  11. tools/rkflashtool w kernel < kernel.img || exit 1
Copy the code
donation   slarm64
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