Skip to content

Instantly share code, notes, and snippets.

View aep's full-sized avatar
🥬

Arvid E. Picciani aep

🥬
View GitHub Profile
00001810 FF FF FF FF 00 04 00 00 70 61 72 74 69 74 69 6F 6E 20 66 61 63 74 6F 72 79 2D 62 6F 6F 74 20 62 61 73 65 20 30 78 30 30 ........partition factory-boot base 0x00
00001838 30 30 30 20 73 69 7A 65 20 30 78 32 30 30 30 30 0A 70 61 72 74 69 74 69 6F 6E 20 66 73 2D 75 62 6F 6F 74 20 62 61 73 65 000 size 0x20000.partition fs-uboot base
00001860 20 30 78 32 30 30 30 30 20 73 69 7A 65 20 30 78 32 30 30 30 30 0A 70 61 72 74 69 74 69 6F 6E 20 70 61 72 74 69 74 69 6F 0x20000 size 0x20000.partition partitio
00001888 6E 2D 74 61 62 6C 65 20 62 61 73 65 20 30 78 34 30 30 30 30 20 73 69 7A 65 20 30 78 31 30 30 30 30 0A 70 61 72 74 69 74 n-table base 0x40000 size 0x10000.partit
000018B0 69 6F 6E 20 72 61 64 69 6F 20 62 61 73 65 20 62 61 73 65 20 30 78 35 30 30 30 30 20 73 69 7A 65 20 30 78 31 30 30 30 30 ion radio base base 0x50000 size 0x10000
000018D8 0A 70 61 72 74 69 74 69 6F 6E 20 64 65 66 61 75 6C 74 2D 6D 61 63 20 62 61 73 65 20 30 78 36 30
int nm_lib_parsePtnIndexFile(NM_PTN_STRUCT *ptnStruct, char *ptr)
{
int index = 0;
int paraId = -1;
int argc;
char *argv[NM_PTN_INDEX_ARG_NUM_MAX];
char buf[NM_PTN_INDEX_SIZE+1] = {0};
NM_PTN_ENTRY *currPtnEntry = NULL;
let tcp = tcp
.map_err(|e| error!("Error: {}", e))
.map(move |stream| {
info!("connected");
let mut b = Vec::new();
tokio_io::io::read_to_end(stream, b)
.map_err(|e| error!("Error: {}", e))
.and_then(|(socket, b)| {
println!(">{:?}<", b);
struct DropDebug<F : futures::Future> (F);
impl<F : futures::Future> futures::Stream for DropDebug<F> {
type Item = F::Item;
type Error = F::Error;
fn poll(&mut self) -> futures::Poll<Self::Item, Self::Error> {
self.0.poll()
}
}
config wifi-iface
option device 'radio1'
option ifname 'w-prd-x'
option mode 'ap'
option network 'public1'
option ssid 'w-prd-x'
option encryption 'none'
config wifi-iface
option device 'radio1'
warning: #[derive] can't be used on a non-Copy #[repr(packed)] struct (error E0133)
--> /home/aep/proj/ubus-rs/target/debug/build/ubus-rs-ca4b7f6e69cd18e1/out/bindings.rs:52:137657
|
52 | pub type avl_find_mode = u32 ; extern "C" { pub fn avl_init ( arg1 : * mut avl_tree , arg2 : avl_tree_comp , arg3 : bool , arg4 : * mut :: std :: os :: raw :: c_void ) ; } extern "C" { pub fn avl_find ( arg1 : * const avl_tree , arg2 : * const :: std :: os :: raw :: c_void ) -> * mut avl_node ; } extern "C" { pub fn avl_find_greaterequal ( tree : * const avl_tree , key : * const :: std :: os :: raw :: c_void ) -> * mut avl_node ; } extern "C" { pub fn avl_find_lessequal ( tree : * const avl_tree , key : * const :: std :: os :: raw :: c_void ) -> * mut avl_node ; } extern "C" { pub fn avl_insert ( arg1 : * mut avl_tree , arg2 : * mut avl_node ) -> :: std :: os :: raw :: c_int ; } extern "C" { pub fn avl_delete ( arg1 : * mut avl_tree , arg2 : * mut avl_node ) ; } pub type va_list = __builtin_va_list ; pub type __gnuc_va
fstools: use ramoverlay if no rootfs_data and rootfs is ro
- libfstools/mtd.c no longer fails if volume is ro.
- mount_root ramoverlay if no rootfs_data and rootfs is ro
Signed-off-by: Arvid E. Picciani <aep@exys.org>
---
libfstools/mtd.c | 35 ++++++++++++++++++++++-------------
libfstools/volume.c | 24 ++++++++++++++++++++++++
libfstools/volume.h | 1 +
Compiling zerox v0.1.0 (file:///home/aep/proj/radiant/zerox/zerox)
error[E0308]: mismatched types
--> src/server.rs:112:23
|
112 | futures::done(self.get_blob(format!("obj/{}", request.get_ref().id))
| _______________________^
113 | | .map(|o|o.content().to_vec())
114 | | .map_err(|_|{
115 | | tower_grpc::Error::Grpc(tower_grpc::Status::NOT_FOUND, http::HeaderMap::new())
... |
umask 0022 && make -C /home/aep/consulting/chargery/tracker/buildroot O=/home/aep/consulting/chargery/tracker/output/.
>>> util-linux 2.31.1 Installing to target
PATH="/home/aep/consulting/chargery/tracker/output/host/bin:/home/aep/consulting/chargery/tracker/output/host/sbin:/home/aep/perl5/bin:/home/aep/.rbenv/shims::/home/aep/bin:/home/aep/.rbenv/bin/:/proj/nordic/JLink_Linux_V488a_x86_64/:/opt/android-sdk/platform-tools/:/usr/lib/ccache/bin/:/usr/lib/colorgcc/bin:/usr/local/bin:/usr/sbin/:/sbin:/home/aep/.cargo/bin:/usr/local/musl/bin/:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/cuda/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/sbin/make -j9 DESTDIR=/home/aep/consulting/chargery/tracker/output/target install -C /home/aep/consulting/chargery/tracker/output/build/util-linux-2.31.1/
/usr/sbin/make install-recursive
Making install in po
if test "util-linux" = "gettext-tools"; then \
/usr/sbin//mkdir -p /home/aep/consulting/cha
12619 install-exec-hook-setarch:
12620 for I in $(SETARCH_LINKS); do \
12621 cd $(DESTDIR)$(usrbin_execdir) && ln -sf setarch $$I ; \
12622 done