blender-2.79b
# tazpkg -gi glu
blenderKeyboardShortcuts
blendervisualhotkeys
SliTaz package manager - Version: 950 ================================================================================ Installed packages: 322 Installed files: 7509 Blocked packages: 0 Upgradeable packages: 0 Repository: Main Last recharge: Today at 20:55. Database timestamp: 11/12/2018 04:43 Mirrored packages: 6186 ================================================================================
glibc-base 2.26 base-system xorg-server 1.19.3 x-window xorg-server-module-glamor 1.20.1 x-window tux@slitaz:~$
sudo dd if=radxa_rock_xxxx_sdcard.img of=/dev/sdx # x is the disk name of your uSD card on your PC
git clone -b u-boot-rk3188 https://github.com/radxa/u-boot-rockchip.git cd u-boot-rockchip make rk30xxThe binary we need for nand flash are RK3188Loader_miniall.bin and uboot.img.
sudo upgrade_tool ef RK3188Loader_miniall.binflash new loader
sudo upgrade_tool ul RK3188Loader_miniall.binformat NAND (first time only)
sudo upgrade_tool lfflash parameter
upgrade_tool di -p parameterparamter file
FIRMWARE_VER:4.2.2 MACHINE_MODEL:radxa_rock MACHINE_ID:007 MANUFACTURER:RADXA MAGIC: 0x5041524B ATAG: 0x60000800 MACHINE: 3066 CHECK_MASK: 0x80 KERNEL_IMG: 0x60408000 CMDLINE:console=ttyFIQ0,115200 console=tty0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init mac_addr=de:ad:de:ad:be:ef initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00008000@0x00004000(boot),-@0x000c0000(linuxroot)flash U-Boot
sudo upgrade_tool wl 0x2000 uboot.img sudo upgrade_tool rdflash kernel + ramdisk
upgrade_tool di -b boot-linux.imgflash root fs
upgrade_tool di linuxroot rootfs.imgBooting log can be found at: http://paste.ubuntu.com/9623598/
git clone -b u-boot-rk3188-sdcard https://github.com/radxa/u-boot-rockchip.git cd u-boot-rockchip make rk30xx ./pack-sd.shThe binary we need for sdcard is u-boot-sd.img.
sudo dd if=u-boot-sd.img of=/dev/sdx seek=64Insert the uSD card to rock pro, it will boot from u-boot on uSD card.
* UserManual - documentation * include/configs/rk30xx.h - configuration file * tools/rk_tools
* board/rockchip ├── common │ ├── armlinux │ ├── common │ │ ├── A8MMU │ │ ├── crc │ │ ├── emmc │ │ ├── fat │ │ ├── rc4 │ │ ├── rockusb │ │ ├── serial_p9 │ │ └── SPI │ └── platform │ ├── rk2928 │ └── rk30 └── rk30xx
* arch/arm/cpu/armv7/rk30xx * arch/arm/include/asm/arch-rk30xx
wget http://dl.radxa.com/rock/images/parameter/parameter_linux_sd rkcrc -p parameter_linux_sd parameter.img #where to get rkcrc, refer to http://radxa.com/Rock/flash_the_image "Flash with rkflashtool"
sudo dd if=/dev/zero of=/dev/sdx bs=1M count=1
export START_SECTOR=65536
sudo fdisk /dev/sdx << EOF n p 1 $START_SECTOR w EOF
sudo dd if=u-boot-sd.img of=/dev/sdx conv=sync seek=64 sudo dd if=parameter.img of=/dev/sdx conv=sync seek=$((0x2000)) sudo dd if=boot.img of=/dev/sdx conv=sync seek=$((0x2000+0x2000)) sudo dd if=rootfs.ext4 of=/dev/sdx1 conv=sync
And finally only NVMe support was usefull; setting# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set andCONFIG_BLK_DEV_NVME=ySliTaz can now see the disk :)
# fdisk -l
Found valid GPT with protective MBR; using GPT
Disk /dev/nvme0n1: 500118192 sectors, 2534M
Logical sector size: 512
Disk identifier (GUID): 324ef864-7efa-45be-b0b0-c70122bdf99c
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 500118158
Number Start (sector) End (sector) Size Name
1 2048 534527 260M EFI system partition
2 534528 796671 128M Microsoft reserved partition
3 796672 500117503 238G Basic data partition