在Vitis HLS CSim中使用SDL2

用msvc编译后(之所以不用mingw是因为 HLS Csim用的是一个老的mingw,如果你用新的编译很麻烦)
编译完后dll丢进D:\Xilinx\Vitis_HLS\2022.2\tps\win64\msys64\mingw64\bin
然后HLS project里面设置Ldflags 为lib导入库SDL2d.lib还有SDL2maind.lib
如果不想用SDL_main(),在include SDL2.h之前设置

define SDL_MAIN_HANDLED

The Great Gig in the Sky

"And I am not frightened of dying, any time will do, I
don't mind. Why should I be frightened of dying?
There's no reason for it, you've gotta go sometime."

"I never said I was frightened of dying."

wordpress迁移记录

从树莓派4B迁移到了腾讯云

相关更改

wp-config.php

added
define('FS_METHOD', 'direct');
direct貌似是直接写在web server托管的dir下面

更新无权限

升级WordPress
正在从 https://downloads.wordpress.org/release/zh_CN/wordpress-6.5.4.zip 下载更新…

无法验证 wordpress-6.5.4.zip 的真实性,因为没有找到签名。

正在解压缩升级文件…

无法创建目录。: /www/root/wp-content/upgrade/wordpress-6.5.4-zh_cn

安装失败

wordpress迁移

解决方法:
sudo chown -R www-data:www-data /www/root/
since, nginx and php-fpm8.1 is run as user www-root

h616的spi设备,好像正常加载不会打印日志


搞了半天还以为spi没加载,其实是加载了。
那个Dumtux的仓库两个spi总线控制器都没开起来。当我开起来后,再把tft和mcp2515都设置成okay,
/dev/fb0都出来了,
然后mcp2515好像probe失败了,这说明应该是成功读取SPI端口了
还有,设备树在/boot/dtb下,而不是有sun50i后缀那个