upate rootfs packet to buildroot version, update build shell script and add rootfs changelog file
2 files modified
1 files added
| | |
| | | LEB_CNT=`expr $PEB_CNT - 4 - $PEB_CNT \/ 100 ` |
| | | |
| | | #echo "Parition size ${partition_size}MiB and LEB=$LEB_CNT" |
| | | set -x |
| | | mkfs.ubifs -F -d ${ROOTFS_SRC} -m ${PAGE_SIZE} -e ${LEB_SIZE} -c $LEB_CNT -o ${ubimg_tmp} |
| | | set -x |
| | | printf "\nWARNNING: generete rootfs image need root privilege, please input sudo passwd!\n\n" |
| | | sudo mkfs.ubifs -F -d ${ROOTFS_SRC} -m ${PAGE_SIZE} -e ${LEB_SIZE} -c $LEB_CNT -o ${ubimg_tmp} |
| | | set +x |
| | | |
| | | |
New file |
| | |
| | | |
| | | |
| | | 2019.08.12 v0.1.0 GuoWenxue |
| | | ------------------------------ |
| | | Features: |
| | | 0, Two account(root, cohrent) enable default, all default password are 12345, encrypt by sha-256 but not md5 |
| | | 1, This rootfs generated by buildroot-2019.02.4; |
| | | 2, update busybox to v1.31.0 for blkid to auto mount storage media; |
| | | 3, auto mount/repair/umount USB storage with ext2,ext3,ext4,vfat,ntfs support |
| | | 4, support ssh/scp/sftp and ntpdate sync network time when system boot; |
| | | 5, support vsftpd but not enable when boot; vsftpd default root be /media/ |
| | | 6, support stunnel, dhcpd, dnsmasq but not enable when boot --- Not do full test yet; |
| | | 7, support auto mount /apps partition as UBIFS |
| | | 8, support opencv, openssl, iconv, sqlite, libts, valgrind, spi-tools, i2c-tools, file, hostapd, wpa_supplicant, curl |
| | | |
| | | |
| | | Todo List: |
| | | |
| | | 1, Test QT with LCD; |
| | | 2, Test opencv and zbar; |
| | | 3, Test MT701 as AP and station |
| | | |