Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
566 stars 571 forks source link

resource: Support resource management #6239

Closed jeongarmy closed 3 months ago

jeongarmy commented 3 months ago

Test result:

  1. booting logs binary_manager_scan_bootparam: Checking BP0 start binary_manager_scan_bootparam: BP0 is valid binary_manager_scan_bootparam: Checking BP1 start is_valid_bootparam: Invalid data. ver: 4294967295, active index: 255, addresses: ffffffff, ffffffff binary_manager_scan_bootparam: BP1 is invalid binary_manager_scan_bootparam: BP USE index 0, version 1 ftl_ioctl: ERROR: MTD ioctl(0602) failed: -25 /dev/mtdblock44 is mounted successfully @ /res binary_manager_mount_resource: Mount resource success! [Version: 0] [Partition: A]

  2. I put hello.txt in resource/ and verified it is read well. TASH>>ls /: dev/ ext/ mnt/ proc/ res/ tmp/ var/ TASH>>ls res /res: . hello.txt

TASH>>cat res/hello.txt hihihi